| |||
amigos como instalo el netcat en linux ubuntu bueno ya lo habia dicho antes soy nuevo usando linux ubuntu pero kiero aprener a usarlo mas kisiera su ayuda para instalar el netcat en linux si alguien tiene el comando si me puede ayudar se lo agradeceria mucho |
| ||||
Re: amigos como instalo el netcat en linux ubuntu 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:
...no hay duda que encontrarás ese paquete para Ubuntu.[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 ~]$ En Mandriva Linux, solo me restaría hacer:
Código:
... para Ubuntu creo que sería:[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]#
Código:
...o:$ sudo aptitude install netcat
Código:
Saludos. $ sudo apt-get install netcat
__________________ Mi Blog de novato: XpiderBlog Número de Usuario GNU+Linux registrado: 438608 / Usuario Mandrivero |