Was netstat
removed in 16.04
? Is there an alternative to netstat
available in 16.04
? Or how do I install netstat
in 16.04
?
I am running an ubuntu:16.04
container in docker for Windows
, it seems that netstat
is no longer available... It is available in an ubuntu:14.04
container.
I have tried installing netstat with apt-get
but with no luck...
apt-get update
...
apt-get install netstat
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package netstat
It might be that the solution to this is very obvious to most devs, however Linux is very new to me... enjoying it a lot!
Nvm needed apt-get update
– obesechicken13 May 09 '18 at 21:10