this post was submitted on 23 Jun 2024
12 points (100.0% liked)

libre

9806 readers
2 users here now

Welcome to libre

A comm dedicated to the fight for free software with an anti-capitalist perspective.

The struggle for libre computing cannot be disentangled from other forms of socialist reform. One must be willing to reject proprietary software as fiercely as they would reject capitalism. Luckily, we are not alone.

libretion

Resources

  1. Free Software, Free Society provides an excellent primer in the origins and theory around free software and the GNU Project, the pioneers of the Free Software Movement.
  2. Switch to GNU/Linux! If you're still using Windows in $CURRENT_YEAR, flock to Linux Mint!; Apple Silicon users will want to check out Asahi Linux.

Rules

  1. Be on topic: Posts should be about free software and other hacktivst struggles. Topics about general tech news should be in the technology comm or programming comm. That doesn't mean all posts have to be serious though, memes are welcome!
  2. Avoid using misleading terms/speading misinformation: Here's a great article about what those words are. In short, try to avoid parroting common Techbro lingo and topics.
  3. Avoid being confrontational: People are in different stages of liberating their computing, focus on informing rather than accusing. Debatebro nonsense is not tolerated.
  4. All site-wide rules still apply

Artwork

founded 3 years ago
MODERATORS
 

Are there any distributions that offer benefits post-installation?

I am aware of Arch (and some other relevant distributions) having access to the AUR, and would like to know if other distributions can offer anything other than a quicker set-up.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 months ago

Fedora has RPM-Fusion as well as access to many fedora-tailored hardening scripts if that's what you're into. Setting up Flathub (and also adjusting things like internet permissions through KDE settings or flatseal f you're into that) is a good way to access large amounts of official and unofficial software on any distro. You can also add parameters in your /etc/dnf/dnf.conf/ file to optimize and speed up DNF

  • max_parallel_downloads=10 (lower this number if you have slower internet)
  • countme=false (possibly not needed, but manually disables user counting)
  • defaultyes=true (again not needed but even though I have been using Fedora much longer than Debian or Ubuntu I still like the Y/n setup over the y/N)

You can also disable specific repos in either KDE or Gnome Stores (I don't know how to on CLI). I usually disable Fedora Flatpaks and all other 3rd party repos except for the RPM fusion repos I set up and Flathub. Saves a bit of time when using "dnf update".

i use fedora btw, in case you couldn't tell.