wget https://nchc.dl.sourceforge.net/project/aria2/stable/aria2-1.19.0/aria2-1.19.0.tar.gz
mkdir /usr/local/otter/aria2
tar -zxvf aria2-1.19.0.tar.gz -C /usr/local/otter/aria2/
cd /usr/local/otter/aria2/
mv aria2-1.19.0/ ../aria2C
rm -rf /usr/local/otter/aria2/
cd /usr/local/otter/aria2C
centos7 使用SCL(SoftwareCollections)安装 gcc8
$ sudo yum install centos-release-scl
$ sudo yum install scl-utils
$ # gcc gdb valgrind systemtap
$ sudo yum install devtoolset-8
$ scl --list
devtoolset-8
$ scl enable devtoolset-8 bash
$ # bashrc
$ # source /opt/rh/devtoolset-8/enable
$ gcc --version
gcc (GCC) 8.2.1 20180905 (Red Hat 8.2.1-3)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
centos7 安装aria2
最新推荐文章于 2025-04-15 11:21:25 发布