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
Rangkuman Berita Linuxbox.web.id 12 – 18 Maret 2012
12 years ago
0 comments