#
#
#
#
#
#

Remove Program

Posted by addidnugroho On Friday, January 23, 2009

Any ways to unistall program on linux, from terminal you can use this:

# aptitude remove package
# rpm --erase package
# rpm -qa | grep package

# sudo apt-get remove
package

Then if you want to know what program had been installed, you can use this command:
# dpkg --list

elshadino act

0 comments