this post was submitted on 24 Jun 2026
215 points (99.5% liked)

linuxmemes

31849 readers
478 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.
  • 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, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 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.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    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 3 years ago
    MODERATORS
     
    top 23 comments
    sorted by: hot top controversial new old
    [–] Vertelleus@lemmy.dbzer0.com 26 points 9 hours ago

    Arch linux after not updating for 2 days.

    I last updated my Arch install on 2026-04-22...

    [–] slazer2au@lemmy.world 18 points 12 hours ago* (last edited 12 hours ago) (1 children)

    I get that when I forget to update a Ubuntu VM for a week.

    [–] TropicalDingdong@lemmy.world 15 points 12 hours ago (3 children)

    i'm like 80/20 if this is just going to straight bork the machine.

    [–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 8 points 12 hours ago (1 children)

    that's what backups are for.

    If it's a vm then snapshots are a godsend. Update didn't work? Revert.

    [–] Viceversa@lemmy.world 2 points 11 hours ago

    So much hassle just for routine update. Windows seems more stable in comparison.

    [–] slazer2au@lemmy.world 9 points 12 hours ago (1 children)
    [–] TropicalDingdong@lemmy.world 9 points 12 hours ago (1 children)
    [–] slazer2au@lemmy.world 13 points 12 hours ago (2 children)

    Execute order

    Sudo apt update && sudo apt upgrade -y && sudo apt auto remove -y
    

    Needs a more concise order name.......

    [–] Skullgrid@lemmy.world 9 points 12 hours ago* (last edited 6 hours ago)
    cd ~
    nano .bash_aliases
    

    At the end of the file

    alias executeOrder="sudo apt update && sudo apt upgrade -y && sudo apt auto remove -y"
    

    Ctrl+X
    Y
    Enter.

    source .bash_aliases
    

    There. Now it's executeOrder

    Edit : .bash_alias(es?) should be in the home folder. Switch to it with cd ~

    [–] loweffortname@lemmy.dbzer0.com 4 points 10 hours ago* (last edited 10 hours ago)

    Tiny nits:

    1. apt dist-upgrade is more potentially destructive.
    2. It's apt autoremove (no spaces)

    Otherwise, I do this every morning on my work machine. It's very satisfying to have updates.

    [–] floquant@lemmy.dbzer0.com 4 points 11 hours ago

    You either test your backups or your lack of backups tests you

    [–] twinnie@feddit.uk 10 points 11 hours ago (2 children)

    I used to get this with Tumbleweed by the time I’ve finished my previous update.

    I jest of course but I once had to update it after being away for a week and it had like 14 GB of updates. By the time it finished another 450 MB of updates were available.

    [–] Cenotaph@mander.xyz 8 points 10 hours ago

    Net update size: -50MB

    [–] kalpol@lemmy.ca 2 points 9 hours ago

    Try using LyX on Tumbleweed. 5000 packages is not unusual

    [–] Kolanaki@pawb.social 10 points 11 hours ago* (last edited 11 hours ago) (1 children)

    Me when I reinstall a game from Steam that I also modded through the Steam Workshop.

    Game installs in 5 minutes. The next hour (or day if it was ARMA 3; all the custom maps are HUGE) is the worshop mods getting downloaded and installed 😭

    [–] notthebees@reddthat.com 5 points 10 hours ago (1 children)

    Arma3 mods were the reason that I learned steam cli has an insanely low ttl.

    [–] Kolanaki@pawb.social 10 points 10 hours ago (3 children)

    Steam is the only thing I have ever seen hit network speeds that hit the limit of what I pay for from my ISP.

    [–] notthebees@reddthat.com 4 points 10 hours ago

    I had 100 Mbps internet. It hit the full limit but some of those mods were BIG.

    [–] Ioughttamow@fedia.io 2 points 9 hours ago

    Shit is snappy as hell

    [–] grue@lemmy.world 1 points 8 hours ago (1 children)

    Your ISP must have a colocated Steam cache.

    [–] SkaveRat@discuss.tchncs.de 2 points 8 hours ago

    I'm my case, steam has servers in my city. It's quite satisfying seeing a gigabit line saturated for gigabytes on end

    [–] Skullgrid@lemmy.world 2 points 11 hours ago* (last edited 11 hours ago)

    This feels relevant, I recently did my first apt upgrade because I was a dumbass and should have done npm/npx upgrade.

    So.... The quick trial of a new API/SDK turned into a pant shitting wait to see if I broke my system.

    It all worked out in the end