Quantcast
Channel: CSDN博客推荐文章
Viewing all articles
Browse latest Browse all 35570

64位操作系统下使用YUM下只安装纯净64位软件包的设定

$
0
0
同时安装32位和64位版本的软件虽然不是什么错,也不会对系统造成什么问题,但是这样会浪费硬盘空间,而且显得系统臃肿、不干净。如果想要保持一个纯的64位系统、在64位 CentOS 上避免安装32位软件包的话很容易,只需要在 yum.conf 加上一行过滤掉 i386, i686 的软件包就可以了:
引用
# vi /etc/yum.conf
[main]
...
exclude=*.i?86

然后删除系统上已经按照的 i386/i686 包:

# vi /etc/yum.conf
# yum remove \*.i\?86

作者:forgetbook 发表于2013-8-1 16:37:00 原文链接
阅读:43 评论:0 查看评论

Viewing all articles
Browse latest Browse all 35570

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>