this post was submitted on 06 Aug 2023
565 points (96.5% liked)

linuxmemes

20688 readers
1191 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 year ago (1 children)

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

[–] [email protected] 1 points 1 year ago (3 children)
[–] [email protected] 3 points 1 year ago
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] [email protected] 2 points 1 year ago
[–] [email protected] 1 points 1 year ago (1 children)

https://github.com/Morganamilo/paru

It's like yay but more modern, written by one of the people who originally worked on yay

[–] [email protected] 2 points 1 year ago

Thanks! I never knew there was an alternative to yay