s_s@lemm.eetoLinux@lemmy.ml•What's the difference between package manager and why are there so many?English
13·
1 year agoBecause linux runs on an incredible amount of platforms with an incredible amount of hardware targets and platform goals.
It runs on every supercomputer and every raspberry pi and every android phone, as well as most web servers and almost every steamdeck.
Use cases are so dramatically different there will always be multiple distributions with their own needs for package managers.
Vim makes it easy to edit text in complicated ways, once you’ve learned it.
Vim is not easy to learn nor intuitive.
It is simple and compounding.
You might not ever edit enough text to ever need to learn a new skillset to edit text. If that’s the case, use
nano
.But if you do find yourself editing a lot of text, consider trying
vimtutor
.It takes 20 minutes and you’ll be proficient enough to match
nano
’s efficiency ceiling.