I wish there was a right click install button for deb files

https://programming.dev/post/32886828

I wish there was a right click install button for deb files - programming.dev

I know it’s not that hard $ dpkg -i but opening the terminal gives normies an aneurysm and thanks to the crazy gatekeeping gen alpha doesn’t know what a file type is now. I use Ubuntu btw. Personally, the App store’s on Linux confused me a ton, setting up Flatpak and some other package repositories. I much preferred the windows way, shocker, with just downloading and double-click the exe file. Do I have to make a pull request myself to get this done, or what is the debate on this?

Is this really a common occurrence for you, that the package isn’t available via apt?
On Debian it is. The stable branch is a pain. I need to switch to something else.
If it’s only due to the branch, i.e. a package or desired version isn’t available in stable but is in testing or unstable, you may try using pinning.
Reading, thank you.