this post was submitted on 06 Aug 2023
577 points (96.8% liked)

linuxmemes

21188 readers
1430 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 members of the community for any reason.
  • 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, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] [email protected] 60 points 1 year ago (7 children)

    Where my pacman -Syu gang at btw

    [–] [email protected] 16 points 1 year ago (1 children)
    [–] [email protected] 4 points 1 year ago (3 children)

    yay -Syu && reboot && 😉🤞

    load more comments (3 replies)
    [–] [email protected] 9 points 1 year ago* (last edited 1 year ago) (1 children)
    load more comments (1 replies)
    [–] [email protected] 5 points 1 year ago

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

    PS: (obligatory) 'Long live yay!'

    load more comments (4 replies)
    [–] [email protected] 32 points 1 year ago

    -y && sudo apt autoremove

    [–] [email protected] 24 points 1 year ago (1 children)

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

    [–] [email protected] 7 points 1 year ago (2 children)

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

    [–] [email protected] 10 points 1 year ago (3 children)

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

    load more comments (3 replies)
    [–] [email protected] 4 points 1 year ago (1 children)

    The legendary eternal uptime

    load more comments (1 replies)
    [–] [email protected] 19 points 1 year ago (9 children)

    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?

    [–] [email protected] 8 points 1 year ago

    If you use nala (frontend for apt) when you drop a "nala upgrade" it automatically calls update first

    load more comments (8 replies)
    [–] [email protected] 18 points 1 year ago (3 children)

    Behold:

    sudo snap refresh
    

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

    [–] [email protected] 13 points 1 year ago (1 children)
    [–] [email protected] 5 points 1 year ago

    Just kidding...

    [–] [email protected] 6 points 1 year ago

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

    [–] [email protected] 3 points 1 year ago

    Class, let's all thank 'TeamAssimilation' for showing us what not to do. Now, Brian, I think it's your turn to wipe the drool off of his face, and make sure he hasn't pooped himself again. I'm going to go call his parole officer and tell him that he's in CLEAR violation of his parole.

    [–] [email protected] 15 points 1 year ago (3 children)

    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)
    [–] [email protected] 11 points 1 year ago
    [–] [email protected] 11 points 1 year ago (1 children)
    load more comments (1 replies)
    [–] [email protected] 9 points 1 year ago* (last edited 1 year ago) (3 children)
    sudo dpkg-reconfigure --priority=low unattended-upgrades
    
    [–] [email protected] 5 points 1 year ago (1 children)
    [–] [email protected] 9 points 1 year ago (2 children)

    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)
    load more comments (2 replies)
    [–] [email protected] 9 points 1 year ago (1 children)
    load more comments (1 replies)
    [–] [email protected] 8 points 1 year ago (1 children)
    [–] [email protected] 3 points 1 year ago

    sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt full-upgrade -y

    [–] [email protected] 7 points 1 year ago (6 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

    load more comments (6 replies)
    [–] [email protected] 6 points 1 year ago (2 children)

    sudo dnf update && flatpak update

    [–] [email protected] 4 points 1 year ago

    Two days later...

    load more comments (1 replies)
    [–] [email protected] 6 points 1 year ago (2 children)

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

    [–] [email protected] 10 points 1 year ago

    more like alias "yolo"

    [–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

    Meanwhile the pacman -Syu sect:

    [–] [email protected] 5 points 1 year ago (1 children)

    sudo nala upgrade ; flatpak update

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

    [–] [email protected] 5 points 1 year ago (1 children)

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

    load more comments (1 replies)
    [–] [email protected] 5 points 1 year ago

    I'll give you one better:

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

    :)

    [–] [email protected] 4 points 1 year ago

    sudo zypper refresh && sudo zypper dist-upgrade

    [–] [email protected] 4 points 1 year ago (1 children)
    [–] [email protected] 4 points 1 year ago

    sudo systemctl enable dnf-automatic-install.timer

    [–] [email protected] 3 points 1 year ago

    me when unattended upgrades

    [–] [email protected] 3 points 1 year ago (5 children)

    sudo nala upgrade

    I like nala, it's a front end for apt

    load more comments (5 replies)
    load more comments
    view more: next ›