39
I wish there was a right click install button for deb files
(programming.dev)
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
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?