I think most people (including myself) prefer a minimal desktop by default, and then proceed to install only the software they need. Nevertheless, it always surprises me when I log in to a system that doesn't have vim.
I disagree. Don't get me wrong, vim is amazing and all that, but I think nano is easier for new users to grok out of the box, making it a better choice most of the time. What it lacks in features it makes up for in transparency.
100% agree about the minimal set of desktop apps, though. That drives me crazy.
Just my 0.02$.
Edit: silly mistakes and clarification
less
, I don't remember what distro it was, but there wasn'tless
. There wasmore
though.It was, but it was (and still is) a Unix tool. I believe POSIX still requires that
more
be provided (even if it's justless
secretly).The original Unix
more
could only go forwards. Someone wanted to make something likemore
that could go both forwards and backwards, so he called itless
as a joke (because "less" is a "backwards more"). For the past 40 years, everyone's realized thatless
is much better than the originalmore
, so nobody uses the original any more.(MSDOS took the idea of "more" before "less" caught on).
What's the point to install htop when top is being preinstalled like 99% of time?
Git. I feel like that is a pretty important part of any linux os nowadays
KDE Connect on KDE distros, just feels part of the KDE experience
IMO nothing. As long as it can detect network I can install whatever tools I need.
Agreed. The alternative is bloating the system with tools the user may not need. I'd rather just have to install a bunch of stuff on first use.
A Doom-clone. I mean, come on.
Seriously tho, Gparted for how useful it is.
Oh yeah! That downgrade option sounds cool. The only time I kinda regretted being on Manjaro. VirtualBox 7 still doesn't have functional graphics. I tried
downgrade
, but that didn't work. Maybe I should have tried deleting the VirtualBox config 🤔
I'm always shocked that other distros haven't made their own version of Yast from opensuse
I've tried yast and I'm still unsure what it was supposed to do. I just poked around, asked me if I know than I'm doing and then just left
It's just a general system setup and config tool. I'm assuming that, like me, you already know how to do all that stuff without yast but it's good for newbies and people that aren't super nerds. With all of the anti terminal stuff I always read about on the internet you'd think at least ubuntu would have their own version of it or something similar.
"YaST is a SUSE Linux Enterprise Server tool that provides a graphical interface for all essential installation and system configuration tasks. Whether you need to update packages, configure a printer, modify firewall settings, set up an FTP server, or partition a hard disk—you can do it using YaST."
But yeah, I actually hardly ever use it myself.
The first couple commands I run after install:
$ sudo apt install vim $ sudo apt autopurge libreoffice*
Debian, sudo, at least when ever I install it without a desktop.
edit: I'm dumb af, it tells you right in the installer, I just never read it
htop, distrobox and in some cases Flatpak!
Edit: after reading the comments I want to add curl and git, seriously, why aren't those a default?!
emacs
I realize half of you people never touch it, but come on. It's not that large a package these days.
You probably installed the graphical one. emacs-nox is command-line only and significantly smaller.