computer-setup-info/linux/Applications.md
2020-11-18 12:35:04 -08:00

5.3 KiB

Linux Apps

Software Applications


Flatpak Applications

  • Bitwarden: flatpak install flathub com.bitwarden.desktop
  • Evolution: flatpak install flathub org.gnome.Evolution
  • FileZilla: flatpak install flathub org.filezillaproject.Filezilla
  • FreeTube
  • Plex Media Player: flatpak install https://knapsu.eu/data/plex/tv.plex.PlexMediaPlayer.flatpakref
  • Postman: flatpak install flathub com.getpostman.Postman
  • Piper: flatpak install flathub org.freedesktop.Piper
  • ProtonMail Bridge
  • Sublime Text: flatpak install flathub com.sublimetext.three
  • Steam: flatpak install flathub com.valvesoftware.Steam
  • qBittorrent: flatpak install flathub org.qbittorrent.qBittorrent
  • Transmission: flatpak install flathub com.transmissionbt.Transmission
  • YubicoAuth

App Image Applications

App Image Instructions

Linux AppImage Instructions:

An AppImage is a self-contained instance of the application. Upon download, please move this file to a more permanent location on your system. You will need to keep this file for as long as you intend to use Standard Notes.

We'll move this file from your downloads to your home directory:

  • mv ~/Downloads/{APP_IMAGE.AppImage} ~/{APP_IMAGE}.AppImage
  • cd ~

Now, make the file executable:

  • chmod a+x {APP_IMAGE}.AppImage

Finally, run the application:

  • ./{APP_IMAGE}.AppImage

If you're prompted to create desktop shortcuts, choose Yes.


Specific App Install Instructions

Signal Install

Linux (Debian-based) Install Instructions

  1. curl -s https://updates.signal.org/desktop/apt/keys.asc | sudo apt-key add -
  2. echo "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list
  3. sudo apt update && sudo apt install signal-desktop

Yubico Authenticator

Ubuntu 20.04-20.10 does not fully connect to the devices. Extra repositories need installing.

$ sudo apt update && sudo apt install -y gnupg2 gnupg-agent scdaemon pcscd
$ gpg --card-status

gpg command should run with no errors