Chapter 11: Compression, Systems Backup... Quiz
zcat
What command can be used to display the contents of a file that was compressed with the compress utility
-p
What option can be added to the dpkg command to remove a specified package from the system, including any configuration files used by the package?
apt upgrade
Which of the following Debian Package Management commands will install the newest versions of all packages that are currently installed on a system?
apt upgrade
Which of the following commands can be used to install the latest versions of all packages currently installed on the system from the sources configured in sources.list?
dpkg-reconfigure
Which of the following commands can be used to modify configuration options for DPM packages after they have been installed?
1. apt-cache 2.
Which of the following commands can you use to search available repository information? (choose 2)
rpm -ivh package.rpm
Which of the following commands will install a package using the Red Hat Package Manager, showing all information, while printing pound signs to show the progress of installation?
rpm -ivhh --nodeps package.rpm
Which of the following commands will install an RPM package while ignoring any other packages that it may be dependent upon for proper operation?
.deb
Which of the following file extensions are used by the Debian Package Manager?
yum
Which of the following is a tool that can be used to search Internet software repositories for RPM packages that map to your system's architecture, and automatically install or upgrade those packages on your system?