Apt-get (Ubuntu): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
== Probleme ==
== Probleme ==
== The following packages have been kept back: ==
[https://askubuntu.com/questions/601/the-following-packages-have-been-kept-back-why-and-how-do-i-solve-it https://askubuntu.com/questions/601/the-following-packages-have-been-kept-back-why-and-how-do-i-solve-it]


=== You might want to run 'apt-get -f install' to correct these. ===
=== You might want to run 'apt-get -f install' to correct these. ===

Version vom 1. Juni 2019, 09:01 Uhr

Probleme

The following packages have been kept back:

https://askubuntu.com/questions/601/the-following-packages-have-been-kept-back-why-and-how-do-i-solve-it

You might want to run 'apt-get -f install' to correct these.

sudo apt update && sudo apt-get autoclean && sudo apt-get clean && sudo apt-get autoremove
sudo apt --fix-broken install
sudo apt-get -y upgrade


Zurück zu Ubuntu