Support for users who updated to pacman 6

UPDATE 1-

these changes have been made by me after running

```
sudo mv /etc/pacman.conf.pacnew /etc/pacman.conf
```

1> i have kept cache directory commented which was default with the pacnew file. older pacman.conf had cache directory line uncommenetd.
2> i have added garuda-system to hold packages which was also present in older pacman.conf
3>added

Color
ILoveCandy

to the end of new pacman.conf
4> uncommented

#ParallelDownloads = 5

5>uncommented

#[multilib]
#Include = /etc/pacman.d/mirrorlist

6>added

[chaotic-aur]
#SigLevel = Never
Include = /etc/pacman.d/chaotic-mirrorlist

UPDATE 2-

sudo pacman -Syyu 

works perfectly. refreshing keyrings now using garuda-assistant

UPDATE 3-
keyrings refreshed successfully.

sudo pacman -Syyu 

is still working. now doing reboot and will check

systemctl --failed ; journalctl  -p 3 -b

to ensure pacman is doing fine.

FINAL UPDATE-
Everything is now working as expected,

sudo pacman -Syyu

returns no errors.

thanks

5 Likes