Skip to content

Instantly share code, notes, and snippets.

@mcodenie
Last active June 29, 2025 10:32
Show Gist options
  • Save mcodenie/66d8968d09924d0cc72954964ad0f5b1 to your computer and use it in GitHub Desktop.
Save mcodenie/66d8968d09924d0cc72954964ad0f5b1 to your computer and use it in GitHub Desktop.
KDE Plasma broken in Almalinux 10 after leapp upgrade from Almalinux 9

Got issues updating or installing KDE Plasma Workspace

dnf group install "KDE Plasma Workspaces"

In my case, this prerequisite was needed because some packages required an upgrade. Hope Almalinux able to compile from these versions.

Install xdg-user-dirs on openSUSE Leap 15.6

More information: xdg-user-dirs-0.18-150500.1.1.x86_64.rpm

rpm -Uvh https://ftp.lysator.liu.se/pub/opensuse/distribution/leap/15.6/repo/oss/x86_64/xdg-user-dirs-0.18-150500.1.1.x86_64.rpm

Install gocryptfs (RHEL 10 - EPEL Testing)

More information: gocryptfs-2.5.4-2.el10_1.x86_64.rpm

rpm -Uvh https://dl.fedoraproject.org/pub/epel/testing/10/Everything/x86_64/Packages/g/gocryptfs-2.5.4-2.el10_1.x86_64.rpm

Install linux-firmware on CentOS 10 Stream

More information: linux-firmware-20250604-17.el10.noarch.rpm

rpm -Uvh https://mirror.stream.centos.org/10-stream/BaseOS/x86_64/os/Packages/linux-firmware-20250604-17.el10.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment