Skip Navigation

Here is the command I use to upgrade my Fedora Workstation

sudo dnf --assumeyes distro-sync && flatpak update --assumeyes && flatpak uninstall --unused --assumeyes && pipx upgrade-all && rustup update && cargo install-update -a && flutter upgrade && gup update
5

You're viewing a single thread.

5 comments
  • TopGrade is a good one stop upgrade utility.

    • Nice one! Thank you.

      Bad news, the developer haven't got much time maintaining it.

      I currently have not enough time to maintain this project on the level required and which the project deserves. For this reason I'm asking the community to help supporting the project, to help and work on resolving issues and create new features. Thanks for all your help.

      God news, it's written in Rust and I was about to make something similar using Rust. I guess, this means I could try jumping in.:)