Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The challenge will be there doesn't appear to be any SDR related flatpaks on flathub.org. Search the general discussions here for 'flatpak. I've a few post/replies here on their usage.
Lack of flatpaks leaves either AppImage (preferred) or direct install (bad as it install be lost on OS Updates).
Luckily, AppImages exist for:
* CubicSDR - https://github.com/cjcliffe/CubicSDR/releases
* Gqrx SDR - https://github.com/gqrx-sdr/gqrx/releases
* SoapySRD - https://github.com/mryndzionek/composable-sdr/releases (2 yrs old)
Now it's likely you'll want to have some other application that isn't available as AppImage or Flatpak format. At that point, you'll need to make your own.
Being Linux powered, you could do that on the Deck. I would recommend using a full-on laptop/pc for that. It doesn't need to be Arch (which what SteamOS 3.x is based on), but using Arch or Manjaro on the PC would help maintain a consistent experience.
You'll also need to install some packaging build tools and the dependencies which need to be stored in the package types (gnome/kde) per their instructions. Another reason why package building on the Steam Deck is less desirable.
To make an AppImage isn't too hard. This HOWTO walks you through:
https://www.booleanworld.com/creating-linux-apps-run-anywhere-appimage/
There's also YT vids on using 'appimagetool' (besides the official docs) on how to make them.
A cool thing with AppImage is you can also config them to create an alternative AppImage configuration directory so you can make it truly portable (for use on an SD Card or USB Stick.
https://askubuntu.com/questions/1009888/how-does-an-appimage-persist-settings-between-launches
As for making your own flatpaks (which cannot be setup for portable storage), it's pretty easy too (having looked over the docs):
* https://flatpak-testing.readthedocs.io/en/latest/building-simple-apps.html
* https://docs.flatpak.org/en/latest/building-introduction.html
* https://develop.kde.org/docs/build/flatpak/packaging/
I hope this helps those in Radioland or needing an app not in AppImage/Flatpak.
Cheers. retro.
I had thought about that and am prepared to dual boot or just load up an sd card with another OS just for use with SDR software if need be. Thanks for your response. :)