Lexi Sneptaur
28F, she/her - Seattle - Drive stick, use Linux, do praxis. Don’t call me unless I gave you my number
- 0 Posts
- 1 Comment
Joined 2 years ago
Cake day: June 13th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I usually set up an alias or script to update everything on my system. For example, on Ubuntu, I would do this:
alias sysup='snap refresh && apt update && apt upgrade'
And on Arch, I do this:
alias sysup ='flatpak update && paru'
Funny enough you’d need to use
sudo
to run this on Ubuntu, but not in the Arch example because paru being neat