4 Jul
2022
4 Jul
'22
10:57
W dniu 04.07.2022 o 09:45, Axel Braun pisze:
Morning,
as TW has moved to python 3.10, my guess is that all python38-* became obsolete.
As python36* is not removed automatically, what is the recommended way to get rid of the obsolete packages? Simply delete?
Cheers Axel
You might want to first check the output of # zypper se -i python38-* | grep "^i+" This way you can find packages that you installed explicitly. For example I had python38-docker-compose, which gives "docker-compose" command. I had to make sure all such tools are installed from python310-* variants and I could remove python38-*.