Uninstall / Delete / Remove Package


SUBMITTED BY: Guest

DATE: March 11, 2014, 12:55 p.m.

FORMAT: Text only

SIZE: 421 Bytes

HITS: 13591

  1. 1K64t7k5FafRqbXF7MfySJHMGkJJust use the following syntax:
  2. sudo apt-get remove {package-name}
  3. For example remove package called mplayer, enter:
  4. $ sudo apt-get remove mplayer
  5. Remove package called lighttpd along with all configuration files, enter:
  6. $ sudo apt-get --purge remove lighttpd
  7. list all installed package, enter:\
  8. dpkg --list
  9. dpkg --list | less
  10. dpkg --list | grep -i 'http

comments powered by Disqus