InterviewSolution
Saved Bookmarks
| 1. |
What Is The Command Used To Remove An Rpm Package Named Demofilename2.2-2.i386.rpm? |
|
Answer» The most common COMMAND used to REMOVE an RPM PACKAGE is rpm -EVH. Following command will remove the given package #rpm -evh demofilename2.2-2.i386.rpm The most common command used to remove an RPM package is rpm -evh. Following command will remove the given package #rpm -evh demofilename2.2-2.i386.rpm |
|