Search Packages using apt-cache search. Apt-cache is a command-line tool used for searching apt packages on a Ubuntu or Debian based systems. With apt-cache search, you can search for any package using the keyword related to its name or description.
May 24, 2020 · The apt package manager in Ubuntu and many other distribution provides two handy apt command options for this purpose. The apt search command looks for the provided string in the name and description of the packages. apt search package_name. The apt show command provides detailed information on a package: How to search for packages in Ubuntu Server with apt cache search In this tutorial we are going to learn how search packages in Ubuntu using apt-cache search command. For the same software application, package name can be different depends on the Linux Distribution. Dec 18, 2008 · apt-cache does not manipulate the state of the system but does provide operations to search and generate interesting output from the package metadata. b] aptitude command : aptitude is a text-based interface to the Debian GNU/Linux package system. You have searched for packages that names contain apt in all suites, all sections, and all architectures. Found 66 matching packages.. Your keyword was too generic, for optimizing reasons some results might have been suppressed.
apt-file is a command line tool for searching packages for the APT packaging system. Unlike apt-cache, you can search in which package a file is included or list the contents of a package without installing or fetching it. Install apt-file in debian #apt-get install apt-file this will install the apt-file package now.
The apt-get autoclean option, like apt-get clean, clears the local repository of retrieved package files, but it only removes files that can no longer be downloaded and are virtually useless. It Jun 30, 2016 · apt-cache search
III. Search available packages using apt Using apt you can search for available packages from the command line as follows: apt search KEYWORD Replace KEYWORD with the keyword you want to search for (you can add multiple keywords in quotes). Here is an example search for "openssh" together with its output: $ apt search openssh Sorting
apt-file is a command line tool for searching packages for the APT packaging system. Unlike apt-cache, you can search in which package a file is included or list the contents of a package without installing or fetching it. Install apt-file in debian #apt-get install apt-file this will install the apt-file package now.