this post was submitted on 29 Oct 2023
46 points (68.9% liked)

Linux

47380 readers
1235 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
 

From XDA

you are viewing a single comment's thread
view the rest of the comments
[–] penquin@lemmy.kde.social 1 points 10 months ago (2 children)

So, I can use sudo rpm install.... instead of sudo dnf/yum install....?

[–] velox_vulnus@lemmy.ml 4 points 10 months ago

You can't swap rpm with dnf. I haven't used rpm that much, with the exception of using it to install and uninstall .rpm format files, but I think that it's functionality is limited to only installing locally available packages. Maybe dnf handles all the downloads, package transaction, conflict resolution and other stuff which I'm probably not aware of.

[–] CaptDust@sh.itjust.works 3 points 10 months ago* (last edited 10 months ago) (2 children)

dnf is the right way for an end user to manage packages in modern versions, as it brings lots of extra functionality and an easier command interface - but yes the command rpm -i is able to install and upgrade packages. RPM's name is a recursive acronym "RPM Package Manager"

[–] penquin@lemmy.kde.social 3 points 10 months ago

Well, I'll be damned then. I've learned something new today.

[–] jvanostrand@thecanadian.social 1 points 10 months ago

@CaptDust @penquin when i started using it 25 years ago it stood for Red Hat Package Manager.