I've been using Linux Mint and I'm eager to dive deeper into learning Linux, especially the terminal. I want to install a distribution that's more hands-on, like Arch Linux, but I'm finding it a bit overwhelming. I'd prefer something that doesn't have a GUI installer, and I'm wondering if systems like Alpine Linux would be a good choice or if there are others that might suit my needs better.
4 Answers
Honestly, any Linux distribution will help you learn the terminal effectively. They all come with a shell you can use, whether it’s Bash in Mint or something else in other distros. Focus on experimenting with the terminal features instead of being fixated on a specific distribution.
If your goal is to learn the command line, go for something more hardcore like Gentoo or Linux From Scratch (LFS). These will really force you to work with command line tools and get to know Linux inside and out!
Consider using a virtual machine to try out Arch Linux without the fear of messing up your main system. This way, you can play around, get comfortable with it, and figure out what packages you might need when you decide to install it directly on your hardware. It’s also a great opportunity to make a list of necessary packages to streamline the setup process later on.
You can accomplish your learning goal with any Linux distro—there’s no need to jump to Arch just for the sake of it. Try to spend a few weekly hours learning terminal commands by replicating tasks you do in a GUI, and don’t hesitate to dive into the man pages to understand command syntax better.

Sounds like a solid plan! I’ll definitely give the VM a shot before committing to a full install.