You are not logged in.
I have Python38 and Python39 still on my system, but I can't figure out a way to tell if they're needed. I'd like to see if I can remove them
Of course, when I run `pacman -Rns python38` I get a long list of packages that depend on python. How can I tell which packages need Python38 (or Python39), specifically, and how do I safely remove either Python package if I'm sure they're not needed?
Last edited by fiddlinmacx (2022-03-02 20:33:31)
Offline
All python packages that don't need it should not be depending on python38 or 39 (... but on python(3.10)) specifically and thus not land in that list. Maybe post that output you get. Whether that's in any way still needed is up to you, you installed these after all.
Offline
The python38 & python39 aur packages do provide python, probably very little in that list does depend on the older version explicitly.
older llvm, gcc & lua version packages don't provide generic llvm / gcc / lua . No idea why python packages do .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Ah right, hmm that's annoying then, I'd guess the old
pacman -Qo /usr/lib/python3.{9,8}/site-packages/
trick then?
Last edited by V1del (2022-03-02 12:24:38)
Offline
@V1del That might work. I didn't think of that. Thanks.
Offline