Last active
June 20, 2024 03:59
-
-
Save luckylittle/90b250c72f482fd1932ca128c50497dd to your computer and use it in GitHub Desktop.
Double Commander v0.9.6 fix for error "Cannot load library libunrar.so! Please check your installation."
This file contains 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 | |
# > This is fix for "Cannot load library libunrar.so! Please check your installation." | |
# > doublecmd-gtk-0.9.6-1.2.x86_64 was installed with Alexx2000 repository: | |
# > http://download.opensuse.org/repositories/home:/Alexx2000/CentOS_7/x86_64/ | |
wget http://www.rarlab.com/rar/unrarsrc-5.9.2.tar.gz | |
tar xvzf unrarsrc-5.9.2.tar.gz | |
cd unrar | |
make -f makefile lib | |
sudo make install-lib | |
sudo ln -s /usr/lib/libunrar.so /usr/lib64/doublecmd |
This file contains 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
RAR registration data | |
Für Abonnenten von TheReatekker | |
Unlimited Company License | |
UID=4e6c1650cdf8ad615ffa | |
64122122505ffaae408f7ad66b8bb746f58d6fa12007f52f099ed4 | |
6c1726e2317c46bb430560fce6cb5ffde62890079861be57638717 | |
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565 | |
b41bcf56929486b8bcdac33d50ecf77399604752331f0c57e362ab | |
443f1c64352b57668957fe62d07b434a2813addb4dbd3642364647 | |
103788926272ccc3fb675e8b657f8b66c671e01419e9e361603899 | |
c5a2af5001dd92308cfe644830edafe109c0e6cdd5864023283383 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment