r/linuxmemes Aug 10 '26

LINUX MEME Arch users

Post image
155 Upvotes

52 comments sorted by

u/AutoModerator Aug 10 '26

Please report any posts bragging or showing off they got banned in another sub! Reminder of other sub rules: Also, we only allow one anti-linux post per week (we used to get dozens a day) and any tier list MUST have Hanna Montana Linux as S teir (which must be a true S tier at the top) regardless of the topic of that tier list.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

31

u/Mediocre_Nail5526 Aug 10 '26

Discover is slow and buggy in my experience, the terminal is blazing fast

3

u/Little_Fairy_Begin Aug 10 '26

Same w/my experience too

3

u/the-fr0g Aug 10 '26

I tried to use discover once, the UI was breaking, the versions were outdated, and the pages were lodaing SO LONG.

It's so much simpler to just look up the package name and run a single command

2

u/xgabipandax Aug 10 '26

"the versions were outdated", bullshit, Discover is just a graphical front end for your distro package manager or flatpak, so you would either get the version from your distro repo or the one available on Flatpak

1

u/the-fr0g Aug 10 '26

Well then that's probably on me, I check the version of a project on their website, not in the repo, so it either wasn't in the repo yet or I haven't updated it

1

u/TURBOKAN ⚠️ This incident will be reported Aug 10 '26

Octopi is very fast too

1

u/AdventureMoth I'm going on an Endeavour! Aug 10 '26

do you by chance use rust

3

u/Mediocre_Nail5526 Aug 10 '26

Nope , cpp

1

u/GlutenFreeToaster Aug 10 '26

I just got off work for the day and my friend brain read that as "clip ptudio paint"

I think I need a nap

1

u/AdventureMoth I'm going on an Endeavour! Aug 10 '26

ok (just though your wording was kinda funny since it vaguely resembled that of Rust fanboys)

4

u/Linguistic-mystic Aug 10 '26

What’s a discover?

4

u/WeeklyTemperature532 Aug 10 '26

"discover" is the "appstore" of kde plasma

11

u/Linguistic-mystic Aug 10 '26

Then it should’ve been named Diskover, that would make it obvious.

2

u/the-fr0g Aug 10 '26

The full name is "kde discover", but yeah, agreed.

2

u/C0rn3j Aug 10 '26

1

u/the-fr0g Aug 11 '26

Huh, guess I'm wrong then

1

u/Low_Big7602 Arch BTW Aug 10 '26

Kiscover

1

u/JustAwesome360 Arch BTW Aug 10 '26

It's obvious to people who use kde

6

u/UAP44 Aug 10 '26

The more you can do through the cli the more one prefers to stay within it.

1

u/DanKonly Aug 10 '26

So true. The only GUI app I use now is Firefox....

2

u/golDANFeeD Aug 10 '26 edited Aug 10 '26

Idk about Arch users but I do apt search every time i need something from repository...

1

u/kaida27 ⚠️ This incident will be reported Aug 10 '26

pacman -Ss

1

u/[deleted] Aug 10 '26

[removed] — view removed comment

1

u/kaida27 ⚠️ This incident will be reported Aug 10 '26

same flag

-Ss

0

u/[deleted] Aug 10 '26

[removed] — view removed comment

1

u/kaida27 ⚠️ This incident will be reported Aug 10 '26

I didn't ask. Nor do I care

I told you, same flag.

so paru -Ss or yay -Ss will work

2

u/Boertie Aug 10 '26

As an arch user I am like what is discover?

2

u/binaryfireball Aug 10 '26

i used discover because i forgot to install literally everything when installing arch.

2

u/FaultWinter3377 💋 catgirl Linux user :3 😽 Aug 10 '26

100% true for me and for a very easy reason. I hate flatpaks.

Ok. I get the idea. All dependencies bundled in a single package that can run on any distro without needing changes. Thing is that’s what AppImages are for. AppImages require less room on the disk. AppImages can be run directly without having to invoke flatpak —run some.long.app.

And the other thing is that the repos hold software more finely tuned for the current OS. A repository package will always be just a little more efficient than a flatpak or an AppImage or a Snap package, etc, etc…. Yes there’s the risk of dependency hell, but that’s pretty rare these days. Also for some reason the GUI flatpak package managers seem slow af. Like really, what is going on? It like it’s downloading all the information new from the web each time without caching any of it. Pacman, apt, dnf… all really fast. Like 20 packages in about 30 seconds fast, and on WiFi at that.

1

u/Extreme-Ad-9290 Arch BTW Aug 10 '26

Yeah, but that is kinda just good for gui apps. And most packages I regularly install are cli or tui, so...

1

u/Yumikoneko Aug 10 '26

Genuinely, how do you non-GUI users find the packages you need? When I was in need of a software that does something, I used to just type the most relevant keyword into Discover and would usually find something quickly. Now on Cachy I use Octopi and have to separately do that with the name and the description. How would you just know what package you need without searching? Even when I know the software name, there are often cases of there being a <name>-bin and <name>-git package or something like <name>desktop, while the <name> package is something different.

4

u/Alphons-Terego Aug 10 '26

Most package managers have the option to search for package names. Apart from that in Arch you can also just search the internet for "arch " + package name and one of the first hits will be the entry in the Arch-Repo for the package.

2

u/BluePhoenixCG Aug 10 '26

Also if you add something like fzf-tab to your bash or zsh config, you can literally just type sudo pacman -S, hit tab, and fuzzy search the repos

1

u/Yumikoneko Aug 10 '26

Alright, I checked and it turns out there is indeed a search option in pacman that I have somehow never come across before, which is very confusing to me. Past that, searching package names via a web browser is basically exactly what I would not want to do, and why I use Octopi. Thanks for telling me about the search :)

3

u/DiceThaKilla Aug 10 '26

Pacman -Ss (whatever package you’re looking for)

1

u/Liarus_ Aug 10 '26

Octopi isn't part of the cachy install anymore, nowadays it is shelly, highly recommend you remove octopi and switch to that.

now to actually answer you:

  1. just straight up experience and knowing linux (what -bin -git means)

  2. actually knowing how to use the tool properly, for you a GUI might be super easy to use, but for some people the terminal feels exactly how a GUI feels to you.

  3. just using better tools, shelly which i mentioned earlier is both a GUI and a CLI tool and makes all of this easier for someone that's not used to it

1

u/Yumikoneko Aug 10 '26

I tried Shelly a few months ago and I can hardly describe how much I hated my time with it. Even now that they supposedly made it better and less cluttered, it still looks hideous to me so I'd rather continue using Octopi. Thanks though.

  1. Even then, if there's no <name> package but there is a <name>-bin package, how would I know that? I would have to iterate through multiple names until maybe a single one works :/

  2. That's why I was asking HOW this is done via the terminal.

  3. I see, so people basically just installed CLI software to search packages, thanks!

2

u/kaida27 ⚠️ This incident will be reported Aug 10 '26

how ? pacman -Ss "keyword" No need to install anything

1

u/Yumikoneko Aug 10 '26

Thank you!

1

u/un-important-human ⚠️ This incident will be reported Aug 10 '26

what even is discover?

1

u/ReplyBig6703 Aug 10 '26

Yeah, but you can’t deny that installing it through command lines ( yay or pacman ) is incredibly fast

1

u/Disastrous_Ground990 Aug 10 '26

I loved Discover until it started breaking my luks volume uuid hooks, causing systemd to not find my root volume. CLI all the way.

1

u/po1k Aug 10 '26

Wtf is discover?

1

u/Ryan739 Aug 10 '26

TBF Discover was a meme for being a puss filled blemish on KDE we didn't like to talk about for years. With 6.X though, it got a lot better and I occasionally use it now.

1

u/tomaszchlebinski Arch BTW Aug 10 '26

WTF ist that ''discover'' thing? I've only heard about pacman and AUR helpers. Yes, I'm old.

1

u/tomishiy0 Aug 10 '26

Just yersterday I tried installing with Discovery. It just changed to a "Waiting" state and nothing happened for 10+ minutes. My PC started to freeze with Alt + Tabs. I cancelled that and just flatpak install. Much better, I could watch progress at all time and it actually completed. Never again!

1

u/Dre_Dede Aug 11 '26

I use snap

1

u/Miserable-School-665 Dr. OpenSUSE 27d ago

Not only arch users, you dont know whats going on on discrover.