In a 64-bit operating system, use YUM to install only the settings of the pure 64-bit software package.
Source: Internet
Author: User
In a 64-bit operating system, if you use YUM to install only the configuration of the pure 64-bit software package, installing the 32-bit and 64-bit software at the same time will not cause any problems to the system, however, this will waste hard disk space and make the system look bloated and not clean. If you want to keep a pure 64-bit system... in a 64-bit operating system, if you use YUM to install only the configuration of the pure 64-bit software package, installing the 32-bit and 64-bit software at the same time will not cause any problems to the system, however, this will waste hard disk space and make the system look bloated and not clean. If you want to keep a pure 64-bit system and avoid installing a 32-bit package on 64-bit CentOS, you only need to install the package in yum. add a line in conf to filter out i386, and the i686 software package can: reference # vi/etc/yum. conf [main]... exclude = *. i? 86. then, delete the i386/i686 package that has been followed on the system: # vi/etc/yum. conf # yum remove \ *. I \? 86
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.