• Lexi Sneptaur
    link
    English
    711 months ago

    On my work PC:

    flatpak update && sudo apt update && sudo apt upgrade && reboot

    On my home PC:

    flatpak update && paru && reboot

    On my laptop:

    flatpak update && sudo dnf update && reboot

      • oce 🐆
        link
        fedilink
        3
        edit-2
        11 months ago

        A command line utility to manage AUR (Arch Linux User Repository) packages. The AUR contains about any imaginable package on Earth, it’s one of the greatest features of Arch. If you need some app, someone probably already packaged it in the AUR, so you don’t have to handle a manual update.
        AUR helpers allow installing and updating both official Arch packages and AUR packages with a single command.
        Another popular one that I use is yay.

        • Firnin
          link
          fedilink
          211 months ago

          Thanks! I never knew there was an alternative to yay