%general-entities; ]> Gzip-&gzip-version; Gzip <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem><seg>0.1 SBU</seg><seg>2.6 MB</seg></seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Gzip Prepare Gzip for compilation: ./configure --prefix=/usr Issue a sed command: sed -i 's@"BINDIR"@/bin@g' gzexe.in Compile the package: make Install the package: make install Move the programs to the /bin directory: mv /usr/bin/gzip /bin rm /usr/bin/{gunzip,zcat} ln -s gzip /bin/gunzip ln -s gzip /bin/zcat ln -s gunzip /bin/uncompress Contents of Gzip See testing