Manjaro maintenance

Hi, are there any maintenance hacks for Manjaro? To repair or check the system for errors or other system problems?

For instance; by pure chance (luck) I just stumbled upon this post to rebuild some packages and it solved a couple of errors on my machine and now I wonder if I missed more of these kind of hacks?

Additional Info

:information_source: You will need to rebuild any AUR Python packages after the system update, that install files to site-packages or link to libpython3.10.so. :information_source:

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

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

Rebuild them all at once:*

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

  • 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

in this post:

At the end of the article is some more reading material.

Personally I use this: [Checklist] after you install your system

1 Like

Each and every user and use case is different - there is no one-size-fits-all.

That said you should take a look at the Tutorials section - there is a wealth of documentation written by members …

To mention a few …

The Manjaro wiki

The Arch mother wiki

5 Likes