How to install aria2?
centos7 use :
1 |
yum install aria2 |
debian use :
1 |
apt-get install aria2 |
How to install aria2 in centos 6.X ?
If you’ve already tried this:
1 2 3 |
yum -y install epel-release yum update yum -y install aria2 |
you still got:
No package aria2 available
Try the following steps:
1 2 3 |
wget http://ftp.tu-chemnitz.de/pub/linux/dag/redhat/el6/en/i386/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.i686.rpm rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.i686.rpm yum install rpmforge-release |
then :
1 |
yum -y install aria2 |
ps. if you got :
14: PYCURL ERROR 6 – “Couldn’t resolve host ‘apt.sw.be’”
try
1 2 |
cd /etc/yum.repos.d/ mv rpmforge.repo rpmforge.repo.bak |
but if prompted for the following information:
Loading mirror speeds from cached hostfile
No Packages marked for Update
mv rpmforge.repo.bak rpmforge.repo
you may change your mirrors.
some usefull links
https://centos.pkgs.org/6/repoforge-i386/rpmforge-release-0.5.3-1.el6.rf.i686.rpm.html
https://sourceforge.net/projects/aria2/
This article was first published by V on 2019-01-05 and can be reprinted with permission, but please be sure to indicate the original link address of the article :http://www.nginxer.com/others/centos-6-no-package-aria2-available/