• 207 Posts
  • 160 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle

  • No, you are never specifying to actually upgrade the package with the ‘u’ flag. Running pacman -Sy archinstall would upgrade the package, since it would first refresh the package cache then reinstall the latest version.

    Also, there’s not really a benefit to using 2 'y’s but it does add some extra stress to the package mirrors, so I would avoid doing that.









    1. Flatpak, create a shell script to call the flatpak command and pass arguments
    2. If the app doesn’t work well as a flatpak or isn’t packaged, I would use distrobox
    3. If the app doesn’t work well in distrobox, I’d rpm-ostree install it
    4. If I’m feeling fancy, I might look into installing homebrew. But you need to do some workarounds with PATH and homebrew otherwise it can break things; Universal Blue includes these workarounds out of the box