Skip to content

Instantly share code, notes, and snippets.

@rkbi
Created December 1, 2024 05:31
Show Gist options
  • Save rkbi/905f47e70c7d9b403be287fa8f7df203 to your computer and use it in GitHub Desktop.
Save rkbi/905f47e70c7d9b403be287fa8f7df203 to your computer and use it in GitHub Desktop.
Command to update fedora / rhel based OS
alias upd="sudo dnf up; sudo dnf clean packages; flatpak update --assumeyes; pipx upgrade-all; rustup upgrade; omf update; sudo journalctl --vacuum-time=1d"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment