I know this is a simple question, but how do I switch to netcat-traditional
in ubuntu? Whenever I write netcat -h
it appears that I am running netcat-openbsd
instead? I'm new to Ubuntu so exact commands would be helpful. Thanks
相关问题
- Why doesn't php sleep work in the windows-subs
- Installing Pydev for Eclipse throws error
- Error building gcc 4.8.3 from source: libstdc++.so
- what's the role of libopenssl-ruby?
- Docker why isn't $USER environment variable se
相关文章
- 为什么nfs在不同版本的Linux下安装的文件都不一样
- Incompatible JavaHl library loaded
- Python - Node.js (V8) runtime is not available on
- Ubuntu graphviz 'sfdp' not working
- Gearman , php extension problem : Class 'Gearm
- Decrease the tabs bar height in gnome terminal
- “/usr/sbin/sendmail/” Not found
- Printing the response content body when using curl
enable universe repository (if not enabled)
sudo add-apt-repository universe
Install the other netcat using synaptic. (To do this, the universe repository must be enabled.)
sudo apt-get install netcat-traditional
type
sudo update-alternatives --config nc
Select the option
/bin/nc.traditional
type
nc -h
output: