RedHat Red Hat Linux Essentials RH033 Question # 24 Topic 3 Discussion
RH033 Exam Topic 3 Question 24 Discussion:
Question #: 24
Topic #: 3
You are a newly appointed network technician at Net Perfect Inc. The company has a Linux-based network. You want to install a package named firefox on your Linux system. Which of the following commands will you use to accomplish the task?
You will use the yum install firefox command to install the package named firefox in the Linux system. This command will search the configured repositories for the package named firefox, and if found, will install the latest version, pulling in dependencies if needed.
Answer options B and D are incorrect. The -ivh and i options are not used with the yum command.
Answer option A is incorrect. The yum update firefox command is used to update a package in the Linux system. It is not used to install a package in Linux. If run without any specified package, the update option will update every currently installed package. If one or more packages are specified, yum will only update the listed packages. While updating packages, yum will ensure that all dependencies are satisfied.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit