Created
November 11, 2017 02:30
-
-
Save patsevanton/d54d964c29cf9efbdffdef8b239f1381 to your computer and use it in GitHub Desktop.
Install ctorrent from SRPM for CentOS 7
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
wget http://dl.fedoraproject.org/pub/fedora/linux/releases/26/Everything/source/tree/Packages/c/ctorrent-1.3.4-25.dnh3.3.2.fc26.src.rpm | |
yum install rpm-build bash-completion-extras openssl-devel gcc-c++ | |
rpmbuild --rebuild ctorrent-1.3.4-25.dnh3.3.2.fc26.src.rpm | |
cd rpmbuild/RPMS/x86_64/ | |
yum localinstall ctorrent-1.3.4-25.dnh3.3.2.el7.centos.x86_64.rpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment