mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
6.5 KiB
6.5 KiB
Linux Apps
Software Applications
- Anydesk
- App Image Launcher
- Bitwarden
- Or using flatpak
- Brave Browser
- Cheese - Picture app
- Cryptomator
- DBeaver
- Flatpak
- Emoji Picker
- Deb from App Shop
- Evolution:
sudo apt-get install evolution- PopOS only integrates Gnome Calendar with Evolution if installed from apt-get
- CalDAV Synology link: https://*.synology.me:38443/caldav.php/USERNAME/eyeewj/
- FileZilla
- Locally using flatpak
- Firefox and dev variants
- Install via flatpak or for linux use: https://github.com/Linux-Is-Best/Firefox-automatic-install-for-Linux
- FreeTube
- Gnome Tweaks
- HyperJS Terminal
- Lutris
- MegaSync
- Mullvad
- NordVPN
- Plex Media Player
- Postman
- Piper
- Proton Bridge
- Bridge Setup
- If bridge DEB file fails try installing from Flathub
- Proton VPN
- qBittorrent
- Locally using Flatpak
- Themes:
- Thunderbird
- Flathub or Deb
- Timeshift
- Signal
- Locally using flatpak
- Standard Notes
- Steam
- Use DEB for supported
- Locally use flatpak if can't get running: https://flathub.org/apps/details/com.valvesoftware.Steam
- Sublime Text
- Or using flatpak
- Synology Drive
- Synology Note Station
- VLC
- VSCode
- Web
- Flatpak
- Browser to test WebKit like functionality
- WoeUSB
- Yubico Authenticator
- App Image works
- Flatpak: https://flathub.org/apps/details/com.yubico.yubioath
Flatpak Applications
- Bitwarden:
flatpak install flathub com.bitwarden.desktop - Cawbird:
flatpak install flathub uk.co.ibboard.cawbird - DBeaver:
flatpak install flathub io.dbeaver.DBeaverCommunity - 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 - Tootle:
flatpak install flathub com.github.bleakgrey.tootle - Transmission:
flatpak install flathub com.transmissionbt.Transmission - Web:
flatpak install flathub org.gnome.Epiphany - YubicoAuth
App Image Applications
App Image Instructions
App Image Launcher - Used to automatically link for execution
OR Manual Install
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
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