LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Unistalling a program (https://www.linuxquestions.org/questions/linux-general-1/unistalling-a-program-38478/)

<Rockman> 12-16-2002 01:44 AM

Unistalling a program
 
Hi,

brand new newbie to linux, can anyone teach me how to uninstall a program?

Aussie 12-16-2002 03:05 AM

It depends on how the program was installed, if you know exactly what components are involved you can just delete them (but this can be tedious and dangerous if your not careful), for rpm's you can uninstall with "rpm -e package.rpm" and for source you cd to the directory where you did "make install" and do "make uninstall".

cipher_arg 12-16-2002 12:42 PM

rm file_name

to remove files manually
you could type "man rm" to see other options such as rm *.rpm and stuff

rioguia 12-16-2002 02:07 PM

if you use rpms
rpm -e filename (e.g. rpm -e samba to get rid of samba
rpm -e samba* to get rid of samba and samba-client)


All times are GMT -5. The time now is 02:09 AM.