CompTIA
XK0-005 · Question #665
A systems administrator downloads the Debian-based software package app.deb. Which of the following will install the software?
The correct answer is A. dpkg -i. The dpkg -i app.deb command installs a local Debian package file; the other tools either work with RPM packages or install from repositories rather than a specific .deb file.
System Management
Question
A systems administrator downloads the Debian-based software package app.deb. Which of the following will install the software?
Options
- Adpkg -i
- Bapt-get
- Drpm -a
How the community answered
(30 responses)- A93% (28)
- B3% (1)
- D3% (1)
Explanation
The dpkg -i app.deb command installs a local Debian package file; the other tools either work with RPM packages or install from repositories rather than a specific .deb file.
Topics
#Package Management#dpkg#Debian#Software Installation
Community Discussion
No community discussion yet for this question.