Results 1 to 3 of 3
Hi,
I tried to remove an installed program using
rm -rf prog_name
but it seemed that its shared files were not removed. How can I remove this? Is there any ...
- 01-02-2008 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 10
how to remove installed programs including their shared libraries
Hi,
I tried to remove an installed program using
rm -rf prog_name
but it seemed that its shared files were not removed. How can I remove this? Is there any command that will remove all the files related to the prog that is to be deleted?
thanks,
noldar
- 01-02-2008 #2
You should not delete installed packages and avoid rm -rf command. Use Package Manager to Un-install packages.
Which Linux distro are you using?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-03-2008 #3
distros remove
if you are using any of the "easier" distros there's typically an easy command. For Ubuntu if you type sudo apt-get remove ProgramName it will do what you are looking for. I believe most other distros have something similar.


Reply With Quote