I AM SO DISAPPOINTED WITH UBUNTU 24.04 😡

ylai@lemmy.ml to Linux@lemmy.ml – 203 points –
news.itsfoss.com
158

You are viewing a single comment

Idk, I probably haven't used Debian derivatives long enough, but isn't installing random .deb-s somewhat of a bad practice? I mean, repos exist for a reason (ignoring the fact they usually have like 3 packages in the official repos)

But even if it is, it shouldn't prevent installing released debs you find for example on GitHub repositories.

It doesn't prevent you from doing so. It just doesn't launch the store app when you double click a . deb.

But it seems to be a bit better when using the terminal

Some things we would want to install aren't in the official repos. Downloading the deb file is a solution to that for newer users.

A lot of software wont be distributed with a PPA to add.

Additionally, debs are useful for offline installations, with apt you're able to recursively download a package and all of it's dependencies as deb files, then transfer those over to the offline machine and install in bulk.

That being said I've never had great luck with the software center, it's always felt broken. I'll typically just dpkg -I .

You should try MX, it's Debian based, and they have their own repo full of .deb, up to date, never break