How to search for packages in Ubuntu Server with apt cache Search Packages with Apt Cache Search in Ubuntu Linux. To search packages, we use apt-cache search followed by the keyword. sudo apt-cache search . The output will be the list of packages that match your search criteria and the Package description. Apt Search Command: Search & Find Package Details in Ubuntu May 24, 2020

How to Find Out Exact Package Names for Applications in Linux

Jun 12, 2019 · To get a list of a specific software package and its respective details, type the following in the terminal: sudo apt list --installed | grep -i package_name. Instead of package_name, type the name of the software package you want to look up. Use the apt show command to view details of a specific installed package. sudo apt show package_name Oct 24, 2018 · The procedure to list what packages are installed on Ubuntu: Open the terminal application or log in to the remote server using ssh (e.g. ssh user @ sever-name) Run command apt list --installed to list all installed packages on Ubuntu; To display a list of packages satisfying certain criteria such as show matching apache2 packages, run apt list

To search for a particular package by name or description: From the command-line, use: apt-cache search keyword where the search keyword can be all or part of a package name or any words used in its description. For example, apt-cache search proxy includes both these packages:

Jun 15, 2020 · Synaptic Package Manager is the graphical front-end to apt or Advanced Package Tool. Like in apt command, you can install, remove, configure, or upgrade software packages, browse, sort, and search the list of available software packages, manage repositories, or upgrade the whole system with the Synaptic Package Manager on Ubuntu 20.04 LTS. May 26, 2020 · Despite of the availability of Ubuntu Software Updates via the graphical user interface application, updating the Ubuntu system via the command line is the preferred way to keep you system up to date as it will provide you with more transparency and control. To begin the Ubuntu update of your system first we need to update the packages index list. Mar 27, 2019 · With grep, you can search for specific packages. For instance, if you want to list all the PHP packages which have been installed, then you can use the following command: sudo apt list –-installed | grep PHP. Similarly, you can search for other specific packages. Using dpkg-query to List Installed Packages on Ubuntu. In case you have an older