Why do i have AUR packages installed?
Unless installed explicitly from AUR, such packages may have been originally installed, either explicitly or as dependencies, when they were still in the main repositories.
Indeed, some packages in AUR were formerly in Arch’s repositories – and thus in Manjaro’s. Arch maintainers regularly check for packages to drop from their repositories; those packages are then removed from their repositories – and thus later from Manjaro’s – and moved to AUR.
Killi:
Unfortunately I do not remember why I have installed ceph-libs and python-sip4…
That is why I have launched:
pacman -Qo python-sip4
erreur : aucun paquet ne contient python-sip4
pacman -Qo ceph-libs
erreur : aucun paquet ne contient ceph-libs
But it brings no satisfactory result.
pacman -Qo expects a file path as argument: pacman(8)
But that wouldn’t answer your question anyway. You should dig into /var/log/pacman.log instead for that.
You may need to explicitly list the python2- * packages to remove.
1 Like