101-500 Exam QuestionsBrowse all questions from this exam

101-500 Exam - Question 69


The installation of a local Debian package failed due to unsatisfied dependencies. Which of the following commands installs missing dependencies and completes the interrupted package installation?

Show Answer
Correct Answer: E

The correct command to install missing dependencies and complete the interrupted package installation is 'apt-get install -f'. This command attempts to fix and correct the system by downloading and installing the required dependencies for the previously failed package installations.

Discussion

4 comments
Sign in to comment
spiceminesOption: E
Oct 5, 2021

man apt-get: -f, --fix-broken - Fix; attempt to correct a system with broken dependencies in place.

blk_542Option: E
Nov 18, 2022

E is correct: "Fix it with apt-get install -f which will attempt to install the missing dependencies."

ebo07Option: E
Dec 23, 2021

Right. E is correct

AmycertOption: E
Feb 6, 2023

E. apt-get install -f