The latest manual pages and help

aptitude-create-state-bundle

The manual page and help for the aptitude-create-state-bundle linux command. The aptitude-create-state-bundle command generates a compressed archive that stores the files needed to regenerate the archive state of the current package.

apt-sortpkgs

The manual page and help for the apt-sortpkgs linux command. Apt-sortpkgs is used to sort package information files. By default, it sorts based on binary packet information, but you can use the -s switch to switch to source packet order.

apt-mark

The manual page and help for the apt-mark linux command. Apt-mark provides a unified interface for specifying various package settings, such as marking a package as an automatic / manual installation or changing dpkg choices, such as hold, install, uninstall, and flush, which are taken into account in apt-get dselect, for example. upgrade or aptitude programs.

dmidecode

Manual page and help for the dmidecode linux command. Dmidecode is a tool for reading the contents of a computer's DMI (or SMBIOS) tables in a human-readable format. This table describes the system hardware components and other useful information, such as serial numbers and BIOS versions. Thanks to this table, this information can be read without having to examine the actual hardware. The advantage of this is that the information is available more quickly and it is more secure to read it, but the data obtained in this way is not always reliable.

apt-listchanges

The manual page and help for the apt-listchanges linux command. Apt-listchanges is a tool that shows you what has changed in the new version of the Debian package compared to the version currently installed on your system. It does this by extracting the relevant entries from the NEWS.Debian and changelog [.Debian] files, which are usually located in / usr / share / doc / package in the Debian package archive.

mysqlcheck

The manual page and help for the mysqlcheck linux command. The mysqlcheck client program performs table maintenance: it checks, repairs, optimizes, or analyzes tables. All tables are locked during the operation, so the tables are not available for other sessions during maintenance, although only READ is locked during audit operations. Board maintenance operations can be time consuming, especially for large boards. If the program is called with --databses or --all-databases to process all tables in one or more databases, it can take a long time to run mysqlcheck. (This is also true for the mysql_upgrade command, because this program calls mysqlcheck to check all tables and repair them if necessary.)

ufw

Manual page and help for the ufw linux command. The ufw command is a Linux firewall management program designed to provide an easy-to-use interface to the user.

apt key

The manual page and help for the apt-key linux command. Apt-key is a command to manage the list of keys used by apt to authenticate packages. Packages authenticated with these keys can be considered trusted. Note that if you need to use apt-key, you will need to install the GNU Privacy Guard tool, which is included in the gnupg package. For this reason alone, automated use is not recommended (especially in package maintenance scripts!). Furthermore, the output format of all commands is not specified and may change and will change as the underlying commands change. Apt-key attempts to detect such usage and, in these cases, generates alerts for standard error output.

apt-ftparchive

The manual page and help for the apt-ftparchive linux command. Apt-ftparchive generates index files for Debian archives. It supports many styles of generation, from fully automated to the functional replacement of dpkg-scanpackages and dpkg-scansources. Apt-ftparchive Package generates files from the .debs tree. The Package file contains each control field for each package, both the MD5 hash and the file size. The override file is supported to force the value of the Priority and Section fields.

apt-extracttemplates

The manual page and help for the apt-extracttemplates linux command. Apt-extracttemplates can be used to extract configuration and template information from debian packages. It is primarily used by debconf (1) to condition configuration issues before installing packages.