When you double click on a deb package in Ubuntu 23.10 an error appears to tell you "there is no app installed for 'Debian package' files". In this post I
If a website stuffed a .deb into your Downloads folder and you click on it, should the default behaviour be to run it? Is there a significant pile of Ubuntu software out there that is unavailable in the apt and snap and flatpak stores? Other stores such as Steam and Epic (Heroic) are easily installable via … starting in your apt/snap/flatpak store.
The default beaviour shouldn’t be to run it, but it also shouldn’t be to tell you that a program that can run it doesn’t exist, when it actually does.
If you want to do it via GUI, default behaviour should be to tell you that for security reasons, installation of deb files from the web is disabled, with a link to the root-accessible setting that enables it (similar to Android, for example).
It can install a service that will start automatically after install, so for all intents and purposes, if you click it and enter your sudo password, you might as well have run an executable.
If a website stuffed a .deb into your Downloads folder and you click on it, should the default behaviour be to run it? Is there a significant pile of Ubuntu software out there that is unavailable in the apt and snap and flatpak stores? Other stores such as Steam and Epic (Heroic) are easily installable via … starting in your apt/snap/flatpak store.
The default beaviour shouldn’t be to run it, but it also shouldn’t be to tell you that a program that can run it doesn’t exist, when it actually does.
If you want to do it via GUI, default behaviour should be to tell you that for security reasons, installation of deb files from the web is disabled, with a link to the root-accessible setting that enables it (similar to Android, for example).
Well, that marks the first time I’ve seen anyone refer to it as “the apt store.” Thanks, I hate it.
I’m off to download some standards docs from the ieee-shop 👨🔧 🍄
A deb is not an executable. You can’t run it
And neither is a doc file, but most OSes would open up a compatible word processor.
It can install a service that will start automatically after install, so for all intents and purposes, if you click it and enter your sudo password, you might as well have run an executable.
It has pre and post-install scripts. Once you hand it off to dpkg, it can do pretty much anything.