Please consult sources.list(5) for more information on advanced configuration of the sources.list files. search Search in which package a file is included. A list of all packages containing the pattern pattern is returned. Since Contents files does not contain directories, the pattern must match...
contains - List packages containing a file content - List files contained in a package deb - Install a .deb package depends - Show raw dependency information for a package dist-upgrade - Upgrade the system by removing/installing/upgrading packages download - Download the .deb file for a package...
contains- List packages containing a file content- List files contained in a package deb- Install a .deb package depends- Show raw dependency information for a package dist-upgrade- Upgrade the system by removing/installing/upgrading packages download- Download the .deb file for a package edit-so...
Not my preferred way of searching for packages. But this is useful when you are looking for some specific lib. Just use the following command with desired search terms. It will find all the packages containing your search term. apt search <search term> Search for a package See the content ...
contains - List packages containing a file content - List files contained in a package deb - Install a .deb package depends - Show raw dependency information for a package dist-upgrade - Upgrade the system by removing/installing/upgrading packages ...
contains - List packages containing a file content - List files contained in a package deb - Install a .deb package depends - Show raw dependency information for a package dist-upgrade - Upgrade the system by removing/installing/upgrading packages ...
print "build-dep - Configure build-dependencies for source packages" print "changelog - View a package's changelog" print "check - Verify that there are no broken dependencies" print "clean - Erase downloaded archive files" print "contains - List packages containing a file" print "content...
In order to use this command, the package dlocate must be installed on your system. dpkg -S <filename_search_pattern> This command does the same as dlocate, but does not require the installation of any additional packages. It is slower than dlocate but has the advantage of being instal...
apt search openssh The command outputs all the available packages containing the keyword in the name or in the description. Install a Package Install a package using the following syntax: sudo apt install [package_name] For example, to install theopenssh-serverpackage, run: ...
You're compiling a program and, all of a sudden, there's an error because it needs a file you don't have. The program auto-apt asks you to install packages if they're needed, stopping the relevant process and continuing once the package is installed. ...