𝙸’𝚖 𝚑𝚊𝚕𝚏 𝚑𝚞𝚖𝚊𝚗 𝚊𝚗𝚍 𝚑𝚊𝚕𝚏 𝚖𝚊𝚌𝚑𝚒𝚗𝚎 (hobbyist C programmer)
other fediverse accounts:
It’s called a graphical app store. Most distros meant for desktop usage that come with a desktop GUI have a software store. IIRC KDE’s Discover even has Flatpak support which leads to a higher variety of apps.
Otherwise, you can install an AppImage, or just a .deb file if you’re running something Debian-based.
binaries (executables) go in
/usr/bin
, flatpaks are installed in their own sandboxes, appimages are wherever you put them.the shortcuts in application menus go in
/usr/share/applications
as .desktop files which link to the app, so the user generally won’t have to worry about where the executable is.why would the app store ask you where to install stuff??