hello,
I’m having an issue updating to 8.10. Getting “Error unpacking rpm package linux-firmware-2024.0610-122.git90df68d2.el8_10.noarch” when doing a dnf upgrade
tried downloading the rpm and installing using
rpm -Uvh “file name”
That gives me an unpacking of archive failed on file /usr/lib/firmware/ath11k/IPQ6018/hw1.0/m3_fw.mdt;6697cddb: cpio: rename failed - No such file or directory
I’ve tried doing
dnf clean all
dnf update
I’ve checked ps -aux | grep -release and nothing shows up holding the os-release file
Anyone have any ideas what is going on here?