- Feb 4, 2003
- 3,370
- 0
- 71
Is there any easy way to find the package name of a piece of software so i can remove it with apt-get? Is there a way to see a list of all the packages on my computer?
Originally posted by: Crusty
apt-cache search search_text
that will list any packages that match the criteria.