Linux下载百度云文件

Linux下载百度云文件

1.在windows下载百度云破版pandownload
http://pandownload.com/index.html

2.在Linux下载安装百度云助手Aria2
yum install aria2 -y

apt-get install aria2

3.上面命令执行错误,不能直接安装Aria2时,安装wget和EPEL源。
yum install -y wget
wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm #下载epel源rpm包

4.启动测试Aria2
aria2c --conf-path=/etc/aria2/aria2.conf

5.无错误启动
aria2c --conf-path=/etc/aria2/aria2.conf -D

6.在pandownload下载文件到Linux
参考“远程下载”:http://pandownload.com/document/remote.html

参考:
https://www.cnblogs.com/dafang/p/9114598.html
https://blog.csdn.net/yangfanv/article/details/69952065
http://ju.outofmemory.cn/entry/330140

你可能感兴趣的:(博文)