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?
That’s a bad idea because you have no clue if any random .deb file is actually compatible with your system or not (a .deb intended for use on Debian Bookworm will not necessarily work on Ubuntu 25.04, or vice-versa, for example). And that’s on top of the security issues and lack of dependency resolution that others have mentioned already. If you’re new enough to Linux that you don’t feel comfortable with the terminal, you should not be trying to install things via .deb file to begin with.
Doesn’t
apt
(notapt-get
), unlikedpkg
, perform a dependency resolution before installing a downloaded deb package?