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?
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?
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.
man apt-get: -f, --fix-broken - Fix; attempt to correct a system with broken dependencies in place.
E is correct: "Fix it with apt-get install -f which will attempt to install the missing dependencies."
Right. E is correct
E. apt-get install -f