nerdexam
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)
  • A
    93% (28)
  • B
    3% (1)
  • D
    3% (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.

Full XK0-005 Practice