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 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 ...
clean Erase downloaded package files. autoclean Erase old downloaded package files. changelog View a package's changelog. download Download the .deb file for a package (apt wrapper). source Download source package (apt wrapper). reinstall Reinstall a currently installed package. why Explain why a ...
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 ...
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: ...
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...
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. ...
To print all dependencies linked to a package, run: apt depends lsof Search Packages with apt search Theapt searchcommand scans names and descriptions of available packages for a specified search term. For instance, find all packages containing the termlsof: ...
the "raw" directory of the architecture in use, containing the installation scripts (default value https://raw.githubusercontent.com/ivan-hc/AM/main/programs/$ARCH), this is mainly used in -i, -d and -s/-u APPSDBLIST, i.e. the list of applications available for that architecture (...