Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save patsevanton/d54d964c29cf9efbdffdef8b239f1381 to your computer and use it in GitHub Desktop.
Save patsevanton/d54d964c29cf9efbdffdef8b239f1381 to your computer and use it in GitHub Desktop.
Install ctorrent from SRPM for CentOS 7
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