seat 3. chapter 2 managing software Flashcards
What is packages?P49
It is basic information that package systems maintain the information about software packages and has a collection of files that are installed on the computer.
One of the most important types of information maintained by the package system is —— —— .P49
dependence information.
Both the RPM and Debian package systems provide tools to help create —- —– from source code.P49
binary packages.
The most popular package manager in the Linux world is the — —– —?P50
RPM package manager
Who developed RPM for its own distribution?P50
Red hat
Red hat has splintered into what three distributions?P50
home users ,student, and businesses
What is package name?P51
It is a name of a package such as samba or samba-server for the samba file and print server.
What does build number represent?P51
It represents minor changes made by the package maintainer, not by the program author.
What is the description for - i?P53
Installs a package;system must not contain a package of the same name.
what is the description for -u?P53
installs a new package or upgrades an existing one.
What is the description for - for - - freshen?P53
Upgrades a package only if an earlier version already exist.
What is the description for - q?P53
Queries a package-finds whether a package is installed,what files it contains, and so on.
What is the description for -e?P53
uninstalls a package.
What is the description for -b?P53
Builds a binary package, given source code and configuration files; moved to the rpmbuild program with rmp version 4.2.
What is the description for - - rebuildob?P53
Rebuilds the RPM database to fix errors.