1Z0-460 · Question #15
Your 32-bit i686 architecture system in registered with the Oracle Unbreakable Linux Network. RPM package example -1 .0.0-1 is already installed and the application is used constantly. You want to…
The correct answer is C. # yumdownloader example. yumdownloader is a program for downloading RPMs from Yum repositories. yumdownloader [options] package1 [package2...] *yum - Yellowdog Updater Modified yum is an interactive, rpm based, package manager. It can automatically perform system updates, including dependency analysis…
Question
Your 32-bit i686 architecture system in registered with the Oracle Unbreakable Linux Network. RPM package example -1 .0.0-1 is already installed and the application is used constantly. You want to download the latest version of the example RPM package. You do not want to install the package until you have coordinated with the program's current users. Which option will allow you to download until you have coordinated with the program's current users. Which option will allow you to download the latest version of the RPM package, but not install it?
Options
- B
yum -no-update example
- C
yumdownloader example
- D
yum -get example-1.0.1
How the community answered
(46 responses)- B13% (6)
- C80% (37)
- D7% (3)
Explanation
yumdownloader is a program for downloading RPMs from Yum repositories. yumdownloader [options] package1 [package2...] *yum - Yellowdog Updater Modified yum is an interactive, rpm based, package manager. It can automatically perform system updates, including dependency analysis and obsolete processing based on "repository" metadata. It can also perform installation of new packages, removal of old packages and perform queries on the installed and/or available packages among many other commands/services (see below). yum is similar to other high level package managers like apt-get and smart.
Topics
Community Discussion
No community discussion yet for this question.