• 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
You are attempting to install an RPM package on your Linux systm, but the system tells you that package has dependencies that are not installed. What -rpm- option will override the need to install the dependencies?
?
You need to determine which files are associated with the metacity RPM package? What command should you use?
rpm -ql metacity
rpm --test metacity
rpm -i metacity
rpm -V metacity
You need to install the package apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm. Which command will perform the installation? (choose 2)
> rpm -Xh apt-0.5.15cnc6-1.1.fc2.fr.i386
> tar -Uh apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm
> rpm -Uh apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm
> rpm -e apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm
> rpm -ih apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm
When managing YUM, where should you place .repo files?
?
Which command will upgrade an RPM package only if an earlier version is already installed on the system?
?
Matching:
Release number
Package name
Architecture type
Version number
i586
8.1.3
acroread
51.6
You nee to remove an RPM package from your system. Which commands should you use?(choose 2)
yum provides
yum erase
yum remove
yum search
You are attempting to install an RPM package on your Linux system, but the system tells you that a newer package is already installed.
What command will install the Rpm package over the existing, installed package?
rpm -e
rpm -rebuilddb
rpm -ihv
rpm -force
You have an Rpm package called mathpac that is not working correctly. You have downloaded the latest package. Which line is the most correct option?
rpm -U mathpac
rpm -i mathpac
rpm -F mathpac
First rpm -e mathpac then rpm -i mathpac
What is the full path for the Yellowdog Updater Modifier (YUM) configuration file?
?
Without installing an RPM package, you want to check for all of the packages uninstalled dependencies.
Which command should you use?
rpm -checksig
rpm -test
rpm -ihv
rpm -U
You are using YUM, and you need to determone which package contains the /usr/lib/libstlport_gcc.so file. Which command should you type at the command prompt?
?
Which YUM ooption displays whether updates are available for RPM packages?
install
list
update
list updates
Which rpm option will perform an MD5 checksum on the myapp5.4.rpm package?
?
You have found a patch for the Samba server on your system. The patch is a package in rpm format. Which is the most correct procedure to install the package?
- Download the package. Run rpm -Uvh on the package to install the update.
- Download the package. Run rpm -ivh on the package to install the update.
- Download the package. Run tar -uvf on the package to install the update. Delete the rpm file after the install is complete.
- Download the package. Run inspak -uvhf on the package to install the update.
you have previously installed package 'mplayer' and which to remove it from your computer. Which of these methods is the best?
- Run the command erase -r mplayer
- Locate the files for mplayer and delete them
- Run the command tar -e mplayer
- Run the command rpm -e mplayer-1.0-0.10.pre4.1.fc2.fr.i386 to unistall mplayer
Which of the following utilities should you use id you need to extract a file from an RPM package file?
rpm -e
rpm2cpio
rpm -i
createrepo
You have installed a package called -mathpac- with yum. After a system update, the package is not working correctly. Whcih command should you try first to get the package to work?
rpm -U mathpac
yum update mathpac
yum remove mathpac and then yum install mathpac
yum upgrade mathpac
Before you install an RPM package, you want to verify the authenticity of the package and check the digital signature to ensure is has not been altered. Which command rpm option should you use?
?
If you are getting your applications and updates in RPM format, which distribution is your system based on?
Debian
Red Hat
Slackware
Xandros
Which command will download an RPM package without installing it to the system?
?
Which command will query the system for all installed RPM packages?
rpm -nodeps
rpm -U
rpm -ihv
rpm -qa