• 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/45

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;

45 Cards in this Set

  • Front
  • Back
What does the -h switch do?
sets a hash-mark progress indicator
What rpm switch prints percentage progress?
--percent
What switch is used to query all installed packages?
-a
What does rpm -g <group> do?
queries packages belonging to <group>
What does rpm -p <file> do?
queries package <file>
What two switches display the capabilities requirements of a package?
-R and --requires
What switch is used to specify the rpm database path?
--dbpath <path>
What does the rpm switch --prefix do?
relocates the package if possible
What rpm switch tells rpm to only perform installation tests?
--test
What switch causes rpm to ignore package and file conflicts?
--force
What switch tells rpm not to verify PGP signatures?
--nopgp
What switch tells rpm to not check the OS?
--ignoreos
What does the rpm switch --rcfile do?
sets an alternate rpmrc file
What does the switch -w do?
displays debugging information
What is the switch -c used for?
displaying a list of configuration files
What is the switch -d used for?
displaying a list of documentation files
What switch tells rpm not to install documentation?
--excludedocs
What does the rpm switch
--replacefiles do?
allows rpm to replace files owned by another package
What 2 switches are used to verify package files?
-K and --checksig
What switch sets the rpm FTP port?
--ftpport <port>
What rpm switch tells rpm to replace a package with a new copy?
--replacepkgs
What switch is used to remove one or more packages?
-e
What switch will display all verifiable information about each file?
--dump
What does the rpm query switch -i do?
displays summary package information
What does rpc -s do?
displays the state of each file in a package
What two switches are used to verify installed packages?
-v and --verify
What switch sets the rpm FTP proxy host?
--ftpproxy <proxy>
What two switches can be used to upgrade a package?
-U and --upgrade
What switch shows the scripts associated with a package?
--scripts
What switch tells rpm not to verify package architecture?
--ignorearch
What is the most basic rpm installation command?
rpm -i <filename>
What switch tells rpm to install documentation?
--includedocs
What does the rpm switch --oldpackage do?
allows upgrading to an older package
What does rpm -f <file> do?
queries the package owning <file>
What is the most common rpm installation command?
rpm -ivh <filename>
What switch tells rpm not to check dependencies?
--nodeps
What rpm switch will set an alternate root path?
--root <path>
What 2 switches can be used to query installed packages?
-q and --query
What does the switch --provides do?
displays the capabilities a package provides
What two switches will display queried data in a custom format?
--qf or --queryformat
What does rpm --whatprovides <x> do?
Displays which packages provide capability <x>
What does the -v switch do?
sets mode to verbose
What switch tells rpm not to run pre- and post-install scripts?
--noscripts
What does the switch -l do?
displays a list of files in a package
What does rpm --whatrequires <x> do?
Queries packages requiring capability <x>