this post was submitted on 27 Apr 2025
83 points (92.8% liked)

Linux

53618 readers
57 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 6 years ago
MODERATORS
 

You just installed a shiny new fresh install of Linux mint. What are your must install apps/tools?

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 26 points 4 days ago

Fortune. Cowsay.

[–] [email protected] 26 points 4 days ago (2 children)

Whatever you need to be productive.

[–] [email protected] 5 points 4 days ago (1 children)

➕ 💯

This is the correct answer. 👆

Not one of the other replies (so far) addresses the question to the OP: "What do you want to accomplish with the machine?".

🤷‍♂️ 🤦‍♀️

[–] [email protected] 11 points 4 days ago* (last edited 4 days ago)

But OP is asking us. Presumably for the benefit of the community.

If you believe your answer would be more valuable to also include what you are trying to achieve, by all means, include that.

[–] [email protected] 2 points 4 days ago (2 children)

Brilliant.

This is like somebody asking you what you want for breakfast, and you say "Food".

load more comments (2 replies)
[–] [email protected] 10 points 4 days ago* (last edited 4 days ago)

I'm going to try to mention things I haven't seen already written, though I may repeat some of the more important ones to me.

(In no particular order)

Terminal:

  • Kitty (Main Terminal)
  • Fish (Terminal Prompt)
  • Neovim (Code/Text editing)
  • Zoxide (a directory changer; once you go to a directory, you can type z and a partial name to go back to it)
  • Atuin (a command history lister, can get a key and bring over commands from other systems)
  • Midnight Commander (CLI file manager)
  • Btop (CLI system monitor)
  • Palette (I do a lot of theming in different configs as well as HTML/CSS, so its nice to have something to quick convert hex to RGB).

GUI:

  • Timeshift (backup/restore)
  • Eddie (for AirVPN)
  • novelWriter (my FAVORITE writing tool for my books)
  • Floorp (Firefox fork browser)
  • Conky Manager 2 (desktop monitoring widgets)
  • Rofi (keyboard launcher)
  • firewalld (tried this out recently, good firewall)
  • Flameshot (ALWAYS; its my favorite screenshot tool)
  • MPV (I still get VLC, but opt for MPV most of the time for videos/streaming)
  • Speedcrunch (A+ calculator)
  • Steam
  • Lutris
  • Protonup-QT (to inject GE Proton into Steam/Lutris)
  • Stremio (a great little streaming tool)

I would like to add that I do use Arch, but I'm fairly sure 99% of these packages, if not all of them, are available for most other distros.

For CLI lovers: Check out Terminal Trove

Edit: I did see that someone mentioned no explanations on the apps, so I tried to put a little blurb on each.

[–] [email protected] 13 points 4 days ago (2 children)

For me personally I install kitty terminal and integrate it with fish asap. Then I waste a bunch of time customizing it to my liking. My preferred text editor is Kate regardless of what DE I'm using and I usually get bleachbit for basic cleanup.

[–] [email protected] 3 points 4 days ago

Fish and Kate hell yeah 🤜 🤛

[–] [email protected] 3 points 4 days ago

Hello Beryl. Could you help me with bleachbit settings (tick boxes)? Once when I used bleachbit, it changed back the icons of packages like Zen Browser that I have changed through Menu Edit. It also removed start up applications from the setting. I'm on Arch KDEplasma. So, I was wondering, which check box should I leave empty to preserve my icon customizations and startup apps?

[–] [email protected] 8 points 4 days ago (1 children)

There's a lot of letters here, but nobody is explaining what they mean. How do I know what I need? I'm not gonna install everything, or look up every single program to see.

load more comments (1 replies)
[–] [email protected] 13 points 4 days ago

People replying - how about telling us why you consider your answer a must-install tool?

[–] [email protected] 13 points 4 days ago (1 children)

Helpful answer: vlc, libreoffice, gimp, inkscape, zathura, obs-studio

Real answer: gnome, run-or-raise, foot, fish, tmux, fzf, silver-searcher, neovim, neomutt, vifm

[–] [email protected] 3 points 4 days ago (1 children)

Curious why you would need Gimp and Inkscape? Wouldn't one of them be enough? Is one of them better suited for certain tasks?

[–] [email protected] 4 points 4 days ago (1 children)

They serve two different purposes - Gimp for image editing, Inkscape for vector graphics.

[–] [email protected] 2 points 4 days ago (1 children)

Oh I see, thanks. I thought you could also edit images with Inkscape. I'm apparently not very well versed in these topics.

[–] [email protected] 2 points 4 days ago (1 children)

You can load bitmap images into Inkscape and manipulate them to a degree, but Gimp is much better at that. You can probably also load vector graphics (svg) into Gimp, but I'd assume they would be converted to bitmaps.

Vector vs bitmap is a good topic to be familiar with for anyone who works with computers, I keep running into professionals who really should know the difference but don't.

[–] [email protected] 2 points 4 days ago

Thanks for the explanation! I agree, this has been very helpful already. Now I go and do some reading on it.

[–] [email protected] 5 points 4 days ago

LocalSend for quick local network file sharing from my phone that just werks. I prefer it over kde connect because the latter uses lots of random ports that kinda bloat my firewall whitelist. I know there is an alternative called warpinator, but I don't see a reason to change my preferences for now.

[–] [email protected] 9 points 4 days ago (4 children)

Potentially unpopular opinion: a bunch of rust replacements for the common terminal utilities: eza, bat, dust, fd, helix. Also fish and nushell, yt-dlp, and some of my favorite programming languages.

[–] [email protected] 7 points 4 days ago (1 children)

All of these alternatives and you missed the best one ripgrep (rg). The other ones in my opinion are nice to have. Recursive multi-threaded grep that respects gitignore files is a must for me.

[–] [email protected] 2 points 4 days ago

I have it installed on a few of my machines but don't really find it that useful. But then again that's specific to my needs and usecases.

[–] [email protected] 4 points 4 days ago (1 children)
load more comments (1 replies)
[–] [email protected] 5 points 4 days ago* (last edited 4 days ago) (1 children)

I also do this. There are some utilities I'd like to see included directly into most *nix distributions, like fd.

I use bin to manage the utilities, and can setup a new install by just bringing he binary and config. It works great--I highly recommend it.

load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 9 points 4 days ago* (last edited 4 days ago) (1 children)

Timeshift is number 1

Also it's recommended to not reinstall a bunch of stuff and just install the app when you needed it that's the power of Linux. Unless you just want to learn the software then disregard

[–] [email protected] 7 points 4 days ago (1 children)

I found Timeshift to be a disappointment. I tested it as I was setting my system up.

  • Install Linux Mint, obviously.
  • Install most main software I want.
  • Do a Timeshift backup.
  • Install more software I might want to try eventually.
  • Restore the Timeshift backup.

Result: The system still thought all the extra software packages were installed, but none of them actually worked. Like, if Timeshift is gonna uninstall packages that weren't present in the last backup, shouldn't it also unregister those packages as well?

To fix all that crap, I had to force reinstall all packages, which takes about as long as a full OS reinstall, but I was already happy with the rest of the configuration, so I ran...

sudo aptitude reinstall '~i'

[–] [email protected] 2 points 4 days ago* (last edited 4 days ago)

Had similar experience with snapshots. Restore to the last working version just to find the same issue that's been bothering me.

Then went back to the classic approach with 👻 images and Rescuezilla.

With NVME drive, it takes 7min to backup 60Gb, and 3min to restore it.

[–] [email protected] 6 points 4 days ago* (last edited 4 days ago)
  • Kate
  • Yakuake
  • Brave, Vivaldi, Chromium
  • LibreOffice (I use Calc a lot)
  • Kate
  • Ocular
  • DoH-client
  • htop
  • ncdu
  • Windscribe
  • virt-manager

... and more I can't remember right now, because it's too early in the morning.

EDIT:

  • nano
  • mc (midnight commander)
[–] [email protected] 8 points 4 days ago

I believe Firefox is installed by default on Mint, so install uBO.

Transmission.

Veracrypt.

Audacious.

[–] [email protected] 7 points 4 days ago

Flat seal if you are a flatpak gamer. Also gamemode

Portmaster if you want to manually control each network connection. It has nice lists that blocks a lot of trash by default but it can break websites and games.

[–] [email protected] 4 points 4 days ago

If you use the terminal and have a tendency to fat finger commands, I would recommend "The Fuck".

It always makes me smile to type fuck into the terminal. 🙂

[–] [email protected] 4 points 4 days ago

I'm a former Windows user, so I install activate-linux for similar experience.

[–] [email protected] 6 points 4 days ago

sl and KDE plasma

[–] [email protected] 6 points 4 days ago

CopyQ is an advanced clipboard manager. Gimp is great but Pinta is easy for quick, minor image adjustments. System Monitor is an applet that displays system information by double clicking on a taskbar icon. If you use VPNs, the IP Indicator applet shows the country of your public IP or customized icon when matching ISP is found.

[–] [email protected] 3 points 4 days ago
[–] [email protected] 5 points 4 days ago (8 children)

Xournalpp - a fantastic tool for journalling (on X/twitter) your peeing habits.

load more comments (8 replies)
[–] [email protected] 3 points 4 days ago* (last edited 4 days ago) (2 children)
  • GIMP (with photogimp patch)
  • Steam
  • Librewolf (I could also opt for a chromium based browser)
  • Tor Browser (to browse onion links/throwaway browser)
  • Heroic Games Launcher
  • Prism Launcher
  • latest Java lts (either from adoptium or openjdk i dont care about flashy new features)
  • Libreoffice Still (similar to the second reason above and onlyoffice in appimage due to Libreoffice weird handling with ppsx files and powerpoints)
  • QEMU/KVM with virt manager
  • Gnome evolution (if it's gtk desktop I could opt for other email clients)
  • Proton-GE
  • WINE
  • Ghostty(Kinda sucks it's based on libadwaita and gnome forces this theme on you no matter your desktop)
  • Fish/ZSH(fish not having posix compatibility is kinda annoying)
  • MPV (I could still use vlc but I prefer mpv because it can stream youtube links)
  • ytp-dl(I can opt for a gui for convenience sake)
  • BTOP
  • Fastfetch
load more comments (2 replies)
[–] [email protected] 4 points 4 days ago* (last edited 4 days ago)

mpv
pdftk
yt-dlp

[–] [email protected] 2 points 4 days ago

I keep a list on my backup partition:

$ cat packages.list

appimagelauncher
base-devel
aws-cli
aws-session-manager-plugin
bat
bob
direnv

discord
docker-compose
dog
dotnet-sdk
erdtree
eza
fastfetch
github-cli
httpie
k9s
krita
kubectx
lazygit

mariadb-clients
megacmd
minikube
mpd
mtr
mumble
nvtop
obs-studio
ollama-rocm
qalculate-gtk
restic
siege
speedtest-cli

steam
terraform
tig
timeshift-autosnap
tree-sitter
virt-manager
virt-viewer
yazi
yq
ttf-jetbrains-mono-nerd
ttf-liberation
ttf-meslo-nerd-font-powerlevel10k
ttf-nerd-fonts-symbols
ttf-nerd-fonts-symbols-common
ttf-roboto
wine
wine-gecko
wine-mono
winetricks
playerctl
php
php-gd
php-sodium
streamdeck-ui
speedtest-cli
zoxide
zsh
ripgrep
fd
dry-bin
kitty
xdotool
tmux
tmux-plugin-manager
sublime-text-4
trash-cli
[–] [email protected] 3 points 4 days ago (1 children)

neovim, basic development utilities (gcc, make...), zsh, ssh, btop, nvtop, kitty, river, git, cargo, nix, flatpak, ytdlp, ffmpeg, firefox, chromium, python

load more comments (1 replies)
[–] [email protected] 3 points 4 days ago* (last edited 4 days ago)
  • Shell: Fish
  • Resource monitoring: Btop
  • Browser: Librewolf
  • Text editor: Vim (unless you do heavy programming then neovim)
  • Basic tools: git and wget
  • Themeing: GTK customizer
  • Terminal: Foot
[–] [email protected] 3 points 4 days ago

Probably would run into these things needed in this order:

  • The text editor kakoune
  • Add uBlock Origin to Firefox
  • KeepassXC
  • tmux

Then nodejs if it's a laptop, or Steam if it's a desktop.

[–] [email protected] 3 points 4 days ago

vim, htop , iotop, screen, nslookup.

[–] [email protected] 3 points 4 days ago (1 children)
[–] [email protected] 5 points 4 days ago

I recommend fastfetch nowadays since neofetch is no longer maintained

[–] [email protected] 2 points 4 days ago* (last edited 4 days ago)

guix and/or nix

Both are functional package managers and manage dependency trees better than flatpak IMO (also the package description languages mean you can manipulate the package definitions at install time much easier)

If you can't find a package in guix/nix then it behooves you to use flatpak

[–] [email protected] 2 points 4 days ago

kitty, nvim, fish, zed, mpv, btop, borg. Weird how all the gone ones have short names. Depending on the system, I would add tlp as well.

[–] [email protected] 2 points 4 days ago
load more comments
view more: next ›