Created
August 3, 2026 21:12
-
-
Save alejandrobernardis/eade62a48e90ad65de7c45a0f3e65ba2 to your computer and use it in GitHub Desktop.
rhel10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| subscription-manager repos \ | |
| --enable codeready-builder-for-rhel-10-x86_64-rpms \ | |
| --enable rhel-10-for-x86_64-extensions-rpms | |
| dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm | |
| dnf groupinstall "KDE Plasma Workspaces" | |
| fwupdmgr refresh --force | |
| fwupdmgr get-devices | |
| fwupdmgr get-updates | |
| fwupdmgr update | |
| systemctl disable NetworkManager-wait-online.service | |
| dnf install \ | |
| firefox krdc okular gwenview kcalc meld kgpg kleopatra sweeper \ | |
| python3-virtualenv tmux tree kustomize pandoc jq yq cmake make \ | |
| go stow zsh fzf helix gh podman container-tools containers-common-extra \ | |
| podman-sequoia bat s3cmd htop btop kate podman-desktop \ | |
| plymouth-theme-spinner virt-install xdg-desktop-portal \ | |
| xdg-desktop-portal-kde | |
| plymouth-set-default-theme spinner | |
| dracut -f --regenerate-all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment