debian,

Install Netstat on Debian 12

Jul 29, 2023 · 1 min read · Post a comment

If you need to check the network status on your server, netstat is a great tool for that. Let’s see how to install Netstat on Debian 12.

Prerequisites

  • Debian 12
  • sudo privileges

Install Netstat on Debian 12

Step 1. Update the packages.

sudo apt update

Step 2. Install Netstat.

sudo apt install net-tools

Step 3. Verify the installation.

netstat

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.