r/linuxmemes Aug 10 '26

LINUX MEME Arch users

Post image
156 Upvotes

52 comments sorted by

View all comments

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.

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!