Even better:
sudo apt update && sudo apt upgrade -y
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
Nothing like the joy of my system upgrading without a hassle... just need to press the up arrow key until I find the command... I'll get there eventually
I did this until my coworker got annoyed enough that they told me to start using history | grep
lmaoo
Wait until they tell you about ctrl+r!
I really like Linux but I just wish I understood how to use it better. I keep having to look up how to do things.
That's literally everything ever that is worth it.
Imagine saying "I really wanna play piano but I just wish I understood how to play it better. I keep having to look up how to do things".
I had the same problem trying to use a Windows 11 laptop after running linux at home for years. Turns out the "looking stuff up" part is how you learn how to use it better.
Last week my brother had to use my laptop and install Rstudio(for some University project) because his Mac was too old and slow. I was out of home so I had to instruct him through the phone and I could hear his awe while he explained how easy was to install the program. He told me laughing that he could see the pacman and started to cheer for it, this made my day.
I gotta say, apt-get is not my favorite way to update... yay is so much simpler.
yay -Syu
Also just yay
cd /etc/nixos
nix flake update
sudo nixos-rebuild switch
git add -A .
git commit -m "Update"
πββοΈ
β¬οΈβ¬οΈβ¬οΈβ¬οΈβ¬οΈβ¬οΈ enter
unattended-upgrades
and cron
jobs for everything else ftw.
No Linux system of mine upgrades itself without my explicit consent. That's one of the many reasons why I don't run Windows.
Setting those up is me explicitly giving my consent for it to upgrade on a schedule.
Yeah alright. That's one way of looking at it π
I guess what I meant is that I don't like upgrades that happen without me explicitly requesting each and every one of them, and me watching the upgrade process as it happens for errors.