# # 02-Aug-03 amo Download and install ethereal # # # # http://www.ethereal.com/download.html#sources # ftp://ftp.ethereal.com/pub/ethereal/ethereal-0.9.14.tar.gz # cd /usr/local/src # # wget ftp://ftp.ethereal.com/pub/ethereal/ethereal-0.9.14.tar.gz # tar zxvfp ethereal-0.9.14.tar.gz # ./configure # make # make install # # # # # This one below is a binary file # ================================ # cd / wget http://www3.linuxpackages.net/packages/Slackware-9/ethereal-0.9.11/ethereal-0.9.11-i686-1.tgz # tar zxvfp ethereal-0.9.11-i686-1.tgz # sh install/doinst.sh # # # End of file