Greetings,
Everyday on the first startup i execute the bellow command in the terminal, in order to update my system:
sudo dnf upgrade --refresh -y
────────────────────────────────────────────────────────────────
Yesterday when executed it and restarted my PC when i logged back in i got this pop up message:
(updates if im not mistaken was kernel related).
────────────────────────────────────────────────────────────────
Since today whenever i execute the above command i get this error:
Traceback (most recent call last):
File "/usr/bin/dnf", line 61, in <module>
from dnf.cli import main
File "/usr/lib/python3.11/site-packages/dnf/__init__.py", line 30, in <module>
import dnf.base
File "/usr/lib/python3.11/site-packages/dnf/base.py", line 29, in <module>
import libdnf.transaction
File "/usr/lib64/python3.11/site-packages/libdnf/__init__.py", line 12, in <module>
from . import conf
File "/usr/lib64/python3.11/site-packages/libdnf/conf.py", line 13, in <module>
from . import _conf
ImportError: /lib64/libzck.so.1: file too short
────────────────────────────────────────────────────────────────
My system specifications.
-
MOBO: ASHROCK AB350 M PRO-4
-
CPU: AMD RYZEN 3 1200
-
RAM: Corsair Value Select DDR4 2100MhZ
-
SSD: PNY 120GB
-
OS: Fedora 37 Workstation
-
Desktop Environment: Gnome/Wayland
-
Kernel Version: 6.1.12-200.fc37.x86_64
────────────────────────────────────────────────────────────────
If that helps in any way, based on a similar post who i found i executed the bellow commands and here is their results:
Command:
rpm -qa | grep kernel-modules-extra
Result:
kernel-modules-extra-6.1.10-200.fc37.x86_64
kernel-modules-extra-6.1.11-200.fc37.x86_64
kernel-modules-extra-6.1.12-200.fc37.x86_64
Command:
sudo dnf info kernel
Result:
Traceback (most recent call last):
File "/usr/bin/dnf", line 61, in <module>
from dnf.cli import main
File "/usr/lib/python3.11/site-packages/dnf/__init__.py", line 30, in <module>
import dnf.base
File "/usr/lib/python3.11/site-packages/dnf/base.py", line 29, in <module>
import libdnf.transaction
File "/usr/lib64/python3.11/site-packages/libdnf/__init__.py", line 12, in <module>
from . import conf
File "/usr/lib64/python3.11/site-packages/libdnf/conf.py", line 13, in <module>
from . import _conf
ImportError: /lib64/libzck.so.1: file too short