Comments on: How to Install netstat Command in Linux https://www.tecmint.com/install-netstat-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 30 Nov 2023 08:54:14 +0000 hourly 1 By: Cyber Lord https://www.tecmint.com/install-netstat-in-linux/comment-page-1/#comment-2109141 Thu, 30 Nov 2023 08:54:14 +0000 https://www.tecmint.com/?p=35110#comment-2109141 In reply to Craig Reinecke.

Thank you for providing the proper instructions for installing the net-tools package on Arch Linux.

]]>
By: valkov https://www.tecmint.com/install-netstat-in-linux/comment-page-1/#comment-1810395 Tue, 31 May 2022 11:00:32 +0000 https://www.tecmint.com/?p=35110#comment-1810395 For SUSE 15 to install netstat:

# zypper install net-tools-deprecated
]]>
By: Steve Jorgensen https://www.tecmint.com/install-netstat-in-linux/comment-page-1/#comment-1573928 Mon, 23 Aug 2021 18:49:51 +0000 https://www.tecmint.com/?p=35110#comment-1573928 I should point out that it is actually the most modern system that is likely to be missing netstat since ss is a newer replacement.

]]>
By: Craig Reinecke https://www.tecmint.com/install-netstat-in-linux/comment-page-1/#comment-1519431 Fri, 11 Jun 2021 12:22:12 +0000 https://www.tecmint.com/?p=35110#comment-1519431 Arch Linux install is incorrect. “netstat-nat” is a different package that does not install the same.

It should be:

pacman -S net-tools
]]>