linux server can not extract solution rar files

Error is: command not found

Solution:

First look rarlinux download package, but try to download the 64-bit, because now the servers are basically 64-bit, if you are not careful the wrong version will be a lot of trouble the following code allows customer service to help you run because it requires management privileges:

First to download:

moved https: // www.rarlab.com/rar/rarlinux-x64-5.8.0.tar.gz

Previous can do it yourself, here is the need administrator privileges following is unpacked and installed:

tar zxvf rarlinux-3.8.0.tar.gz
cd rar
make
make install 

Basically to end here. Finally, do not forget to add the path:

export PATH="/Share/home/E51614008/database/rar/bin:$PATH"

Here's the path to fill the bin rar after you unpack.

Finally, attach the decompression command:

rar x FileName.rar

 

Guess you like

Origin www.cnblogs.com/lf-cs/p/12507033.html