this post was submitted on 29 Nov 2025
73 points (95.1% liked)

Linux

10288 readers
585 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Finally making the transition from Windows to a Linux. I'm pretty sure it's been asked several times but which Linux OS would you recommend a beginner to use? I've seen Ubuntu and Mint as a good start. Not looking to do much. Game here and there (not too worried about Linux compatibility), streaming, editing videos. If I break any rules. I'm sorry.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Damage@feddit.it 1 points 8 hours ago (1 children)

Package manager. Package managers are responsible for managing your installed software. There are a variety of options, and distros typically will choose one as their default. Pacman for Arch, Aptitude for Debian, RPM for RedHat, and others. These are mostly interchangeable for the end user, but each has slightly different commands and frontends. So just be aware there will be a bit of an extra learning curve moving from a distro that uses one to a distro that uses another.

RedHat uses dnf, RPM is the package format.

Apt sucks, pacman is ok, dnf is the best, history and rollback are great.