Created
December 1, 2024 05:31
-
-
Save rkbi/905f47e70c7d9b403be287fa8f7df203 to your computer and use it in GitHub Desktop.
Command to update fedora / rhel based OS
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
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