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
最新推荐文章于 2024-08-31 23:21:00 发布
本文详细介绍了在CentOS7系统中如何使用SCL安装GCC8,并通过具体步骤展示了如何下载和安装Aria2-1.19.0版本,包括创建目录、解压文件、配置环境等关键操作。
2万+

被折叠的 条评论
为什么被折叠?



