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 */xhost
Loaded plugins: refresh-packagekit, security, ulninfo
xorg-x11-server-utils-7.7-14.el6.x86_64 : X.Org X11 X server utilities
Repo        : public_ol6_latest
Matched from:
Filename    : /usr/bin/xhost

3. yum安裝xorg-x11-server-utils-7.7-14.el6.x86_64包

[root@11GR2-test ~]# yum install -y xorg-x11-server-utils-7.7-14.el6.x86_64
Loaded plugins: refresh-packagekit, security, ulninfo
Setting up Install Process
Resolving 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 Resolution
Dependencies Resolved

==================================================================
 Package                                       Arch                           Version                                  Repository                                 Size
==================================================================
Installing:
 xorg-x11-server-utils                         x86_64                         7.7-14.el6                               public_ol6_latest                         156 k
Installing 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 k

Transaction Summary
====================================================================
Install       3 Package(s)

Total download size: 246 k
Installed size: 548 k
Downloading Packages:
------------------------------------------------------------------------------------------------------------------------------------
Total                                                 11 MB/s | 246 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running 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

多一次嘗試,多一份希望 加油!


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM