On Fri, 21 Nov 2003, Hauptmann Bob-P18081 wrote: > Where do I find bunzip to unzip the latest ethereal for Solaris/Sparc? Will gunzip > work?
Bzip has shipped with Solaris since version 8, possibly earlier. To decompress the packages you should use the "bunzip2" utility. It should be in /usr/bin, assuming you have the SUNWbzip and/or SUNWbzipx packages installed. Unfortunately, gunzip won't work since it and bzip use different compression schemes.