This lab provided hands-on experience with managing software packages in a Linux environment using the APT package manager. I practiced installing, uninstalling, and verifying the installation of critical security tools like Suricata and tcpdump.
Acting as a security analyst in a virtualized Linux system, I used the terminal to manage security tool installation. The lab simulated a common administrative task—ensuring proper tool setup for traffic analysis and threat detection using APT commands.
sudo apt update
sudo apt install suricata
suricata --build-info
sudo apt remove suricata
sudo apt install tcpdump
tcpdump --version
sudo apt install suricata
(reinstall)This lab strengthened my practical Linux skills and demonstrated the importance of command-line proficiency in configuring a secure environment. By learning how to manage security tools on Linux, I’m better prepared for roles that require infrastructure setup, maintenance, and threat response readiness.