[Unstable Update] June 2026

Welcome to the new monthly unstable branch thread.

Recent News

Notable Package Changes

Known Issues

Additional Info

Python 3.14 info

:information_source: You will need to rebuild any AUR Python packages that install files to site-packages or link to libpython3.13.so.

Print a list of of packages that have files in /usr/lib/python3.13/ :

pacman -Qoq /usr/lib/python3.13/

Rebuild them all at once:*

pamac build $(pacman -Qoq /usr/lib/python3.13)

Use rebuild-detector to see if anything else needs to be rebuilt:

 checkrebuild

* It’s recommended to clean your build cache first with pamac clean --build-files

Info about AUR packages

:warning: AUR (Arch User Repository) packages are neither supported by Arch nor Manjaro. Posts about them in Announcements topics are off-topic and will be flagged, moved or removed without warning.

For help with AUR packages, please create a new topic in Support > AUR and a helpful volunteer may be able to assist you.


Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.

Check if your mirror has already synced:

3 Likes

2 posts were split to a new topic: Question about Lua

rawtherapee is about to be functional again. seems the dependency mess is finally sorted. the fix just hit arch-stable

openssl got updated, followed by permissions warning:

warning: directory permissions differ on /etc/ssl/private/
filesystem: 755  package: 700

Which one should be followed?

As always: if you don’t have a specific reason to set permissions a certain way you should follow package defaults.

5 Likes

The file permissions were changed by Arch maintainers

to resolve this issue: #1 - /etc/ssl/private has far too permissive permissions by default

To change permissions:

sudo chmod 700 /etc/ssl/private
5 Likes
1 Like