xclock和xhost使用方法

xclock和xhost使用方法

xhost + command not found如下是一个示例:

原本我以为在没有联网的情况下、不能使用yum 的、可能是本地配置了yum 了吧也可以使用

1. [oracle@11GR2-test ~]$ export DISPLAY=192.168.181.128:1在虚拟机中安装ORACLE, 设置完DISPLAY变量后,运行xhost +命令无法找到,明显为xhost相对应的rpm包未安装.用yum命令加参数whatprovides 加xhost查到相对应的包为xorg-x11-server-utils-7.7-14.el6.x86_64,如下图.2. [root@11GR2-test ~]# yum whatprovides */xhostLoaded plugins: refresh-packagekit, security, ulninfoxorg-x11-server-utils-7.7-14.el6.x86_64 : X.Org X11 X server utilitiesRepo : public_ol6_latestMatched from:Filename : /usr/bin/xhost3. yum安装xorg-x11-server-utils-7.7-20.el7.x86_64 包[root@11GR2-test ~]# yum install -y xorg-x11-server-utils-7.7-20.el7.x86_64

Loaded plugins: refresh-packagekit, security, ulninfoSetting up Install ProcessResolving Dependencies--> Running transaction check---> Package xorg-x11-server-utils.x86_64 0:7.7-14.el6 will be installed--> Processing Dependency: mcpp for package: xorg-x11-server-utils-7.7-14.el6.x86_64--> Running transaction check---> Package mcpp.x86_64 0:2.7.2-4.1.el6 will be installed--> Processing Dependency: libmcpp.so.0()(64bit) for package: mcpp-2.7.2-4.1.el6.x86_64--> Running transaction check---> Package libmcpp.x86_64 0:2.7.2-4.1.el6 will be installed--> Finished Dependency ResolutionDependencies Resolved================================================================== Package Arch Version Repository Size==================================================================Installing: xorg-x11-server-utils x86_64 7.7-14.el6 public_ol6_latest 156 kInstalling for dependencies: libmcpp x86_64 2.7.2-4.1.el6 public_ol6_latest 68 k mcpp x86_64 2.7.2-4.1.el6 public_ol6_latest 23 kTransaction Summary====================================================================Install 3 Package(s)Total download size: 246 kInstalled size: 548 kDownloading Packages:------------------------------------------------------------------------------------------------------------------------------------Total 11 MB/s | 246 kB 00:00 Running rpm_check_debugRunning Transaction TestTransaction Test SucceededRunning Transaction Installing : libmcpp-2.7.2-4.1.el6.x86_64 1/3 Installing : mcpp-2.7.2-4.1.el6.x86_64 2/3 Installing : xorg-x11-server-utils-7.7-14.el6.x86_64 3/3 Verifying : xorg-x11-server-utils-7.7-14.el6.x86_64 1/3 Verifying : libmcpp-2.7.2-4.1.el6.x86_64 2/3 Verifying : mcpp-2.7.2-4.1.el6.x86_64 3/3 Installed: xorg-x11-server-utils.x86_64 0:7.7-14.el6 Dependency Installed: libmcpp.x86_64 0:2.7.2-4.1.el6 mcpp.x86_64 0:2.7.2-4.1.el6 Complete!4. 安装完xorg-x11-server-utils-7.7-14.el6.x86_64包后,产生了xhost +[oracle@11GR2-test ~]$ xhost +access control disabled, clients can connect from any host

5.配置DISPLAY

export DISPLAY=192.168.1.200:0.0

[root@oracle11 ~]# export DISPLAY=192.168.1.200:0.0

[root@oracle11 ~]# xhost +access control disabled, clients can connect from any host

相关推荐