Results 1 to 6 of 6
Hi everyone again. Can you please tell me what is the opposite way of "make install"? I would like to uninstall the driver I recently installed and don't know how. ...
- 09-01-2007 #1Linux Newbie
- Join Date
- Feb 2006
- Location
- Slovenia
- Posts
- 162
How to uninstall programs and drivers?
Hi everyone again. Can you please tell me what is the opposite way of "make install"? I would like to uninstall the driver I recently installed and don't know how. Thanx again for help.
- 09-01-2007 #2
Yast-Software-Software Managment
Select the package mark to delete.
- 09-01-2007 #3
"make uninstall" from the same place where you did "make install".
- 09-01-2007 #4Linux Newbie
- Join Date
- Feb 2006
- Location
- Slovenia
- Posts
- 162
thanx guys
- 09-01-2007 #5Just Joined!
- Join Date
- Aug 2007
- Posts
- 17
rpm -e package.rpm
make uninstall (as stated earlier)
- 09-02-2007 #6Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
Occasionally you might find something that has a make deinstall or something similar and no make uninstall. You could use something like checkinstall when installing from source to integrate it with your package manager for easier uninstalling.


Reply With Quote