InterviewSolution
Saved Bookmarks
| 1. |
What Is The Command Used To Update An Rpm Package Named Demofilename2.2-2.i386.rpm? |
|
Answer» The most common command used to UPDATE an RPM package is rpm -UVH. Following command will update the given package and REMOVE the OLD. #rpm -Uvh demofilename2.2-2.i386.rpm The most common command used to update an RPM package is rpm -Uvh. Following command will update the given package and remove the old. #rpm -Uvh demofilename2.2-2.i386.rpm |
|