文件名称:gcc4.8.5离线安装rpm包含依赖
文件大小:26.4MB
文件格式:GZ
更新时间:2022-09-26 15:21:03
gcc rpm 离线 centos7
## 解压gcc ```bash tar -xvf gcc-rpms.tar.gz ``` ## rpm安装gcc ```bash rpm -Uvh *.rpm --nodeps --force ``` ### 验证 ```bash gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release -
【文件预览】:
gcc-rpms
----gcc()
--------glibc-headers-2.17-307.el7.1.x86_64.rpm(689KB)
--------._cpp-4.8.5-39.el7.x86_64.rpm(174B)
--------libmpc-1.0.1-3.el7.x86_64.rpm(51KB)
--------mpfr-3.1.1-4.el7.x86_64.rpm(203KB)
--------kernel-headers-3.10.0-1127.el7.x86_64.rpm(8.94MB)
--------gcc-4.8.5-39.el7.x86_64.rpm(16.18MB)
--------._gcc-4.8.5-39.el7.x86_64.rpm(174B)
--------._mpfr-3.1.1-4.el7.x86_64.rpm(174B)
--------._glibc-headers-2.17-307.el7.1.x86_64.rpm(174B)
--------._libmpc-1.0.1-3.el7.x86_64.rpm(174B)
--------._kernel-headers-3.10.0-1127.el7.x86_64.rpm(174B)
--------glibc-devel-2.17-307.el7.1.x86_64.rpm(1.07MB)
--------._glibc-devel-2.17-307.el7.1.x86_64.rpm(174B)
--------cpp-4.8.5-39.el7.x86_64.rpm(5.95MB)
----README.md(1KB)