How to search the apt packages list for a certain package.

The apt command allows the user to search for a specific package. This is very useful if you do not know the exact name for package installation. This is one way. ubuntu ~ $ apt-cache search vimubuntu ~ $ apt-cache search vim This will return a long listing of all matching package names. This is … Read more