CompTIA
XK0-005 · Question #838
A systems administrator needs to install the file installer_0.17-41.2_amd64.deb. Which of the following commands should the administrator use?
The correct answer is B. dpkg -i installer_0.17-41.2_amd64.deb. The command installs a local Debian package dpkg -i installer_0.17-41.2_amd64.deb file; are for RPM packages and installs from repositories, rpm/yum apt install installer not a specific .deb file.
System Management
Question
A systems administrator needs to install the file installer_0.17-41.2_amd64.deb. Which of the following commands should the administrator use?
Options
- Aapt install installer
- Bdpkg -i installer_0.17-41.2_amd64.deb
- Crpm -i installer_0.17-41.2_amd64.deb
- Dyum localinstall installer_0.17-41.2_amd64.deb
How the community answered
(24 responses)- B92% (22)
- C4% (1)
- D4% (1)
Explanation
The command installs a local Debian package dpkg -i installer_0.17-41.2_amd64.deb file; are for RPM packages and installs from repositories, rpm/yum apt install installer not a specific .deb file.
Topics
#Package Management#dpkg#Debian/Ubuntu#CLI
Community Discussion
No community discussion yet for this question.