Skip to content

Instantly share code, notes, and snippets.

@rkbi
Last active August 4, 2025 10:16
Show Gist options
  • Select an option

  • Save rkbi/905f47e70c7d9b403be287fa8f7df203 to your computer and use it in GitHub Desktop.

Select an option

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; sudo journalctl --vacuum-time=1d; omf update'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment