mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
1.9 KiB
1.9 KiB
Linux Apps
Software Applications
- Bitwarden
- Brave Browser
- FileZilla
- Firefox
- Lutris
- Plex Media Player
- Postman
- Piper
- Proton Bridge
- qBittorrent
- Transmission
- Signal
- Standard Notes
- Steam
- Sublime Text
- Synology Drive
- VSCode
- Yubico Authenticator
Flatpak Applications
- Bitwarden:
flatpak install flathub com.bitwarden.desktop - 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 - qBittorrent:
flatpak install flathub org.qbittorrent.qBittorrent - Transmission:
flatpak install flathub com.transmissionbt.Transmission
App Image Applications
- Plexamp
- Standard Notes
- Yubico Authenticator
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/Standard-Notes-3.4.1.AppImage ~/Standard-Notes-3.4.1.AppImage
cd ~
Now, make the file executable:
chmod a+x Standard-Notes-3.4.1.AppImage
Finally, run the application:
./Standard-Notes-3.4.1.AppImage
If you're prompted to create desktop shortcuts, choose Yes.