Closed dilyanpalauzov closed 3 years ago
apt's dependency resolution can be iffy when doing things like this.
It looks like lxde
depends on galculator | gnome-calculator
. Since you're removing galculator, it's trying to install gnome-calculator and pulls in its dependency on yelp
, which then pulls in the packages you're seeing. Then it decides to remove LXDE instead, but still keeps the dependencies of yelp
for whatever reason. You can help it along by adding lxde
or gnome-calculator
to your list of packages you're removing. Another alternative is to add the packages which get installed to the list, since even if they're not installed, it tells apt to not try.
I load 2021-03-04-raspios-buster-armhf.img and then call
The output is below.
apt-cache rdepends fonts-dejavu
shows that no package depends on fonts-dejavu.Why does removing software lead to installing fonts and how can I avoid this?