Search for Install Packages at Ubuntu

When you are trying to install software on Ubuntu or Debian linux using the apt-get package system, quite often you’ll forget the exact name of the package you are trying to install. Here’s how you can get a little help figuring out what the name is.

apt-cache search [PACKAGE]

Example:

apt-cache search mysql |grep server

You may also like...