this post was submitted on 08 Feb 2025
392 points (97.6% liked)

linuxmemes

22790 readers
402 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
     
    (page 2) 45 comments
    sorted by: hot top controversial new old
    [–] [email protected] 22 points 2 weeks ago (1 children)

    That's right 5.27.12 is out. Ohhhhhh yeeeeeeeeaaaahhhh

    [–] [email protected] 27 points 2 weeks ago (4 children)

    Someone uses Debian Stable...

    load more comments (4 replies)
    [–] [email protected] 27 points 2 weeks ago (2 children)

    sudo apt install cool-package
    438 dependencies will need to download 1.4 gb ^C ^C ^C ^C ^C

    load more comments (2 replies)
    [–] [email protected] 49 points 2 weeks ago

    It's called Plasma. Plaaaaaassssmmmaaaaaaaaa.

    [–] [email protected] 60 points 2 weeks ago (10 children)

    Very dumb question, but I'm kinda new to Linux. Do I have to manually update that or does it just do it when I update packages and the like? I'm on Arch btw.

    [–] [email protected] 8 points 2 weeks ago

    On linux, generally everything you install is through a centralized repository, you can think of it as an app store, arch is all entirely updated through pacman, pacman is just a command line way to interact with the app store.

    [–] [email protected] 15 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

    There's no way you're so new to Linux that you wouldn't know if that would update automatically yet you're running Arch btw. That's like saying, "Do I need to do oil changes on my car? I built my engine, btw."

    [–] [email protected] 14 points 2 weeks ago (2 children)

    Nah, there's a bunch of people (even on Lemmy) that recommend Arch or Arch-derived distributions to newbies. Many mention they haven't used any other distro themselves.

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

    They would still have to go through that ridiculous install following the Wiki, so I think that they are be pretty well educated on updates.

    load more comments (2 replies)
    load more comments (1 replies)
    load more comments (2 replies)
    [–] [email protected] 2 points 2 weeks ago

    I am not sure if anyone answered your question in a way that you were expecting so let me try

    yes you will get the update but you might not know it because your config wont change, so you have to go into the theme settings and use the "default" to see the pretty

    [–] [email protected] 5 points 2 weeks ago

    In general, almost everything you install with pacman will update when you do pacman -Syu (and restart, in case of kernel updates). The way packages work, all the files needed for a piece of software to function are installed from a package, and when you install a newer version, it removes all the files from the old version and puts in new ones. (Caveats apply to configuration files you can modify - those don't get replaced if you do)

    So after you update some software through pacman, it should be in an entirely clean state, just like if you just installed it. The main caveats apply to things like flatpak, which manage its own packages, and software like Steam and Discord, which have an additional auto-updater for some things that's storing files separately.

    [–] [email protected] -3 points 2 weeks ago

    You update and then the entire system breaks (because Arch)

    [–] [email protected] 71 points 2 weeks ago (2 children)
    [–] [email protected] 9 points 2 weeks ago

    One of us! One of us!

    [–] [email protected] 31 points 2 weeks ago (3 children)

    What's so funny? Like I said, I'm new to Linux.

    [–] [email protected] 31 points 2 weeks ago* (last edited 2 weeks ago)

    https://knowyourmeme.com/memes/btw-i-use-arch

    You may think you're new....but clearly you have the spirit of a Linux veteran.

    [–] [email protected] 7 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

    Then Arch is kind of a terrible choice for you. I use it (btw), but I've been using linux since 2008.

    The learning curve and constant need to troubleshoot things isn't great for beginners.

    EDIT: can someone explain why I'm getting downvoted? Isn't this common knowledge that Mint and other begginner-friendly distros that don't have complicated package managers and require less configuration and maintenance are better for someone who's just starting with Linux?

    I myself began with Ubuntu back in '08 but nowadays use both Arch and Mint.

    [–] [email protected] 5 points 2 weeks ago

    What are y'all doing that you need to troubleshoot constantly? My experience with arch is about the same as my experience with Debian.

    [–] [email protected] 25 points 2 weeks ago (2 children)

    That's one of the reasons I chose arch. Because of the difficulty i can't take shortcuts or be lazy and have to actually learn. When I tried something like Pop_OS I definitely enjoyed it but didn't really learn anything because it was all done for me.

    [–] [email protected] 14 points 2 weeks ago

    Well then that's a great approach and more power to you. Enjoy Linux!

    [–] [email protected] 3 points 2 weeks ago

    Arch Linux can be a bit overwhelming for newbies when trying out for the first time. Hey if you are comfortable with it then so be it. But if you have tried other friendly distros before this you can get an understanding of different package managers, arch packages, AUR etc. And to answer the question if you installed KDE through pacman or AUR helper, then it will be updated automatically when you update other packages through it.

    load more comments (1 replies)
    [–] [email protected] 60 points 2 weeks ago

    "I use Arch BTW" is a meme in the Linux community. It reflects the perceived urge of Arch users to boast about using it.

    Welcome to Linux :)

    [–] [email protected] 37 points 2 weeks ago (3 children)

    It does it automatically.
    But make sure to read the Arch news before every update, especially when it's a lot of packages. Something big like a new KDE Release might require minor manual intervention.

    [–] [email protected] 38 points 2 weeks ago* (last edited 2 weeks ago) (5 children)

    I'm more of an "update first, care later" type of person

    And it works great, 100% recommended to newbies

    Oh and make a separate home partition, just in case

    load more comments (5 replies)
    [–] [email protected] 15 points 2 weeks ago (1 children)

    I've literally only read the news the 1 or 2 times there was a breaking change during an update. Blindly updating (non-AUR) has served me fine for over 10 years

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

    Well everyone's milage may vary. I have set up informant some time ago so I'm forced to read the news on updates. But much more importantly I've ignored .pacnew files for years till it bit me in the ass when a Pam config file change broke my login so now I'm not ignoring.pacnew but merging them every update.

    [–] [email protected] 1 points 2 weeks ago (3 children)

    Oh.. Ohno

    How safe is merging them?

    [–] [email protected] 3 points 2 weeks ago (1 children)

    I would recommend doing it manually - you can get a GUI diff tool (I like Meld), run it with both the normal file and pacnew, and merge every change from the pacnew into the main file.

    [–] [email protected] 1 points 2 weeks ago

    I've been using topgrade as of late and was worried it would break my files. Have to check what it changes specifically.

    Always when it prompt me, been ignoring it for now as one of the files is my rc files that gets changed.

    Thank you

    load more comments (2 replies)
    load more comments (1 replies)
    load more comments (2 replies)
    [–] [email protected] 2 points 2 weeks ago

    I run krohnkite and klassy, but damn is it a fine default.

    [–] [email protected] 35 points 2 weeks ago (3 children)

    Me who uses GNOME on Debian stable

    [–] [email protected] 26 points 2 weeks ago (1 children)

    I've tried really hard to like GNOME, but god damn we don't get along. Debian 12 is solid AF though.

    [–] [email protected] 4 points 2 weeks ago (2 children)

    I have tried both kde and gnome many times and i can't stand either one. I'm forever stuck in cinnamon.

    somehow every distro that ships with kde has tons of big bugs that I can't figure out (probably related to my setup), and gnome feels like a tablet UI. cinnamon won't autosuspend but it's the smallest headache of these...

    [–] [email protected] 3 points 2 weeks ago (3 children)

    I found that for me installing KDE Plasma on Mint is peak. I'm using it like this since the Mint 22 Beta.

    load more comments (3 replies)
    [–] [email protected] 5 points 2 weeks ago

    Funny enough Cinnamon is Gnome 3 done right.

    And I agree gnome in general has its sore points, I'm just used to them.

    [–] [email protected] 5 points 2 weeks ago (1 children)
    [–] [email protected] 10 points 2 weeks ago (1 children)

    I don't even know which version of GNOME I run anymore. I only notice when the GNOME devs remove some feature I used to use.

    [–] [email protected] 5 points 2 weeks ago

    Yeah, about the same. Honestly I'm in a state that I don't really care even. GNOME does everything that I need it to while being very invisible and out of the way and I love it

    load more comments (1 replies)
    [–] [email protected] 4 points 2 weeks ago
    load more comments
    view more: β€Ή prev next β€Ί