How to install Xvfb (X virtual framebuffer) on Redhat 6.5?

后端 未结 2 1736
时光说笑
时光说笑 2021-01-01 22:35

I have tried to install the Xvfb on red-hat 6.5 using

yum -y install xorg-x11-server-Xvfb

but it is not installed and it is giving msg th

相关标签:
2条回答
  • 2021-01-01 23:08

    The xorg-x11-server-Xvfb package is officially available from RedHat for RHEL 6 and RHEL 7 under the Optional channel (RHEL Workstation Optional, or RHEL Server Optional).

    From the comments: To enable the optional repo: subscription-manager repos --enable rhel-7-server-optional-rpms and then you can install the package with yum install xorg-x11-server-Xvfb

    0 讨论(0)
  • 2021-01-01 23:28

    I was able to download the RPM and then install it locally after reading this article

     wget http://vault.centos.org/6.2/os/x86_64/Packages/xorg-x11-server-Xvfb-1.10.4-6.el6.x86_64.rpm
     yum localinstall xorg-x11-server-Xvfb-1.10.4-6.el6.x86_64.rpm
    
    0 讨论(0)
提交回复
热议问题