• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/22

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

22 Cards in this Set

  • Front
  • Back
Operation:
rpm -i
Installs package; system must not contain a package of the same name
Operation:
rpm -U
Install a new package or upgrades and exisiting one
Operation:
rpm -F
--freshen
Upgrades a package only if an earlier version already exists
Operation:
rpm -q
Queries a package - finds if a package is installed, what files it contains, and so on
Operation:
rpm -V
--verify
checks that its files are present and unchanged since installation
Operation:
rpm -e
Uninstalls a package
Operation:
rpm -b
Builds a binary package, given source code and configuration files; moved to the rpmbuild program
Operation:
rpm --rebuild
Builds a binary package, given a source RPM file; moved to rpmbuild
Operation:
rpm --rebuilddb
Rebuilds the RPM database to fix errors
Options:
rpm --root dir
Modifies the Linux system having a root directory located at dir. This option can be used to maintain one Linux installation discrete from another.
Options:
rpm --force
Forces installation of package even when it means overwriting existing files or packages.
Options:
rpm -h
--hash
Displays a series of hash marks to indicate the progress of the operation
Options:
rpm -v
Used in conjunction with -h option to produce a uniform number of hash marks for each package
Options:
rpm --nodeps
Specifies that no dependency checks be performed.
Options:
rpm --test
Checks for dependencies, conflicts, and other problems without actually installing the package.
Options:
rpm --prefix path
Sets the installation directory to path
Options:
rpm -a
--all
Queries or verifies all packages.
Options:
rpm -f file
--file file
Queries or verifies the package that owns FILE
Options:
rpm -p package-file
Queries the uninstalled RPM package-file
Options:
rpm -i
Displays package information
Options:
rpm -R
--requires Displays the packages and files on which this on depends
Options:
rpm -l
--list
Displays the files contained in the package