this post was submitted on 26 Jun 2025
43 points (90.6% liked)

Linux

8141 readers
466 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 3 days ago* (last edited 3 days ago) (1 children)

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.

[โ€“] [email protected] 3 points 3 days ago* (last edited 3 days ago)

Doesn't apt (not apt-get), unlike dpkg, perform a dependency resolution before installing a downloaded deb package?