使用下面的消息在RHEL 6.1上安装tigervnc-server失败。 一个人推荐安装所有的xorg-x11软件包,但是也提供了相同的信息(下面也是这样)。
我需要添加新的存储库吗? 如果在RHEL上安装另一个版本的VNC,我也可以使用它。
谢谢。
================================================== ==
yum install tigervnc-server Loaded plugins: product-id, refresh-packagekit, subscription-manager Updating Red Hat repositories. Setting up Install Process No package tigervnc-server available. Error: Nothing to do [root@dean-rhel dean]# yum install xorg-x11* Loaded plugins: product-id, refresh-packagekit, subscription-manager Updating Red Hat repositories. Setting up Install Process Nothing to do
你的机器正在看“工作站”存储库吗? 那就是我看到TigerVNC所在的位置:
# yum search -v tigervnc | grep -A1 tigervnc ============================ N/S Matched: tigervnc ============================= tigervnc.x86_64 : A TigerVNC remote display system Repo : rhel-x86_64-workstation-6 -- tigervnc-server.x86_64 : A TigerVNC server Repo : rhel-x86_64-workstation-6 -- tigervnc-server-applet.noarch : Java TigerVNC viewer applet for TigerVNC server Repo : rhel-x86_64-workstation-optional-6 -- tigervnc-server-module.x86_64 : TigerVNC module to Xorg Repo : rhel-x86_64-workstation-optional-6
您的系统没有活动的权利。 向红帽networking注册系统并为其分配一个有效订阅。
看起来不像只是tigervnc-server。
试试yum install tigervnc-server*
我得到tigervnc-server.x86_64作为选项。
希望这可以帮助!