Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
28
rated 0 times [  28] [ 0]  / answers: 1 / hits: 44799  / 3 Years ago, sat, may 15, 2021, 2:40:42

In case there were some problems during the last apt-get operation, is there a command that checks if something has to be continued in apt-get?


More From » apt

 Answers
2

Use the command:



sudo apt-get -f install


If that doesn't work, you can direct dpkg to finish setting up any packages that were only partially set up:



sudo dpkg --configure -a


If it doesn't work than you can reconfigure all the packages with:



sudo dpkg-reconfigure -a

[#26836] Sunday, May 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gliroopy

Total Points: 290
Total Questions: 115
Total Answers: 114

Location: Egypt
Member since Tue, May 3, 2022
2 Years ago
;