2019年12月24日
摘要: 1、安装 rpm -i需要安装的包文件名 举例如下: rpm -i example.rpm 安装 example.rpm 包; rpm -iv example.rpm 安装 example.rpm 包并在安装过程中显示正在安装的文件信息; rpm -ivh example.rpm 安装 exampl 阅读全文
posted @ 2019-12-24 22:47 树河田 阅读(234) 评论(0) 推荐(0) 编辑
摘要: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm yum clean all 阅读全文
posted @ 2019-12-24 21:43 树河田 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 1、下载gcc-4.8.5.tar.bz2 2、tar-xvf gcc-4.8.5.tar.bz2 解压到为gcc-4.8.5 3、cd gcc-4.8.5 进入文件目录 4、./contrib/download_prerequisites 在gcc-4.8.5目录下执行该命令,该命令会在gcc-4 阅读全文
posted @ 2019-12-24 17:53 树河田 阅读(1297) 评论(0) 推荐(0) 编辑
摘要: 参考文章:https://www.cnblogs.com/lhm166/articles/6604852.html 加密压缩: https://blog.csdn.net/yanglishuan/article/details/47687139 压缩tar -czvf /path/to/file.t 阅读全文
posted @ 2019-12-24 14:35 树河田 阅读(376) 评论(0) 推荐(0) 编辑