Debian - distribution upgrade problem
Typically, by running the below command would upgrade the distribution :
- apt-get update
- apt-get upgrade
- apt-get dist-upgrade
Occasionally there would be errors like “The following packages have been kept back”. A quick solution to it is :
- apt-get upgrade
- apt-get dist-upgrade
- apt-get install <package, not packages kept back>
then :
apt-get upgrade
apt-get dist-upgrade
(again …)
HAPPY PATCHING !!!