583
Hearing voices (lemmy.world)
top 50 comments
sorted by: hot top controversial new old
[-] Glome@feddit.nl 59 points 2 years ago

Where my pacman -Syu gang at btw

[-] avidamoeba@lemmy.ca 10 points 2 years ago* (last edited 2 years ago)
load more comments (1 replies)
[-] madwifi@lemmy.world 5 points 2 years ago

I'm kicking back here after paru -Syu --nocombinedupgrade --noconfirm

PS: (obligatory) 'Long live yay!'

[-] XxTriviumxX@kbin.social 3 points 2 years ago* (last edited 2 years ago)

paru -Syu --skipreview && flatpak update

load more comments (3 replies)
[-] DarkDarkHouse@lemmy.sdf.org 33 points 2 years ago

-y && sudo apt autoremove

[-] omnislayer88@kbin.social 24 points 2 years ago

All you sophisticated folks with your dinky commands... I just click restart to update whenever Daddy Gated says so. So much easier...

[-] spaceape@lemmy.nrsk.no 7 points 2 years ago

Have you ever tried to challenge the system and see what happens if you don't click restart?

[-] fluxion@lemmy.world 10 points 2 years ago

Yes, random forced reboot at an extremely inconvenient time and an excruciatingly slow "Windows is installing updates" screen.

[-] droans@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

I've never had that with my work laptop. If I've got programs open that require close prompts, it won't even reboot when it's been idle. Eventually IT will lock it down unless I update though.

No big deal either way. You should be restarting at least weekly with any OS.

Plus, at least with Ubuntu, kernel updates happen much more frequently than Windows updates and require a restart to take effect. The only difference is you can ignore them, which is almost never a good idea.

[-] Draconic_NEO@lemmy.world 6 points 2 years ago

No big deal either way. You should be restarting at least weekly with any OS.

Uh my laptop has been running for 35 days (according to neofetch) and my server PC (which is just a tower PC I repurposed as a server) has been running for 288 days.

load more comments (1 replies)
[-] QuazarOmega@lemmy.world 4 points 2 years ago

The legendary eternal uptime

load more comments (1 replies)
[-] stallmer@lemmy.one 19 points 2 years ago

Is there a reason these commands weren’t at some point combined into one flag?

I can see why you’d want separate “update” and “upgrade” options, but another flag that does both without writing such a long command would be nice.

Maybe I just don’t know enough about apt and such a flag does exist? Maybe they’re just expecting folks to create an alias?

load more comments (8 replies)
[-] TeamAssimilation@infosec.pub 18 points 2 years ago

Behold:

sudo snap refresh

... yeah... I'll see myself out...

[-] christos@lemmy.world 13 points 2 years ago
[-] christos@lemmy.world 5 points 2 years ago

Just kidding...

[-] spaceape@lemmy.nrsk.no 6 points 2 years ago

I am forced to judge your entire character based solely on your snap use.

load more comments (1 replies)
[-] Paulemeister@feddit.de 14 points 2 years ago

You could also open the Pop! Shop, have it load, freeze and then upgrade via terminal. They should really fix that shit

load more comments (3 replies)
[-] KrisND@lemmy.world 11 points 2 years ago
[-] Locorock@artemis.camp 10 points 2 years ago
[-] ondradoksy@kbin.social 3 points 2 years ago

this is the way

[-] avidamoeba@lemmy.ca 9 points 2 years ago* (last edited 2 years ago)
sudo dpkg-reconfigure --priority=low unattended-upgrades
[-] TrustingZebra@lemmy.one 5 points 2 years ago
[-] avidamoeba@lemmy.ca 8 points 2 years ago

It enables automatic security updates. You could also enable automatic updates for all, not just security. Basically have the system run the meme commands for you.

load more comments (2 replies)
[-] sznio@lemmy.world 3 points 2 years ago

First thing I do on Debian is disabling unattended upgrades. I will need to install some package now and it will always get in the way.

[-] avidamoeba@lemmy.ca 3 points 2 years ago* (last edited 2 years ago)

That's odd. If unattended upgrades are running, the system will do upgrades regularly. That means it's unlikely to get a significant backlog of updates queued up. Upgrade cycles typically finish briefly as a result. All my systems, interactive or headless, are running an update and upgrade cycle every hour. I've yet to to run into a case when I couldn't install a package because apt was in use. It's not impossible, but I haven't. Or at least it's been so long ago that I've forgotten about it. I don't have to think about unpatched vulnerabilities. ☺️

[-] AccurstDemon@sopuli.xyz 9 points 2 years ago
load more comments (1 replies)
[-] Benchamoneh@lemmy.world 8 points 2 years ago
load more comments (1 replies)
[-] Sneptaur@pawb.social 7 points 2 years 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

load more comments (6 replies)
[-] Nonononoki@lemmy.world 6 points 2 years ago

sudo dnf update && flatpak update

[-] EsLisper@lemmy.world 3 points 2 years ago

Two days later...

load more comments (1 replies)
[-] IuseArchbtw@feddit.de 6 points 2 years ago

alias "upgrade"=sudo pacman -Syu && yay -Syu && sudo flatpak upgrade

[-] vidumec@lemmy.world 10 points 2 years ago

more like alias "yolo"

[-] LastoftheDinosaurs@lemmy.world 4 points 2 years ago

Lol flatpak

[-] nothacking@discuss.tchncs.de 5 points 2 years ago* (last edited 2 years ago)

Meanwhile the pacman -Syu sect:

[-] Venomnik0@lemm.ee 5 points 2 years ago

I'll give you one better:

doas emerge --sync && emerge -uDN @world

:)

[-] jsnc@lemmy.blahaj.zone 5 points 2 years ago

sudo nala upgrade ; flatpak update

Nala is a frontend to apt-get written in Python.

[-] corsicanguppy@lemmy.ca 5 points 2 years ago

Flatpak violates Single Source of Truth for installation data, and hides installations.

[-] kilgore_trout@feddit.it 3 points 2 years ago

Are you a Debian packager?

[-] SapienSRC@lemmy.world 4 points 2 years ago

sudo zypper refresh && sudo zypper dist-upgrade

[-] d_k_bo@feddit.de 4 points 2 years ago
[-] elvith@feddit.de 4 points 2 years ago

sudo systemctl enable dnf-automatic-install.timer

[-] notasandwich1948@sh.itjust.works 3 points 2 years ago

me when unattended upgrades

load more comments
view more: next ›
this post was submitted on 06 Aug 2023
583 points (96.6% liked)

linuxmemes

22622 readers
935 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  •  

    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.

    founded 2 years ago
    MODERATORS