this post was submitted on 04 Nov 2025
444 points (96.1% liked)

linuxmemes

27979 readers
3113 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.
  • 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 2 years ago
    MODERATORS
     

    edit: WHICH ONE OF YOU FUCKING MEMELORD FOUND MY ADDRESS AND SENT ME THIGH HIGHS AND CAT EARS?

    you are viewing a single comment's thread
    view the rest of the comments
    [–] Beardedleftist@lemmy.ml 6 points 1 week ago (2 children)

    How hard would be for me to switch coming from catchyOS? And would it be worth it lol

    [–] Buffy@libretechni.ca 7 points 1 week ago (1 children)

    Cachy is Arch based so unless you really want to customize your system its not worth switching IMO as you're likely already receiving the Arch benefits.

    [–] Beardedleftist@lemmy.ml 1 points 3 days ago

    Something that I really like about Catchy is that it's been a really smooth experience so far. I wouldn't even know what to customize other than the DE, to be honest... so I'll keep running Catchy then :) As for the Arch benefits; I've always used Ubuntu and it is true that problably someone asked xyz so you'll find the answer on some forum but the archwiki is so good that it helps not only to fix sutff, but also to learn stuff lol. That's been for me the benefit. (That and also the pac-man-like animation when updatind the system lol). Thanks for the answer!

    [–] abbiistabbii@lemmy.blahaj.zone 2 points 1 week ago (1 children)

    CatchyOS is based on Arch, so it shouldn't be too hard. I have never used CatchyOS so this is from the perspective of a Fedora user who used ArchInstall.

    Arch is quite barebones in the sense it doesn't do GUIs for install and shit, it is terminal centric, that being said it is very fast and efficient and effectively you build your own set up (even in archinstall). Here's what I will say though (idk how much you've looked into it or what your skill level is)...

    • If your installing over wifi, iwctl is how you connect to a wifi network. There's plenty of tutorials on this and there's the Wiki, so there's that. It's actually a piece of piss once you understand it.
    • archinstall is your friend.
    • File systems look confusing? Just use btrfs.
    • In Audio systems you can choose what audio system you want, but I just use pipewire.
    • Don't forget to set your network options to "network manager".
    • Under profile, you can choose if you wanna set up a desktop, server, or whatever and in desktop you can choose whatever DE or WM you want. You won't get the full suite like with other distros, but you will get enough to operate your choice.
    • waybar isn't installed automatically of if you are installing hyprland or such, bare that in mind. You will need this to access the nm-applet. Also you can fix the missing symbols in waybar by installing otf-font-awesome either before in Additional Packages or after with sudo pacman -S otf-font-awesome
    • You can choose from the whole archlinux package repo in additional packages and here you can install anything additional you might need. I would recommend flatpak if you can't find what you want via pacman, whatever VPN you use, steam, a browser (take your pick) and waybar and otf-font-awesome.
    • The wiki and DuckDuckGo are your friends.
    • If you are not used to WMs but wanna use one, install a DE as a backup.
    • Every morning/every evening/before you shut down for the night, open up a terminal and type sudo pacman -Syu to look for updates and install them. There's no "Updates available" notification for system shit here.
    [–] Beardedleftist@lemmy.ml 1 points 3 days ago

    Oh I'm so saving this in case I want to try it out! Thanks for the detailed answer! I'll problably install Arch on an old laptop that's been laying around for too long and see how it goes :)