mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
3.7 KiB
3.7 KiB
Linux Apps
Software Applications
- Anydesk
- Bitwarden
- Locally using flatpak
- Brave Browser
- FileZilla
- Locally using flatpak
- Firefox
- Lutris
- Mulvad
- NordVPN
- Plex Media Player
- Postman
- Piper
- Proton Bridge
- Proton VPN
- qBittorrent
- Locally using flatpak
- Thunderbird
- Transmission
- Signal
- Locally using flatpak
- Standard Notes
- Steam
- Locally using flatpak
- Sublime Text
- Locally using flatpak
- Synology Drive
- VSCode
- Yubico Authenticator
Flatpak Applications
- Bitwarden:
flatpak install flathub com.bitwarden.desktop - Evolution:
flatpak install flathub org.gnome.Evolution - FileZilla:
flatpak install flathub org.filezillaproject.Filezilla - 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 - 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
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}.AppImagecd ~
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
curl -s https://updates.signal.org/desktop/apt/keys.asc | sudo apt-key add -echo "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.listsudo apt update && sudo apt install signal-desktop