2020-05-09 00:20:14 +00:00
# Linux Apps
## Software Applications
2020-05-14 00:06:23 +00:00
- [Anydesk ](https://anydesk.com/en/downloads/linux )
- [Bitwarden ](https://bitwarden.com/#download )
- Locally using flatpak
- [Brave Browser ](https://brave.com/download/ )
- [FileZilla ](https://filezilla-project.org/download.php?type=client )
- Locally using flatpak
2020-05-09 00:20:14 +00:00
- Firefox
2020-05-14 00:06:23 +00:00
- [Lutris ](https://lutris.net/downloads/ )
2020-05-20 06:03:06 +00:00
- [Mulvad ](https://mullvad.net/en/download/ )
2020-05-14 00:06:23 +00:00
- [NordVPN ](https://support.nordvpn.com/Connectivity/Linux/1325531132/Installing-and-using-NordVPN-on-Debian-Ubuntu-Elementary-OS-and-Linux-Mint.htm )
2020-05-09 00:20:14 +00:00
- [Plex Media Player ](https://knapsu.eu/plex/ )
- Postman
2020-05-14 00:06:23 +00:00
- [Piper ](https://github.com/libratbag/piper )
- [Local Reference ](../master/linux/Resources-Information.md )
- [Proton Bridge ](https://protonmail.com/bridge/install )
- [Bridge Setup ](../master/linux/Proton-Bridge-Setup.md )
- [Proton VPN ](https://protonvpn.com/support/linux-vpn-tool/ )
2020-05-09 00:20:14 +00:00
- qBittorrent
2020-05-14 00:06:23 +00:00
- Locally using flatpak
- Thunderbird
2020-09-04 17:39:46 +00:00
- [Timeshift ](https://github.com/teejee2008/timeshift )
2020-05-09 00:20:14 +00:00
- Transmission
2020-05-14 00:06:23 +00:00
- [Signal ](https://signal.org/download/# )
- Locally using flatpak
- [Standard Notes ](https://standardnotes.org/extensions?downloaded=linux )
2020-05-09 00:20:14 +00:00
- Steam
2020-05-14 00:06:23 +00:00
- Locally using flatpak
2020-05-09 00:20:14 +00:00
- Sublime Text
2020-05-14 00:06:23 +00:00
- Locally using flatpak
- [Synology Drive ](https://www.synology.com/en-us/support/download/DS918+#utilities )
2020-09-04 17:39:46 +00:00
- [Synology Note Station ](https://www.synology.com/en-us/support/download/DS918+#utilities )
2020-05-09 00:20:14 +00:00
- VSCode
- Yubico Authenticator
2020-05-14 00:06:23 +00:00
---
2020-05-09 00:20:14 +00:00
## Flatpak Applications
- [Bitwarden ](https://flathub.org/apps/details/com.bitwarden.desktop ): `flatpak install flathub com.bitwarden.desktop`
2020-05-09 05:18:53 +00:00
- [Evolution ](https://flathub.org/apps/details/org.gnome.Evolution ): `flatpak install flathub org.gnome.Evolution`
2020-05-09 00:20:14 +00:00
- [FileZilla ](https://flathub.org/apps/details/org.filezillaproject.Filezilla ): `flatpak install flathub org.filezillaproject.Filezilla`
- Plex Media Player: `flatpak install https://knapsu.eu/data/plex/tv.plex.PlexMediaPlayer.flatpakref`
- [Postman ](https://flathub.org/apps/details/com.getpostman.Postman ): `flatpak install flathub com.getpostman.Postman`
- [Piper ](https://flathub.org/apps/details/org.freedesktop.Piper ): `flatpak install flathub org.freedesktop.Piper`
2020-05-09 05:18:53 +00:00
- [Sublime Text ](https://flathub.org/apps/details/com.sublimetext.three ): `flatpak install flathub com.sublimetext.three`
2020-05-09 05:34:16 +00:00
- [Steam ](https://flathub.org/apps/details/com.valvesoftware.Steam ): `flatpak install flathub com.valvesoftware.Steam`
2020-05-09 00:20:14 +00:00
- [qBittorrent ](https://flathub.org/apps/details/org.qbittorrent.qBittorrent ): `flatpak install flathub org.qbittorrent.qBittorrent`
- [Transmission ](https://flathub.org/apps/details/com.transmissionbt.Transmission ): `flatpak install flathub com.transmissionbt.Transmission`
2020-05-14 00:06:23 +00:00
---
2020-05-09 00:20:14 +00:00
## App Image Applications
2020-05-09 05:23:02 +00:00
- [Plexamp ](https://plexamp.com/#downloads )
- [Standard Notes ](https://standardnotes.org/extensions?downloaded=linux )
- [Yubico Authenticator ](https://www.yubico.com/products/services-software/download/yubico-authenticator/#download_here )
2020-05-09 00:20:14 +00:00
### 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:
2020-05-13 21:50:18 +00:00
- `mv ~/Downloads/{APP_IMAGE.AppImage} ~/{APP_IMAGE}.AppImage`
- `cd ~`
2020-05-09 00:20:14 +00:00
Now, make the file executable:
2020-05-13 21:50:18 +00:00
- `chmod a+x {APP_IMAGE}.AppImage`
2020-05-09 00:20:14 +00:00
Finally, run the application:
2020-05-13 21:50:18 +00:00
- `./{APP_IMAGE}.AppImage`
2020-05-09 00:20:14 +00:00
If you're prompted to create desktop shortcuts, choose Yes.
2020-05-14 00:06:23 +00:00
---
## 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`
2020-05-29 16:13:09 +00:00
3. `sudo apt update && sudo apt install signal-desktop`
## Yubico Authenticator
Ubuntu 20.04 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*