I install these 7 CLI tools on every Linux system

I install these 7 CLI tools on every Linux system

I install these 7 CLI tools on every Linux system

https://www.howtogeek.com/i-install-these-7-cli-tools-on-every-linux-system/

Publish Date: 2026-02-22 11:00:00

Source Domain: www.howtogeek.com

Most people treat a fresh Linux installation as a clean slate. Usually you install a browser, set your terminal font, run an update, and get on with real work. Over the years, though, I have noticed that my environment only feels usable when a handful of command line tools are present. These tools dramatically reduce friction and make daily tasks more efficient and reliable.

This is not a list of flashy utilities that you install once and forget three days later. These are the tools that remain on every system I use for more than ten minutes. They help me navigate the filesystem, monitor system performance, remove files safely, or download large data without the usual headaches.

If you use Linux regularly, whether on a laptop, workstation, or server, these tools provide a noticeable improvement to your command line experience. They also fit neatly into practically any distribution ecosystem. Package availability is wide, footprints are small, and usage patterns are intuitive enough that you can adopt them gradually. Most Linux users eventually build a personal collection like this. Here is mine:

Carapace: Smarter and context-aware completion

Shell completion is one of those features that you appreciate only after using a system that lacks it. Bash offers basic completion, but it is frequently incomplete or out of date. Fish, Zsh, and other shells provide richer completion sets, but keeping them aligned across applications becomes an ongoing chore.



Source