this post was submitted on 06 Aug 2023
1 points (100.0% liked)

linuxmemes

20741 readers
805 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
[–] Sneptaur@pawb.social 0 points 1 year ago (5 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

[–] Firnin@feddit.de 0 points 1 year ago (2 children)
[–] oce@jlai.lu 0 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.

[–] Firnin@feddit.de 0 points 1 year ago
[–] Sneptaur@pawb.social 0 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

[–] Firnin@feddit.de 0 points 1 year ago

Thanks! I never knew there was an alternative to yay

load more comments (2 replies)