Created
December 20, 2018 13:40
-
-
Save cerealskill/ff8a6c8757a8af0f733a494ead00c800 to your computer and use it in GitHub Desktop.
UNRAR on CentOS 7.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## 64 bit linux ## | |
sudo wget https://www.rarlab.com/rar/rarlinux-x64-5.5.0.tar.gz | |
sudo tar -zxvf rarlinux-x64-5.5.0.tar.gz | |
sudo cd rar | |
sudo cp -v rar unrar /usr/local/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment