远程使用x-manager中Xstart工具报缺少xterm包错误

来源:互联网 发布:java wait 当前线程 编辑:程序博客网 时间:2024/05/17 05:04

操作系统:CentOS 7

安装oracle版本:Oracle12C 12.1.0.1

 

使用X-Manager中Xstart工具可以实现远程调用图形化界面,所以使用该工具远程连接linux系统。

方法一:

(1)、配置yum

(2)、yum安装包

[root@hyldb scripts]# yum install -y xterm

[plain] view plain copy
  1. Loaded plugins: fastestmirror, langpacks  
  2. Loading mirror speeds from cached hostfile  
  3. Resolving Dependencies  
  4. --> Running transaction check  
  5. ---> Package xterm.x86_64 0:295-3.el7 will be installed  
  6. --> Processing Dependency: libXaw.so.7()(64bit) for package: xterm-295-3.el7.x86_64  
  7. --> Running transaction check  
  8. ---> Package libXaw.x86_64 0:1.0.11-6.1.el7 will be installed  
  9. --> Finished Dependency Resolution  
  10. Dependencies Resolved  
  11. ==========================================================================================================  
  12.  Package                Arch                   Version                        Repository             Size  
  13. ==========================================================================================================  
  14. Installing:  
  15.  xterm                  x86_64                 295-3.el7                      debug                 455 k  
  16. Installing for dependencies:  
  17.  libXaw                 x86_64                 1.0.11-6.1.el7                 debug                 189 k   
  18. Transaction Summary  
  19. ==========================================================================================================  
  20. Install  1 Package (+1 Dependent package)  
  21. Total download size: 644 k  
  22. Installed size: 1.7 M  
  23. Downloading packages:  
  24. ----------------------------------------------------------------------------------------------------------  
  25. Total                                                                      11 MB/s | 644 kB  00:00:00       
  26. Running transaction check  
  27. Running transaction test  
  28. Transaction test succeeded  
  29. Running transaction  
  30.   Installing : libXaw-1.0.11-6.1.el7.x86_64                                                           1/2   
  31.   Installing : xterm-295-3.el7.x86_64                                                                 2/2   
  32.   Verifying  : libXaw-1.0.11-6.1.el7.x86_64                                                           1/2   
  33.   Verifying  : xterm-295-3.el7.x86_64                                                                 2/2    
  34. Installed:  
  35.   
  36.   xterm.x86_64 0:295-3.el7                                                                               
  37. Dependency Installed:  
  38.   libXaw.x86_64 0:1.0.11-6.1.el7                                                                         Complete!  

方法二:

单独安装rpm包,使用命令rpm –ivh xterm包名

  

安装后,使用x-manager中Xstart工具,远程成功连接,如下:

 

原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。

深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/45021981