After my normal daily update (sudo apt-get update) and distupgrade (sudo apt-get dist-upgrade), I cleanup the package cache (sudo apt-get --purge autoremove && sudo apt-get clean) and am notified that:
The following packages will be REMOVED:
libkf5kdcraw5* librawl5*
I accept the action.
Then on any subsequent dist-upgrade (sudo apt-get dist-upgrade) I'm told:
The following packages were automatically installed and are no longer required:
libkf5kdcraw5 librawl5
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
libkf5kdcraw5 librawl5
The following packages have been kept back:
gwenview
0 upgraded. 2 newly installed. 0 to remove and 1 not upgraded.
First of all, what the!? I already removed those two packages with my cleanup action, yet apt seems to think they are still present and, it indicates that it's going to install them again!? These two packages go through this every time.
What's up with this?
The following packages will be REMOVED:
libkf5kdcraw5* librawl5*
I accept the action.
Then on any subsequent dist-upgrade (sudo apt-get dist-upgrade) I'm told:
The following packages were automatically installed and are no longer required:
libkf5kdcraw5 librawl5
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
libkf5kdcraw5 librawl5
The following packages have been kept back:
gwenview
0 upgraded. 2 newly installed. 0 to remove and 1 not upgraded.
First of all, what the!? I already removed those two packages with my cleanup action, yet apt seems to think they are still present and, it indicates that it's going to install them again!? These two packages go through this every time.
What's up with this?
Comment