Skip to content

Instantly share code, notes, and snippets.

@cerealskill
Created December 20, 2018 13:40
Show Gist options
  • Save cerealskill/ff8a6c8757a8af0f733a494ead00c800 to your computer and use it in GitHub Desktop.
Save cerealskill/ff8a6c8757a8af0f733a494ead00c800 to your computer and use it in GitHub Desktop.
UNRAR on CentOS 7.4
#!/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