Yay update question?

Hey EOS community. Thanks for taking a look at my issue and giving some helpful feedback.

Just a little stumped on this.
I get this in the terminal

brian ~ $ yay
:: Synchronizing package databases...
 core is up to date
 extra is up to date
:: Searching AUR for updates...
:: Searching databases for updates...
 -> dracut: local (059-1) is newer than extra (056-2)
 -> yad: local (12.3-1.1) is newer than extra (12.3-1)
 -> Packages not in AUR: akm  endeavouros-keyring  endeavouros-mirrorlist  endeavouros-theming  eos-apps-info  eos-bash-shared  eos-hooks  eos-log-tool  eos-packagelist  eos-plasma-sddm-config  eos-quickstart  eos-rankmirrors  eos-settings-plasma  eos-translations  eos-update-notifier  nvidia-hook  nvidia-inst  nvidia-installer-common  welcome
 -> kernel-install-for-dracut: local (1.7-5) is newer than AUR (1.7-1)
 -> reflector-simple: local (2023-2) is newer than AUR (3.3-1)
 there is nothing to do

Why does it say Packages not in AUR:???

When I open Octopi and search for say endeavouros-keyring it’s there.

Thanks

looks like you replaced your pacman.conf with the pacnew file instead of merging the contents.
You don’t have the endeavouros repo configured anymore.

Edit: Here is how it should look like on Endeavouros

2 Likes

Thanks for the quick reply.

That’s what i get for talking to someone on the phone while updating.

How do I fix it.

you need the following lines in your pacman.conf

[endeavouros]
SigLevel = PackageRequired
Include = /etc/pacman.d/endeavouros-mirrorlist

Edit:

look at the link BS86 posted above, the pacman.conf should look something like this.

I got it .

Man thanks guys that was super fast reply by BS86

YOU DA MAN!!!

I was going to reinstall EOS.

What a community

1 Like

why reinstall right away, it long if you add the 3 lines.

[endeavouros]
SigLevel = PackageRequired
Include = /etc/pacman.d/endeavouros-mirrorlist

I personally replaced everything under the 3 lines in my pacman.conf with the part from pacman.confnew and removed the hash signs ‘#’ from multilib.

1 Like

Please mark as solution the post which actually gave you the solution.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.