Installation of Gzip Install Gzip by running the following commands: ./configure --prefix=$LFS/usr && make LDFLAGS=-static && make install && cp $LFS/usr/bin/{gunzip,gzip} $LFS/bin && rm $LFS/usr/bin/{gunzip,gzip}