Must have apps on any new Linux distro install

So what are some of your must have apps on any new Linux distro install? Mine is Cinelerra-gg, kdenlive, OBS, WPS Office, Steam, Lutris, Homebank, Opera, Lollypop, Vocal.

Steam, Lutris,Wine,Vulkan driver,Vlc,Popcorntime,Wot,PES 2019,ETS2,DotaUnderlords,DirtRally,Banished,Sayonara…

My Must-have-Apps: insync for Gdrive and Onedrive, Cryptomator, Softmaker Office, ICE for any kind of WebApps (from Peppermint), SimpleNotes, Electron Mail, Guake Terminal, Resilio Sync, Spotify

not only must have apps but snaps and an updateme alias

Buntu
sudo apt install snapd && sudo snap install core && sudo snap install telegram-desktop --edge && sudo snap install discord --edge && sudo snap install obs-studio --edge

sudo apt install -y gparted gnome-disk-utility gnome-terminal gimp gpick smplayer jackd htop qbittorrent numlockx pulseaudio pavucontrol audacity screenfetch libreoffice thunderbird build-essential lm-sensors psensor synaptic glances darktable neofetch inxi flameshot inkscape guvcview catfish blender

nano .bashrc

#alias to do a full update and clear up
alias updateme=‘sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove && sudo apt clean && sudo apt autoclean && sudo snap refresh && sudo flatpak update’

Save file

then run

source ~/.bashrc

edit: and I forgot Steam and Lutris and Zoom
edit again : Thank you @CubicleNate > Virt-Manager / Qemu/KVM

Regards Zeb…


Be Kind Whenever Possible… It is Always Possible - Dalai Lama

Linux User #565092
x64 Desktop - AMD Threadripper 2950X - 64Gb RAM - NVIDIA RTX2080Ti 11Gb - 2 x 27" 4k 3840x2160 - 1 x 34" 4k (scaled) 5120x2160
x64 Laptop - i7-7700HQ @ 2.80GHz - 8Gb RAM - Nvidia GTX1050 4Gb - 15.6" HD 1920x1080

6 Likes

Most of my favorite Linux apps are listed here on my site https://dasgeekcommunity.com/brain-dump/

The first ones I install are Firefox, Bitwarden and Simplenote

3 Likes

pdftk - working with PDFs
gamemode - changing CPU governors
foliate - GTK3 ebook reader
kphotoalbum - local Google Photos alternative
VS Code - thanks, Microsoft :grin:
stubby - local DNS over HTTPS daemon
lxd - containerize anything!

and my favorite out-of-the-box and/or small cli tools:
dd
scp
nano
screen
htop
qemu
locate

Firefox! But usually it is already installed on the distros I use so it does not really count.

Otherwise it always looks like this:

  • Telegram

  • scrot

  • mpv

  • ffmpeg

  • youtube-dl

  • inxi

  • asunder

  • Audacity

  • imagemagick

  • lame

  • replaygain

  • Mixxx

  • pavucontrol

  • vim

  • htop

  • lm-sensors

  • unifont

  • Terminus fonts

1 Like
  • Atom
  • Virtualbox
  • KeepassXC
  • Signal Desktop
  • Calibre
  • git
  • tmux
  • grsync
  • shotwell
  • Tilix
  • OBS

The apps that I “MUST HAVE” on a system I am going to use, outside of Plasma as my Desktop because that is essentially a requirement are:

  • Kontact (KDE PIM)
  • Kate (Text Editor)
  • Audacity
  • Kdenlive
  • Telegram
  • Gnome-Recipes as this is something I use almost daily in the kitchen
  • SimpleNote
  • Bitwarden
  • Fusion 360 (thru Lutris)
  • Lutris (because the former won’t work well otherwise)
  • Virt-Manager / QEMU / KVM

There are several more but that would be the must-haves for day to day.

3 Likes

I actually have quite an extensive list here: Files ¡ master ¡ GabMus / bestArch ¡ GitLab

@zebedee.boss all those sudos in your alias are quite repetitive. Also you may have noticed that if one of those commands takes longer to run, it may ask for the sudo password again. You can try something like this alias updateme="sudo sh -c 'apt update && apt -y upgrade...'"

Also notice the -y flag to apt, that automatically answers yes to the want to continue prompt.

2 Likes

I won’t do a full list but rather, if I do a new install, what I will get back on my computer that day if I don’t have much time to mess about.

First I’d get my dotfiles restored and kill all that default garbage in my home directory, then make sure the basics are there:

vim
firefox
numix theme and icons
spotify
keepass2
terminal is probably guaranteed but I’d have to disable all the window decorations and reduce font size.

Ultimately this will all become an ansible playbook.

@CubicleNate and I gave you a shout out on this week’s episode of DLN Xtend. Such a great list! Very clever titles.

3 Likes

A few favorites…

mate-desktop-environment-extras # Debian MATE doesn’t pre-install it
mumble # Because you’re missing out :stuck_out_tongue:
gnome-icon-theme # Because
mousepad # Linux’s answer to notepad.exe
deepin-screenshot # Any advice on something better that isn’t Flameshot?
libnotify-bin # For desktop notifications via notify-send
sshfs # Because who needs Filezilla?

Hi, thanks for the suggestion, it has not failed me yet.

Also my understanding of the && is that it will not attempt the second command until the first has finished.

I did not want to use ‘-y’ as I like to see what is happening.

Regards Zeb…

1 Like

True, the Debian task that will be installed if you choose the Mate desktop is more minimal. But if you install Debian without any GUI, then I just do this after the install:

apt install mate-desktop-environment-extras

and get all the goodies.

The best part is that you do not get some of the stuff that would be installed with the tasksel package like Synaptic or Reportbug, I do not need them, OK maybe Reportbug on sid.

2 Likes

my understanding of the && is that it will not attempt the second command until the first has finished

That’s not 100% correct. There are 3 ways to concatenate commands:

  • cmd1; cmd2
    • will run cmd1, then cmd2 when the first is done, regardless of the result of the first one
  • cmd1 & cmd2
    • will run cmd1 and cmd2 at the same time (won’t wait for the first one to finish)
  • cmd1 && cmd2
    • will run cmd1, then if that returned 0 (which means it exited without errors) runs cmd2

Hope my explanation was clear!

10 Likes

Cool - good to know

1 Like

Does Lollypop work on other DEs than GNOME? It looks fantastic!
EDIT: Nevermind, there’s a FlatPak!

NordVPN, Brave, Catfish and Recoll (can’t decide), TeamViewer, smplayer, guake