Valid XK0-005 Dumps shared by ExamDiscuss.com for Helping Passing XK0-005 Exam! ExamDiscuss.com now offer the newest XK0-005 exam dumps, the ExamDiscuss.com XK0-005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com XK0-005 dumps with Test Engine here:
A systems administrator needs to install the file installer_0.17-41.2_amd64.deb. Which of the following commands should the administrator use?
Correct Answer: B
Step-by-Step Comprehensive Detailed Explanation: * Command Explanation: * dpkg -i installs .deb files on Debian-based systems like Ubuntu. * Why Other Options are Incorrect: * A: apt install installs packages from repositories, not local .deb files. * C: rpm -i is used for .rpm files, not .deb. * D: yum localinstall is used for .rpm files. * References: * CompTIA Linux+ Study Guide: Package Management * man dpkg