this post was submitted on 26 Apr 2024
204 points (81.9% liked)

Linux

46734 readers
1614 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] fl42v@lemmy.ml 15 points 3 months ago (8 children)

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)

[–] Shinji_Ikari@hexbear.net 4 points 3 months ago

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 <pkg>.

load more comments (7 replies)