Ctorrent是一款可以在linux下用命令行进行的bt下载软件一、官方的安装方法如下:#wget http://www.rahul.net/dholmes/ctorrent/ctorrent-1.3.4-dnh2.2.tar.gz#tar zxvf? ctorrent-1.3.4-dnh2.2.tar.gz#cd ctorrent-1.3.4-dnh2.2#./configure#make#make install安装完成使用方法:#ctorrent 1.torrent 默认保存在/wp-content/bin详细参数请用ctorrent –h 查看PS:不过我用这个方法进行安装的时候,到了make那一步,总提示command not found,无法完成安装二、于是我就继续在网上搜,找到另一种方法,用修改后的rpm文件安装