Finally a new ISO release with the latest updates from Manjaro and a few notes.
Some Python issues.
You will need to rebuild any AUR Python packages that install files to site-packages or link to libpython3.11.so
.
Print a list of of packages that have files in /usr/lib/python3.11/
:
pacman -Qoq /usr/lib/python3.11/
Rebuild them all at once:*
pamac build $(pacman -Qoq /usr/lib/python3.11)
- Note that if any fail to build, you’ll have to rebuild what’s remaining one or a few at a time.
Use rebuild-detector
to see if anything else needs to be rebuilt:
checkrebuild
If you have the package web-installer-url-handler
already installed, remove it. And if you need any help with this comment here and let us know. We will help you.