Jump to content

Ubuntu Focal image should have python3-distro-info package not installed?


Go to solution Solved by Pander,

Recommended Posts

Posted

After installing Ubuntu Focal 20.08.17 (on Pine A64), I have noticed the following. Uninstalling unneeded packages with

apt-get autoremove

shows that the package python3-distro-info will be uninstalled. Can other users confirm this issue and can it be fixed when building the image?

Posted

It most of the times means a replacement has been installed and this package isn't needed anymore. You'll often have that on a fresh install after doing update/upgrade, or from installing and removing many programs.
So you get packages that aren't used by anything. So it gives you the message it may be removed with autoremove.
If everything works, don't care about it.

Posted
2 hours ago, NicoD said:

It most of the times means a replacement has been installed and this package isn't needed anymore. You'll often have that on a fresh install after doing update/upgrade, or from installing and removing many programs.
So you get packages that aren't used by anything. So it gives you the message it may be removed with autoremove.
If everything works, don't care about it.

Yup. Sometimes it is necessary to replace a package with another one even inside a branch, Focal for example. Probably less likely with Buster :P

Anyway as long as the package is not insanely big or causing trouble I'll leave it as it is. However you are free to check into the build script and look for the installed packages and do some tests with this package not installed by default if it is even possible from scratch. https://github.com/armbian/build

  • Solution
Posted

Found the root cause and is not an issue for Armbian but my own post install script, Sorry for that. This topic can be marked as closed.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines