vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi everybody , I'm running slackware 9 and try to find what package contains netstat so that i could md5sum the binary . Would you help me to find it ? or better , would you tell me what package is containing that one ? thanks for all . -- http://mrakotom.free.fr |
| |||
| Rakotomandimby wrote: > Hi everybody , > I'm running slackware 9 and try to find what package contains netstat so > that i could md5sum the binary . > Would you help me to find it ? sure: there's a file on your install cd (or on any mirror) called MANIFEST.bz2. it lists all files in all packages. just do less 'MANIFEST.bz2' and search for netstat. (hit '/netstat', 'n' for next match.) > or better , would you tell me what package is > containing that one ? we generally consider that the worse option, not the better one... ;-) -- Joost Kremers since when is vi an editor? a discussion on vi belongs in comp.tools.unusable or something... |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 In article <bj7pi8$o1e$1@news-reader4.wanadoo.fr>, Rakotomandimby wrote: > I'm running slackware 9 and try to find what package contains netstat so > that i could md5sum the binary . > Would you help me to find it ? $AOLSFAQ?file=14 - --keith - -- kkeller-mmmspam@wombat.san-francisco.ca.us (try just my userid to email me) AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAj9Xb3gACgkQhVcNCxZ5ID/DHgCeMgV+UXLeV5Exg96B6KlYjqRn oK4AnAv61RXoS/CAbno+1+u7SnpDFiKX =8fEv -----END PGP SIGNATURE----- |
| ||||
| Rakotomandimby wrote: > Hi everybody , > I'm running slackware 9 and try to find what package contains netstat so > that i could md5sum the binary . > Would you help me to find it ? or better , would you tell me what package is > containing that one ? > thanks for all . ~ $ cat /etc/slackware-version Slackware 9.0.0 ~ $ which netstat /bin/netstat ~ $ grep bin/netstat /var/adm/packages/* /var/adm/packages/tcpip-0.17-i386-16:bin/netstat ~ $ -- Lew Pitcher Master Codewright and JOAT-in-training Registered Linux User #112576 (http://counter.li.org/) Slackware - Because I know what I'm doing. |