Good day everybody!
When updating the system, pacman updates “core” and “extra” but does not update endeavouros: it says “endeavouros-keyring not found”. Here’s the result:
[paolo@endeavourOS ~]$ sudo pacman -Syu
[sudo] password di paolo:
:: Sincronizzazione dei database in corso…
core è aggiornato
extra è aggiornato
:: Aggiornamento del sistema in corso…
attenzione: dracut: la versione installata (059-1) è più recente di quella presente in extra (056-2)
attenzione: yad: la versione installata (13.0-1.1) è più recente di quella presente in extra (13.0-1)
Nessun aggiornamento disponibile
welcome onto the purple side @Paolo
Both packages dracut, yad are currently on the EndeavourOS repo (overlays)
It seems you may have merged archlinux updated pacman.conf ? show it:
cat /etc/pacman.conf | eos-sendlog
(will pastbin it and give you a short url you can post here)
That would allow me to see if that is the case.
but… endeavouros-keyring not found … looks like uninstalled the package?
pacman -Qs endeavouros-keyring
would show…
you can try:
sudo pacman -S endeavouros-keyring endeavouros-mirrorlist
or
eos-update
to solve it but as long we do not know what the issue is…
Hallo Joe and thanks for your reply.
I’ve never posted a txt log, anyway I’ll try my best 'cos the problem still persists (on “sudo pacman -S endeavouros-keyring endeavouros-mirrorlist” it says:
[paolo@endeavourOS ~]$ sudo pacman -S endeavouros-keyring endeavouros-mirrorlist
[sudo] password di paolo:
errore: il seguente pacchetto non è stato trovato: endeavouros-keyring
errore: il seguente pacchetto non è stato trovato: endeavouros-mirrorlist
And here’s cat /etc/pacman.conf
[paolo@endeavourOS ~]$ cat /etc/pacman.conf
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
#Color
#NoProgressBar
CheckSpace
#VerbosePkgLists
#ParallelDownloads = 5
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[core-testing]
#Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
#[extra-testing]
#Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
#[multilib]
#Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
I thank you Joe and I’m sorry but I’m pretty new to this kind of posting.
you reset pacman.conf to archlinux default …
run this to reset to EndeavourOS file:
wget https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-ISO/main/airootfs/etc/pacman.conf && sudo cp pacman.conf /etc/
and try again… sudo pacman -Syyu
and show output of pacman -Qs endeavouros-
and as a hint… you can change commandoutput to english:
LANG=C command
command to be replaced with the command you want to share the output from …
and to post logs use a pastebin and short logs use the code tags:
we have a pastebin helper for you:
pacman -Qs endeavouros- | eos-sendlog
will pull out a short url you can post here…
This is the output of “pacman -Qs endeavouros”
[paolo@endeavourOS ~]$ pacman -Qs endeavouros
local/endeavouros-keyring 20230523-1
EndeavourOS keyring
local/endeavouros-mirrorlist 23.7-1
EndeavourOS mirrorlist
local/endeavouros-theming 22.12.3.3-2
Default EndeavourOS background images and icons
local/eos-apps-info 1.7-1
Documentation about apps in the EndeavourOS repository.
local/eos-bash-shared 23-20
Bash code shared by certain EndeavourOS apps.
local/eos-dracut 1.2-1
Dracut scripts and hooks for EndeavourOS
local/eos-hooks 1.13-1
EndeavourOS pacman hooks
local/eos-packagelist 2.1-1
An application to gather and optionally install package lists from the EndeavourOS installer
local/eos-plasma-sddm-config 22.03.1.2-1
EndeavourOS Theme for SDDM for Plasma
local/eos-rankmirrors 2.14-1
EndeavourOS mirror ranking tool
local/eos-settings-plasma 1.3.1-1
Plasma settings and theme for EndeavourOS
local/eos-translations 23-22
EndeavourOS translation support
local/eos-update-notifier 23-5
Software update notifier and 'news for you' for EndeavourOS users.
local/welcome 3.66-2
Welcome greeter for new EndeavourOS users.
I presume everything's ok now or do I still need to manually install something else?.
Thanks alot for your unrivalled help
I forgot to ask you: would you recommend using "pacman -Syu" to update system or rather use "yay"?
If you don’t have AUR packages installed, you can update with
sudo pacman -Syu
If you have AUR packages installed, you can use
yay
to update your system.
Thanks alot Manuel. All my doubts have been completely fulfilled.
Looks like @joekamprad gave the solution to your questions, so one of them should be marked as the solution.
no problem you can take the bayleaf
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.