3
submitted 1 year ago by [email protected] to c/[email protected]

I know I said in my last post I'm a noob, and, i still am, I'm just a noob who can follow a YouTube tutorial. I installed Arch, not only for its minimalistic install, but also because I love the AUR. Everything I could ever want to install is there, and anyone who wants to upload their files can. This gives a windows-like install experience, which, pardon my... spanish, is actually pretty good. Any program is free to be uploaded and installed by anyone.

My question to you is: If you do not use an arch-based distro, how do you go about installing software? I've heard people say that "the default package manager is enough" but I can't be the only person who installs niche software. I wouldn't want to only be able to install packages hopefully approved by my distro. Flatpaks are kind of annoying, in my opinion? It's not a native install of a package, it's sandboxed (which can be good in some cases, but in general just an inconvenience.) Compiling from source is too hardcore for me, so props if that is you, however, non-FOSS software has to be moved by hand to its specific folders and .desktop files have to be made by text. If you don't use the AUR, how do you go about your Linux experience?

P.S. Hope you like the new sux/teal logo!

top 9 comments
sorted by: hot top controversial new old
[-] [email protected] 1 points 1 year ago

I use Arch but you are kinda over zealous about how good AUR is. It is completely unmoderated and, as others have said, a security risk. But it can also pretty easily bork your system because of a bad package. I don’t know how long you’ve been using Arch but it’s only a matter of time before you’re pulling your hair out trying to fix a broken dependency.

Arch is also not the only distro with giant repositories. Void has a pretty massive repository but it’s better moderated. The Debian universe is just as big if not bigger but you have to add repositories, it’s not as central. Same with the Red Hat world. Arch just dumps it all in to one chaotic bucket which is very convenient but there are downsides.

[-] [email protected] 1 points 1 year ago

Fedora has a pretty good amount of software in the repositories, so a lot of the time that's enough. When it's not, flatpak with flathub have most gui software covered, and outside of that, if we're talking about terminal or command line stuff, most of those have their own custom way to install them, or they just have self contained binaries that you can put in ~/.local/bin/.

I haven't run into many issues with flatpak like it sounds like you have, so that really covers a lot of it for me honestly.

[-] [email protected] 1 points 1 year ago

Same here, imo installing things on Fedora is real easy.

[-] [email protected] 1 points 1 year ago

Maybe thats where my noob comes in but flatpak has been more of a workaround than an actual install for me. Things always not running correctly or being unable to do certain things due to containerization. If I was running a server though, and if flatpak is efficient, it seems like a great idea!

[-] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Do you know about Flatseal? It's an application that lets you manage flatpak permissions. Until the portals system is fully working, weakening the sandboxing using Flatseal is what a lot of people do to make the apps work correctly.

Also, if you use KDE, the settings app has flatseal-like functionality built in.

[-] [email protected] 1 points 1 year ago

Never heard of it, but it sounds awesome! I'll definetly be looking more into it. I'm on XFCE, so I'll have to install it manually. But overall its great that someone has gone out and made a permissions manager for flatpak.

[-] [email protected] 1 points 1 year ago

Yeah flatseal is pretty awesome

[-] [email protected] 0 points 1 year ago

80% of the time, compiling something from source is just a matter of downloading the code, opening a terminal and changing to the directory containing the source and running these commands:

./configure
make
make install

It's the same 3 commands, 80% of the time.

Installing the prerequisites can be tricky, if the docs are lacking.

[-] [email protected] 1 points 1 year ago

And the readme is generally helpful if it's different from what you said. I've installed tons of software from source, it's really not a big deal.

this post was submitted on 14 Jun 2023
3 points (100.0% liked)

Linux

2286 readers
1 users here now

Shit, just linux.

Use this community for anything related to linux for now, if it gets too huge maybe there will be some sort of meme/gaming/shitpost spinoff. Currently though… go nuts

founded 1 year ago
MODERATORS