Downloading the Compression Algorithm Installation Package
- Create a directory (/root/glz for example) and go to the directory.
1 2
mkdir /root/glz cd /root/glz
- Download the installation package and the digital signature file to the /root/glz directory.
- Obtain the software verification tool.
- Verify the installation package integrity based on the OpenPGP Signature Verification Guide obtained in 3.
- Modify the permission.
1chmod 700 glz-1.0.0-centos.aarch64.zip
Decompress the installation package.1tar -xvf glz-1.0.0-centos.aarch64.zip