This is my PC configuration
I’m having trouble updating installed packages via the “yay S” command line.
I’m afraid I messed up the system while trying to free up space by deleting some cache files. This is the terminal response
$ yay -Syu
:: Sincronizzazione dei database in corso...
core è aggiornato
extra è aggiornato
community è aggiornato
multilib è aggiornato
:: Ricerca di aggiornamenti su AUR in corso...
:: Ricerca di aggiornamenti nei database in corso...
-> Pacchetti non in AUR: google-meet-desktop manjaro-documentation-en manjaro-firmware manjaro-hotfixes python-manjaro-sdk skypeforlinux-stable-bin systemd-fsck-silent yaourt
-> Pacchetti AUR orfani (non mantenuti): gimp-plugin-dcamnoise2 python-sqlalchemy1.3 telegram-cli-git
-> Pacchetti AUR con flag obsoleto: calibre-installer chatgpt-desktop-bin package-query python-acestream python310 trizen-git
-> texlive-full: il pacchetto locale (1:2024.20240905-1) è più nuovo del pacchetto AUR (1:2024.20240331-1)
:: 1 dipendenza sarà inoltre installato per questa operazione.
extra/gendesk -> 1.0.10-1
(make dependency of dropbox)
:: 10 pacchetti da aggiornare/installare.
10 aur/dropbox 205.4.5765-1 -> 211.4.6008-1
9 aur/gnome-shell-pomodoro 0.25.1-1 -> 0.26.0-1
8 aur/goodvibes 0.8.0-1 -> 0.8.1-1
7 aur/google-chrome 129.0.6668.100-1 -> 130.0.6723.91-1
6 aur/instaloader 4.13.1-1 -> 4.13.2-1
5 aur/jdownloader2 latest-19 -> latest-21
4 aur/jitsi-meet-desktop-bin 2024.6.0-2 -> 2024.10.0-1
3 aur/pygtk 2.24.0-12 -> 2.24.0-14
2 aur/spotify 1:1.2.47.364-1 -> 1:1.2.48.405-1
1 aur/zoom 6.2.3-1 -> 6.2.6-1
==> Pacchetti da escludere: (es: "1 2 3", "1-3", "^4" o il nome del repo)
-> L'esclusione di pacchetti potrebbe causare aggiornamenti parziali e danneggiare i sistemi
==>
AUR Explicit (9): dropbox-211.4.6008-1, zoom-6.2.6-1, jdownloader2-latest-21, spotify-1:1.2.48.405-1, google-chrome-130.0.6723.91-1, instaloader-4.13.2-1, goodvibes-0.8.1-1, jitsi-meet-desktop-bin-2024.10.0-1, gnome-shell-pomodoro-0.26.0-1
AUR Dependency (1): pygtk-2.24.0-14
Sync Make Dependency (1): gendesk-1.0.10-1
:: PKGBUILD aggiornato, scaricamento ignorato: spotify
:: PKGBUILD aggiornato, scaricamento ignorato: goodvibes
:: (0/8) Scaricamento PKGBUILD non riuscito: jdownloader2
:: (0/8) Scaricamento PKGBUILD non riuscito: jitsi-meet-desktop-bin
:: (0/8) Scaricamento PKGBUILD non riuscito: gnome-shell-pomodoro
:: (0/8) Scaricamento PKGBUILD non riuscito: pygtk
:: (0/8) Scaricamento PKGBUILD non riuscito: google-chrome
:: (0/8) Scaricamento PKGBUILD non riuscito: instaloader
:: (0/8) Scaricamento PKGBUILD non riuscito: dropbox
:: (0/8) Scaricamento PKGBUILD non riuscito: zoom
-> errore durante il recupero di jdownloader2: fatal: .git non è un repository Git (né lo è alcuna delle directory genitrici)
context: exit status 128
errore durante il recupero di jitsi-meet-desktop-bin: fatal: .git non è un repository Git (né lo è alcuna delle directory genitrici)
context: exit status 128
errore durante il recupero di gnome-shell-pomodoro: fatal: .git non è un repository Git (né lo è alcuna delle directory genitrici)
context: exit status 128
errore durante il recupero di pygtk: fatal: .git non è un repository Git (né lo è alcuna delle directory genitrici)
context: exit status 128
errore durante il recupero di google-chrome: fatal: .git non è un repository Git (né lo è alcuna delle directory genitrici)
context: exit status 128
errore durante il recupero di instaloader: fatal: .git non è un repository Git (né lo è alcuna delle directory genitrici)
context: exit status 128
errore durante il recupero di dropbox: fatal: .git non è un repository Git (né lo è alcuna delle directory genitrici)
context: exit status 128
errore durante il recupero di zoom: fatal: .git non è un repository Git (né lo è alcuna delle directory genitrici)
context: exit status 128
You have no swap space configured. You may wish to attend to this sooner rather than later. It is best to have swap even if it is rarely used; but if you intend to hibernate it’s very necessary.
A cache by its very nature will be recreated over time. Deleting it was unlikely to have caused a problem; however, a good recommendation is to reboot after having done so.
If the AUR update is successful please try yay again:
yay -Syu
Does the yay command now complete?
It is generally recommended to use pacman or pamac to perform an update; or a combination of both; always update official repo packages and AUR packages separately:
sudo pacman -Syu
pamac update --aur
A combination of commands that I might use (example):
Generally I would suggest/use -Rns to also remove ‘save files’, and any related dependencies that would not be required by any other package.
(Regular -R could leave some files like pacsaves, and/or some orphan packages.)
Besides all that I would like to take this opportunity to remind all penguins that *fetch apps are not practical tools for things like troubleshooting or system info. They are for people who want to take screenshots of their ‘riced’ desktop, and little more.
To provide some basic information about your system use inxi.