CentOS 7-zip-extracting installer

Scenes

        CentOS does not provide the source repository 7za unzip the package instructions, source code compiler installation


1) Source Codes

wget https://nchc.dl.sourceforge.net/project/p7zip/p7zip/16.02/p7zip_16.02_src_all.tar.bz2

2) unzip

tar xjvf p7zip_16.02_src_all.tar.bz2

3) compile and install

make && make install


4) Unzip the file boost_1_66_0.7z

7za x  boost_1_66_0.7z

Guess you like

Origin blog.51cto.com/fengyuzaitu/2466314