虚拟化容器,大数据,DBA,中间件,监控。

如何使用yum给Xen Server装上GCC

13 11月
作者:admin|分类:容器虚拟化

在默认情况下,Xen Server不允许利用yum自动安装GCC,这让我们在服务器上安装、

编译一些程序的时候很麻烦!有没什么方法能安装?


By default CentOS base repositories won’t be configured on XenServer. To compile and install nagios/bacula or any other app on server you might end up searching for compiler tools like gcc etc.

Here is a simple way to enable base repo and install gcc on your XenServer.

yum --enablerepo=base install gcc

This will enable the base repository and pull the required packages for gcc.


浏览2497 评论0
返回
目录
返回
首页
XenServer yum gcc 通过yum 安装软件。 QOMO Linux 4 编译 kernel-3.6.6 成功