this post was submitted on 30 Dec 2024
182 points (94.2% liked)

Linux

49713 readers
602 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

After I install Linux Mint (which is the distro I have settled on), I replace:

  1. Thunderbird with Betterbird
  2. Firefox with Librewolf (I also install Brave for web services that need a chromium browser).
  3. Celluloid / Rythmbox with VLC player
  4. Default Libreoffice with latest Libreoffice from source.
  5. ClipIt/Parcellite with xfce4-clipman

I find this to be my optimal setup and these software give me the extra quality of life that make my workflows easier.

What software do you replace and install on your distro of choice?

Edit: I forgot to say I replace sudo with doas. That's something my friend told me to do although I personally don't find any immediate working advantage with it.

(page 3) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 1 month ago

Terminal -> foot Text editor -> neovim, or more recently I've been trying Helix.

Those are the biggest two. I also recommend mpv over VLC.

[–] [email protected] 5 points 1 month ago

There isn't much in a default Gentoo install to replace. In most of the cases where a decision is possible, you make it during the install process. Thus, I have nothing to remove afterwards (but a lot to add!)

[–] [email protected] 1 points 1 month ago

I have a script that makes a list of every package and binary into an output file of packages as a list. I can just cat the output of the file in a subshell and pass that off to pacman -S. Pacman might complain here and there, but I can just edit the list. Then its just cp -r my config files that I've backed up and run my backups for movies, music, pics, games, etc.

And yeah, it's not perfect, but it's good enough for me. I still have to do other stuff like switch out bash for zsh, etc. Gotta love bash scripts and backup configs though. That plus actual backups makes restoration from catastrophic failure at least bearable, albeit still time consuming.

[–] [email protected] 12 points 1 month ago (2 children)

I usually replace these:

  1. Bash with Fish
  2. Neofetch (if there is) with Fastfetch+Hyfetch
  3. Firefox with Floorp
  4. Mkinitcpio with Dracut
  5. GRUB with systemd-boot
load more comments (2 replies)
[–] [email protected] 6 points 1 month ago

Isn't that just one of the perks of Linux? Unlike windows where your pretty much forced to use Microsoft software on Linux you have a plethora of choices.

You can choose pretty much whichever Desktop you want, whichever default packages you want you can even choose between Default, Snap, Flatpak, app image and build from source.

There's no one size fits all on Linux, we all have our own unique set up

[–] [email protected] 34 points 1 month ago (3 children)
load more comments (3 replies)
[–] [email protected] 18 points 1 month ago (2 children)

Nothing. I picked a distro that works for me out of the box. On top of that I only installed stuff, instead of replacing stuff.

[–] [email protected] 23 points 1 month ago (1 children)

Too many people concentrate on which distro when in fact it's the desktop they choose that will have the biggest impact on their experience

[–] [email protected] 6 points 1 month ago (1 children)
[–] [email protected] 13 points 1 month ago (1 children)
load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 13 points 1 month ago (1 children)

Celluloid is honestly better than VLC. Native Wayland, Pipewire, no filesystem permissions (Flatpak)


I am on Fedora Kinoite, I replaced Kwrite with Kate, all the other default KDE apps are great. Okular, Gwenview as Flatpak, and apart from that a mix of different KDE, GNOME or 3rd party apps as Flatpaks.

I made a list here, but it is a bit outdated

https://github.com/boredsquirrel/recommended-flatpak-apps

[–] [email protected] 12 points 1 month ago (3 children)

Celluloid does much less than vlc, why not just using mpv (which celluloid uses as backend) so you have a full player

load more comments (3 replies)
[–] [email protected] 5 points 1 month ago* (last edited 1 month ago)

I’ve recently started using https://www.nushell.sh/, and while it’s not bash compatible, which can lead to some annoyances, it’s really excellent for working with terminal data in a clean and useful manner

[–] [email protected] 44 points 1 month ago (2 children)
  • Firefox -> Edge
  • Libreoffice -> Gsuite PWAs
  • kernel -> Azure Linux kernel (added trust of Microsoft)
  • nano -> vim
  • vi -> Emacs
  • GNOME -> Deepin
  • Bash -> Powershell >=7.0
[–] [email protected] 11 points 1 month ago

nano -> vim

This one is extremely consistent with the others because once you have made the switch, it becomes harder to escape.

[–] [email protected] 43 points 1 month ago (1 children)

I think you forgot to add /s

[–] [email protected] 30 points 1 month ago (3 children)

Probably should have added yeah. Based on the amount of downvotes, some people took it too seriously

[–] [email protected] 7 points 1 month ago

I still can't get why people should downvote your comment, but fine.

load more comments (2 replies)
[–] [email protected] 24 points 1 month ago* (last edited 1 month ago)

As a former Windows SUPERUSER, I always change the desktop wallpaper, just to show off. 😋

But jokes aside and apart from things already mentioned, I always install the Speedcrunch calculator, and xbindkeys so I can copy all my keyboard shortcuts.

[–] [email protected] 8 points 1 month ago (2 children)
  • bash -> fish
  • default text editor (like Kate) -> geany
  • firefox -> firefox-esr
  • chromium -> ungoogled-chromium
  • nano -> micro
  • top -> htop, btop
  • default PDF reader -> Okular
[–] [email protected] 6 points 1 month ago* (last edited 1 month ago) (2 children)

Do you really replace bash though? I also use fish but even as a relatively deranged minimalist I haven't removed bash as it has so many dependents.

[–] [email protected] 2 points 1 month ago

Personally I wouldn't call that replacing. But that's probably because I am a deranged minimalist. I can't answer this thread because technically I didn't remove anything that my installation started out with.

[–] [email protected] 10 points 1 month ago

Replacing doesn't mean removing in this case.
It still needed for the system scripts, etc.

More like fish is my daily driver, bash if needed (I can write a script in bash faster then in fish).

[–] [email protected] 6 points 1 month ago (2 children)

I stared using Zen Browser instead of Firefox lately and i find it really good.

[–] [email protected] 4 points 1 month ago (1 children)
load more comments (1 replies)
load more comments (1 replies)
load more comments
view more: ‹ prev next ›