Update Problem?!

This Error appears in Terminal???!

: Paketdatenbanken werden synchronisiert …
cachyos-v3 ist aktuell
cachyos-core-v3 98,7 KiB 118 KiB/s 00:01 [----------------------------------------] 100%
cachyos-extra-v3 1901,7 KiB 1242 KiB/s 00:02 [----------------------------------------] 100%
cachyos ist aktuell
core ist aktuell
extra ist aktuell
multilib ist aktuell
:: Vollständige Systemaktualisierung wird gestartet …
:: p7zip durch cachyos-extra-v3/7zip ersetzen? [J/n] J
Abhängigkeiten werden aufgelöst …
Nach in Konflikt stehenden Paketen wird gesucht …
Fehler: Vorgang konnte nicht vorbereitet werden (Kann Abhängigkeiten nicht erfüllen)
:: Installation von protobuf (29.2-1.1) verletzt Abhängigkeit »libprotobuf.so=28.2.0-64«, benötigt von clementine
:: Installation von nettle (3.10.1-1.1) verletzt Abhängigkeit »nettle=3.10«, benötigt von lib32-nettle
:: Installation von nvidia-utils (565.77-6) verletzt Abhängigkeit »nvidia-utils=565.57.01«, benötigt von linux-cachyos-autofdo-nvidia

yeah had the same issue a few times.
Usually running pacman -Syudd fixes those dependency errors for me.

1 Like

has been rolled into the default kernel and is deprecated, please remove it to prevent dependency problems.

2 Likes

Still same Error…:pensive:

Any explict Info how to solve this issue?

or is it only the last option to new Install ChachyOS?

Thanks​:+1::pray::smiling_face:

So, what’s the current state?

Please run these:

# Display currently running kernel
uname -a

# List locally installed CachyOS flavored Linux kernel packages
pacman -Qs linux-cachyos

# Sync repo mirrors
sudo pacman -Sy

# Perform system upgrade
sudo pacman -Su

This is not Windows :stuck_out_tongue:

1 Like

Install “linux-cachyos-nvidia” and boot with it.

Then, remove nvidia-utils and linux-cachyos-autofdo-nvidia together, and reinstall nvidia-utils.

If it doesn’t want to, add the dd switch to the pacman command.

1 Like

Result:

❯ uname -a

Linux cachyos-SphinxStation 6.12.0-rc7-1-cachyos-autofdo #1 SMP PREEMPT_DYNAMIC Mon, 11 Nov 2024 14:39:21 +0000 x86_64 GNU/Linux

~
❯ pacman -Qs linux-cachyos
local/linux-cachyos-autofdo 6.12.rc7-1
The Linux SCHED-EXT + Cachy Sauce Kernel by CachyOS with other patches and improvements kernel and modules
local/linux-cachyos-autofdo-headers 6.12.rc7-1
Headers and scripts for building modules for the Linux SCHED-EXT + Cachy Sauce Kernel by CachyOS with other patches
and improvements kernel
local/linux-cachyos-autofdo-nvidia 6.12.rc7-1
nvidia module of 565.57.01 driver for the linux-cachyos-autofdo kernel
local/linux-cachyos-rc 6.13.rc4-1
The Linux BORE + LTO + Cachy Sauce Kernel by CachyOS with other patches and improvements - Release Candidate kernel
and modules
local/linux-cachyos-rc-headers 6.13.rc4-1
Headers and scripts for building modules for the Linux BORE + LTO + Cachy Sauce Kernel by CachyOS with other
patches and improvements - Release Candidate kernel

~
❯ sudo pacman -Sy

[sudo] Passwort für sphinxkoma:
:: Paketdatenbanken werden synchronisiert …
cachyos-v3 ist aktuell
cachyos-core-v3 ist aktuell
cachyos-extra-v3 ist aktuell
cachyos ist aktuell
core ist aktuell
extra ist aktuell
multilib ist aktuell

~
❯ sudo pacman -Su
:: Vollständige Systemaktualisierung wird gestartet …
:: p7zip durch cachyos-extra-v3/7zip ersetzen? [J/n] j
Abhängigkeiten werden aufgelöst …
Nach in Konflikt stehenden Paketen wird gesucht …
Fehler: Vorgang konnte nicht vorbereitet werden (Kann Abhängigkeiten nicht erfüllen)
:: Installation von protobuf (29.2-1.1) verletzt Abhängigkeit »libprotobuf.so=28.2.0-64«, benötigt von clementine
:: Installation von nvidia-utils (565.77-7) verletzt Abhängigkeit »nvidia-utils=565.57.01«, benötigt von linux-cachyos-autofdo-nvidia

Install “linux-cachyos-nvidia” ?

Yeah, as I thought, you are still on the wrong “autofdo” kernel 6.12.0-rc7-1-cachyos-autofdo.

That’s where the nvidia and other dependency problems come from I talked about.

Install the default kernel + nvidia modules:

sudo pacman -S linux-cachyos linux-cachyos-headers linux-cachyos-nvidia-open

The linux-cachyos-nvidia-open are the recommended open nvidia drivers, if you prefer the closed ones, exchange with linux-cachyos-nvidia.

Then reboot.

Then check if the correct kernel is loaded with uname -a.
It should now say
Linux cachyos 6.12.8-2-cachyos #1 SMP PREEMPT_DYNAMIC Thu, 02 Jan 2025 18:25:12 +0000 x86_64 GNU/Linux or something alike.
Important is it’s NOT showing autofdo.

Then remove the autofdo kernel:

sudo pacman -R linux-cachyos-autofdo linux-cachyos-autofdo-headers linux-cachyos-autofdo-nvidia

ONLY do that if you have booted the default kernel, otherwise you risk removing your running/only kernel!

1 Like