在 Centos 7 上安装 gnome 时遇到问题?

在 Centos 7 上安装 gnome 时遇到问题?

我的环境是 VirtualBox 5.0.8 / Centos 7(64),我从“CentOS-7.0-1406-x86_64-DVD.iso”创建本地存储库“local_centos7”

yum groupinstall "GNOME Desktop"

出现一些错误

Error: Package: systemd-python-208-11.el7.x86_64 (local_centos7)
           Requires: systemd = 208-11.el7
           Installed: systemd-219-19.el7.x86_64 (@base)
               systemd = 219-19.el7
           Available: systemd-208-11.el7.x86_64 (local_centos7)
               systemd = 208-11.el7
Error: Package: libproxy-mozjs-0.4.11-6.el7.x86_64 (local_centos7)
           Requires: libproxy = 0.4.11-6.el7
           Installed: libproxy-0.4.11-8.el7.x86_64 (@base)
               libproxy = 0.4.11-8.el7
           Available: libproxy-0.4.11-6.el7.x86_64 (local_centos7)
               libproxy = 0.4.11-6.el7
Error: Package: cryptsetup-python-1.6.3-2.el7.x86_64 (local_centos7)
           Requires: cryptsetup-libs = 1.6.3-2.el7
           Installed: cryptsetup-libs-1.6.7-1.el7.x86_64 (@base)
               cryptsetup-libs = 1.6.7-1.el7
           Available: cryptsetup-libs-1.6.3-2.el7.x86_64 (local_centos7)
               cryptsetup-libs = 1.6.3-2.el7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

我的平台是X86_64,我已经安装了Installed: libproxy-0.4.11-8.el7.x86_64 (@base),为什么centos7需要libproxy = 0.4.11-6.el7?

Gnome Destop 需要 X86_32 软件包吗?谁能告诉我为什么,非常感谢

相关内容