this post was submitted on 30 Dec 2024
0 points (NaN% liked)

Linux

65695 readers
303 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 7 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.

all 16 comments
sorted by: hot top controversial new old
[–] hemko@lemmy.dbzer0.com 1 points 1 year ago
  • Firefox -> Edge
  • Libreoffice -> Gsuite PWAs
  • kernel -> Azure Linux kernel (added trust of Microsoft)
  • nano -> vim
  • vi -> Emacs
  • GNOME -> Deepin
  • Bash -> Powershell >=7.0
[–] lig@lemmings.world 1 points 1 year ago

Fish for shell everywhere

[–] Matombo@feddit.org 1 points 1 year ago

Arch master race: you don't have to replace defaults if nom defaults are isntalled in the first place and you choose everything our own anyways.

[–] Libb@jlai.lu 0 points 1 year ago (1 children)

Apps I replace with newer versions (on Mint too):

  1. LibreOffice, with the latest .deb from their website
  2. Celluloid, with mpv. I cannot tell how much I appreciate mpv even though it sucks with DVD, for which I use VLC ;)
  3. yt-dlp, with the latest version available from git
  4. Screenshot, with Ksnip.
  5. Whatever the default image viewer is, with Pix.
[–] princessnorah@lemmy.blahaj.zone 0 points 1 year ago (1 children)

how do you personally install yt-dlp? I just use pip(x).

[–] Libb@jlai.lu 0 points 1 year ago (1 children)
  1. I remove the preinstalled version (sudo apt remove yt-dlp)
  2. In my ~/.local, I have a 'bin' folder in which to put any manually added app, and in my .bashrc I added that folder to the path. So everything in it is usable.
  3. I download the latest binary from https://github.com/yt-dlp/yt-dlp#release-files and moved it to that bin folder.
  4. Done. I can use it like if it was the pre-installed app ;)
[–] jagged_circle@feddit.nl 0 points 1 year ago

Jesus that explains why I've never used this. Pip is a security issue.

[–] boredsquirrel@slrpnk.net 0 points 1 year 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

[–] edinbruh@feddit.it 0 points 1 year ago (1 children)

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

[–] jagged_circle@feddit.nl 0 points 1 year ago

TIL there's a frontend for MPV. Nice.

[–] hersh@literature.cafe 0 points 1 year ago* (last edited 1 year ago) (1 children)

There are a handful on non-default apps I've used across my last 3-4 distros at least:

  • mpv - the best video player, period. Minimalist UI, maximalist configuration options. I've been using it for many years across many OSes and at this point everything else feels wrong.

  • Geany - My favorite GUI text editor on Linux.

  • Foliate - the simplest eBook reader I've found.

  • Strawberry - It's "fine". Honestly, I've never found a music player on Linux that I really liked. I keep falling back to Strawberry because it's familiar and generally works as expected.

[–] jagged_circle@feddit.nl 0 points 1 year ago

I'm still struggle to unclear typing vlc, but MPV works so much better

[–] Strit@lemmy.linuxuserspace.show 0 points 1 year ago (2 children)

I don't replace anything. I just install what I need from the beginning.

And yes, I run Arch btw. :D

[–] breezelbub@l.shoddy.site 1 points 1 year ago

switched to nixos after a decade on arch. What does "default software" mean? :D