User Tools

Site Tools


fedapps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
fedapps [2025-12-20 09:33] – created mathogfedapps [2025-12-24 20:47] (current) – [AppImages] mathog
Line 1: Line 1:
 +====== This is my list of standard apps ======
 +
 +===== Native =====
 +Debian/Ubuntu
 +<code>
 +sudo apt install asusctl asusctl-rog-gui tldr btop
 +</code>
 +Fedora
 +<code>
 +sudo dnf install asusctl asusctl-rog-gui tldr btop
 +</code>
 +
 +
 +===== Flatpaks =====
 +  * AdwSteamGtk
 +  * Vesktop
 +  * Spotify
 +  * Joplin
 +  * Thunderbird
 +  * Solaar
 +
 +Should be something like (case sensitive?)
 +<code>
 +flatpak install spotify vesktop adwsteamgtk joplin thunderbird solaar
 +</code>
 +
 +===== AppImages =====
 +  * Beeper
 +Should be something like:
 +<code>wget https://api.beeper.com/desktop/download/linux/x64/stable/com.automattic.beeper.desktop -P ~/Downloads</code>
 +
 +===== Everything =====
 +So, everything together should something like:
 +<code>
 +sudo dnf install asusctl asusctl-rog-gui tldr btop && flatpak install spotify vesktop adwsteamgtk joplin thunderbird solaar && wget https://api.beeper.com/desktop/download/linux/x64/stable/com.automattic.beeper.desktop
 +</code>
 +
  

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki