40
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
I really don't understand why it's not more streamlined, it should work like an exe where I just click it and it installs and handles dependencies automatically.
@MangoPenguin @RommieDroid It’s more so that the people working on “beginner friendly” Linux distros are pushing users towards Software Centers/App stores these days.
Those of us who are familiar with the old ways don’t really have much trouble, but there’s stuff that is a big pain, like #LibreOffice
Installing the latest version of that is easier to do in the terminal and can’t be done as conveniently as what you propose, though I wish it was that easy.
@bryceac @MangoPenguin @RommieDroid LibreOffice is certainly an exception. One deb, no problem, but a whole screen full of them? And just running dpkg -i may get you two instances depending on the update? I finally went for flatpak on this one.
@demerara @MangoPenguin @RommieDroid I just try to find the current way to uninstall the preloaded version and then run dpkg -i *.deb in the extracted directory for the latest, but I can kind of see how that can be possible.