this post was submitted on 11 Aug 2026
993 points (98.1% liked)

linuxmemes

32519 readers
211 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 of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
  • 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
    you are viewing a single comment's thread
    view the rest of the comments
    [–] oneofmany@lemmy.world 35 points 1 week ago (3 children)

    apt upgrade -U

    Does both update and upgrade.

    [–] Pika@hikki.team 23 points 1 week ago (1 children)

    One fun thing about Linux is that you always learn

    [–] iocase@lemmy.zip 4 points 1 week ago (2 children)

    Alias na="Sudo nala upgrade -y"

    Does update and upgrade with parallel downloads from fast high bandwidth repos and pretty colors 😍

    [–] laurelraven@lemmy.zip 3 points 6 days ago (1 children)

    Dammit, learning about this right after switching from Mint to OpenSuSE

    [–] MonkeMischief@lemmy.today 1 points 5 days ago (1 children)

    Honestly great switch though. OpenSUSE is lovely and I bet you'll like Zypper. :)

    Definitely make sure you know how to use BTRFS Snapper rollbacks and always zypper dup (not up) on Tumbleweed!

    Also the community is great.

    To quote the login terminal:

    Have a lot of fun!

    [–] laurelraven@lemmy.zip 2 points 1 day ago (1 children)

    Yeah, liking zypper so far, except that it decided I must have forgotten to install the games and kde-games patterns which I deselected during install because I'll never use them (my games are pretty much all on steam, I've got no real interest in the built-in ones). Blocked them but now it's warning me about that every time I update, which is a bit obnoxious, but I'm sure I'll either figure it out or learn to not care about that

    [–] MonkeMischief@lemmy.today 1 points 1 day ago

    Maybe I can help! I'm sure somebody knows a slick CLI way, but I know that using YAST Package Manager (or maybe the new and fancy Myrlin), you can see what version of packages are installed and from which repo.

    If it's available in the standard SUSE open repo, you can just switch to that.

    Also, you can go to that open repo and there's an option at the top that says "Switch all packages to this repository" or something like that. Then you can probably safely remove KDE-Games if you don't want it.

    The KDE-Games repo sometimes will have drivers or game related tools and things like that, but no, I don't think it's strictly necessary if there's nothing in it you want.

    [–] MonkeMischief@lemmy.today 2 points 1 week ago

    Whelp. Dang. Guess I know what I'm trying on my Ubuntu & Debian VMs next :D

    [–] AceFuzzLord@lemmy.zip 1 points 1 week ago

    Good to know. I just have a script that does like everything in order, but I could save a line by doing that instead of both beinv separate commands.