I may have deleted the .pacnew file last week
And today I notice that with the pacman migration to github completed there are some instructions to follow that require the .pacnew file https://archlinux.org/news/git-migration-completed/
When I try to follow those instructions I get this
In “pacman>=6.0.2-7” the >=6.0.2-7 is not part of the package name. It is just short hand for saying pacman needs to be greater than or equal to version 6.0.2-7
To see the current pacman version
pacman -Q pacman
pacman 6.0.2-6
Note
pacman -Q does not require sudo
pacman -S does require sudo
I am waiting untill Monday or perhaps Tuesday before messing with this to let the mirrors refresh.
thanks
yeah I get 6.0.2.6
I’m thinking I just comment out the [Community] section from my exiting pacman.conf file in the /etc dir since [Community] is merged with [Extra].
Just to be clear, it is the pacman.conf in /etc that will need melding with the pacman.conf.pacnew file in /etc. I am not sure where the /etc/pacman.d/mirrorlist file came into the equation.
Yes you’re right, I’ve edited my previous post to show that.
Also after updating pacman to 6.0.2-7 I rebooted and updated and it provided the pacman.conf.pacnew file that I thought I was missing. The new file removes [Community] as that got merged with [extra]