f).卸载KDE桌面环境:
yum groupremove "KDE (K Desktop Environment)"
除了手动编辑repo文件外,还可以使用Linux命令createrepo直接创建资料库。
6).OEL Oracle Enterprise Linux yum命令特性
针对OEL Oracle Enterprise Linux还可以简化执行以下的yum命令完成必要包的安装:如果是OEL5: yum install oracle-validated
如果是OEL6: yum install oracle-rdbms-server-11gR2-preinstall
The pre-install package is available for x86_64 only. Specifically, the package:
Causes the download and installation of various software packages and specific versions needed for database installation, with package dependencies resolved via yum
Creates the user oracle and the groups oinstall and dba, which are the defaults used during database installation
Modifies kernel parameters in /etc/sysctl.conf to change settings for shared memory, semaphores, the maximum number of file descriptors, and so on
Sets hard and soft shell resource limits in /etc/security/limits.conf, such as the number of open files, the number of processes, and stack size to the minimum required based on the Oracle Database 11g Release 2 Server installation requirements
Sets numa=off in the kernel boot parameters for x86_64 machines
https://blogs.oracle.com/linux/entry/oracle_rdbms_server_11gr2_pre
参考文章:http://www.itpub.net/thread-1631367-1-1.html
7).Redhat 6 rhel.repo配置文件
如果是redhat 6,那么rhel.repo配置文件添加的内容如下: