Bien, para comenzar, creo que te hace falta leer
la documentación de EL SISTEMA que quieres utilizar. Una vez configurado, ya puedes instalar todo lo que necesites. Si en base a ello tienes interrogantes, puedes preguntar... es seguro que habrá un usuario Ubuntu que te liberará dudas.
Bien, con el paquete que solicitas, es seguro que ya debe estár compilado para tu distribución. En mandriva, ya tengo configurados
los repositorios y le he encontrado:
Código:
[xpiderman@localhost ~]$ urpmq -i netcat
http://ftp.sjtu.edu.cn/mandrivalinux/official/2008.1/i586/media/contrib/release/media_info/info.xml.lzma
Name : netcat
Version : 0.7.1
Release : 2mdv2008.1
Group : Networking/Other
Size : 396313 Architecture: i586
Source RPM : netcat-0.7.1-2mdv2008.1.src.rpm
URL : http://netcat.sourceforge.net/
Summary : Networking utility that manages TCP and UDP connections
Description :
Netcat is a featured networking utility which reads and writes data across
network connections, using the TCP/IP protocol.
It is designed to be a reliable "back-end" tool that can be used directly or
easily driven by other programs and scripts. At the same time, it is a
feature-rich network debugging and exploration tool, since it can create
almost any kind of connection you would need and has several interesting
built-in capabilities.
[xpiderman@localhost ~]$
...no hay duda que encontrarás ese paquete para Ubuntu.
En Mandriva Linux, solo me restaría hacer:
Código:
[xpiderman@localhost ~]$ su
Contraseña:
[root@localhost xpiderman]# urpmi netcat
http://ftp.sjtu.edu.cn/mandrivalinux/official/2008.1/i586/media/contrib/release/netcat-0.7.1-2mdv2008.1.i586.rpm
instalando netcat-0.7.1-2mdv2008.1.i586.rpm desde /var/cache/urpmi/rpms
Preparando... #############################################
1/1: netcat #############################################
[root@localhost xpiderman]#
... para Ubuntu creo que sería:
Código:
$ sudo aptitude install netcat
...o:
Código:
$ sudo apt-get install netcat
Saludos.