| htop | Interactive system process viewer | sudo apt install htop |
| ncdu | Disk usage analyzer with ncurses interface | sudo apt install ncdu |
| curl | Transfer data from or to a server | sudo apt install curl |
| wget | Download files from web via CLI | sudo apt install wget |
| git | Version control system | sudo apt install git |
| neofetch | Display system info in terminal | sudo apt install neofetch |
| ufw | Uncomplicated Firewall management | sudo apt install ufw |
| nmap | Network scanner and security auditing tool | sudo apt install nmap |
| tree | Display directories as trees | sudo apt install tree |
| tmux | Terminal multiplexer | sudo apt install tmux |
| zsh | Powerful shell alternative to bash | sudo apt install zsh |
| oh-my-zsh | ZSH configuration framework | sh -c “$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)” |
| docker | Containerization platform | sudo apt install docker.io |
| snap | Install and manage snap packages | sudo apt install snapd |
| flatpak | Manage Flatpak applications | sudo apt install flatpak |
| gparted | Partition management GUI tool | sudo apt install gparted |
| bleachbit | System cleaner and privacy tool | sudo apt install bleachbit |
| timeshift | System restore tool | sudo apt install timeshift |
| vim | Powerful terminal-based text editor | sudo apt install vim |
| gnome-tweaks | Customize GNOME desktop settings | sudo apt install gnome-tweaks |
| remmina | Remote desktop client | sudo apt install remmina |
| virtualbox | Open-source virtualization tool | sudo apt install virtualbox |
| gnome-disk-utility | Manage drives and partitions via GUI | sudo apt install gnome-disk-utility |
| synaptic | Advanced package manager GUI | sudo apt install synaptic |
| alacritty | GPU-accelerated terminal emulator | sudo apt install alacritty |
| bat | cat command with syntax highlighting | sudo apt install bat |
| fd | Simple, fast alternative to find | sudo apt install fd-find |
| ripgrep | Fast search tool like grep | sudo apt install ripgrep |
| lazygit | Terminal UI for Git | sudo snap install lazygit |