Advertisement
xtiansimon

yum and x2go

Mar 11th, 2014
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.01 KB | None | 0 0
  1. [root@mrwizard yum.repos.d]# yum repolist
  2. [root@mrwizard yum.repos.d]# yum install x2goclient x2goserver
  3.  
  4. ---
  5. [root@mrwizard yum.repos.d]# yum install x2goclient x2goserver
  6. Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
  7. Loading mirror speeds from cached hostfile
  8.  * base: mirror.ubiquityservers.com
  9.  * centosplus: mirror.es.its.nyu.edu
  10.  * elrepo: repos.mia.lax-noc.com
  11.  * elrepo-extras: repos.mia.lax-noc.com
  12.  * epel: mirrors.einstein.yu.edu
  13.  * epel-source: mirrors.einstein.yu.edu
  14.  * epel-testing: mirrors.einstein.yu.edu
  15.  * extras: mirror.steadfast.net
  16.  * rpmforge: mirror.us.leaseweb.net
  17.  * updates: mirror.anl.gov
  18. 2357 packages excluded due to repository priority protections
  19. Setting up Install Process
  20. Resolving Dependencies
  21. --> Running transaction check
  22. ---> Package x2goclient.i686 0:4.0.1.3-1.el6 will be installed
  23. --> Processing Dependency: nxproxy for package: x2goclient-4.0.1.3-1.el6.i686
  24. --> Processing Dependency: libssh.so.4 for package: x2goclient-4.0.1.3-1.el6.i686
  25. ---> Package x2goserver.i686 0:4.0.1.13-2.el6 will be installed
  26. --> Processing Dependency: x2goagent for package: x2goserver-4.0.1.13-2.el6.i686
  27. --> Processing Dependency: pwgen for package: x2goserver-4.0.1.13-2.el6.i686
  28. --> Processing Dependency: perl(File::ReadBackwards) for package: x2goserver-4.0.1.13-2.el6.i686
  29. --> Processing Dependency: perl(File::BaseDir) for package: x2goserver-4.0.1.13-2.el6.i686
  30. --> Processing Dependency: perl(DBD::SQLite) for package: x2goserver-4.0.1.13-2.el6.i686
  31. --> Processing Dependency: perl(Config::Simple) for package: x2goserver-4.0.1.13-2.el6.i686
  32. --> Processing Dependency: perl(Capture::Tiny) for package: x2goserver-4.0.1.13-2.el6.i686
  33. --> Running transaction check
  34. ---> Package libssh.i686 0:0.5.4-5.el6 will be installed
  35. ---> Package perl-Capture-Tiny.noarch 0:0.23-1.el6 will be installed
  36. ---> Package perl-Config-Simple.noarch 0:4.59-5.1.el6 will be installed
  37. ---> Package perl-DBD-SQLite.i686 0:1.27-3.el6 will be installed
  38. ---> Package perl-File-BaseDir.noarch 0:0.03-13.el6 will be installed
  39. ---> Package perl-File-ReadBackwards.noarch 0:1.04-7.el6 will be installed
  40. ---> Package pwgen.i686 0:2.06-5.el6 will be installed
  41. ---> Package x2goagent.i686 0:3.5.0.22-1.el6 will be installed
  42. --> Processing Dependency: nxagent for package: x2goagent-3.5.0.22-1.el6.i686
  43. ---> Package x2goclient.i686 0:4.0.1.3-1.el6 will be installed
  44. --> Processing Dependency: nxproxy for package: x2goclient-4.0.1.3-1.el6.i686
  45. --> Finished Dependency Resolution
  46. Error: Package: x2goclient-4.0.1.3-1.el6.i686 (epel)
  47.            Requires: nxproxy
  48. Error: Package: x2goagent-3.5.0.22-1.el6.i686 (epel)
  49.            Requires: nxagent
  50.  You could try using --skip-broken to work around the problem
  51.  You could try running: rpm -Va --nofiles --nodigest
  52.  
  53. [root@mrwizard yum.repos.d]# yum repolist
  54. Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
  55. Loading mirror speeds from cached hostfile
  56.  * base: mirror.ubiquityservers.com
  57.  * centosplus: mirror.es.its.nyu.edu
  58.  * elrepo: repos.mia.lax-noc.com
  59.  * elrepo-extras: repos.mia.lax-noc.com
  60.  * epel: mirrors.einstein.yu.edu
  61.  * epel-source: mirrors.einstein.yu.edu
  62.  * epel-testing: mirrors.einstein.yu.edu
  63.  * extras: mirror.steadfast.net
  64.  * rpmforge: mirror.us.leaseweb.net
  65.  * updates: mirror.anl.gov
  66. 2357 packages excluded due to repository priority protections
  67. repo id                     repo name                                                        status
  68. X11_RemoteDesktop_x2go          x2go (replaces NX) (RHEL_6)                                      119+209
  69. adobe-linux-i386                Adobe Systems Incorporated                                       2
  70. base                            CentOS-6 - Base                                                  4,802
  71. centosplus                      CentOS-6 - Plus                                                  32
  72. elrepo                          ELRepo.org Community Enterprise Linux Repository - el6           259+2
  73. elrepo-extras                   ELRepo.org Community Enterprise Linux Extras Repository - el6    6+36
  74. epel                            Extra Packages for Enterprise Linux 6 - i386                     8,607+75
  75. epel-source                     Extra Packages for Enterprise Linux 6 - i386 - Source            0
  76. epel-testing                    Extra Packages for Enterprise Linux 6 - Testing - i386           130+525
  77. extras                          CentOS-6 - Extras                                                12
  78. linuxtech-backports             LinuxTECH.NET el6 backports repo                                 1+32
  79. linuxtech-release               LinuxTECH.NET el6 production repo                                339+805
  80. linuxtech-testing               LinuxTECH.NET el6 testing repo                                   30+67
  81. rpmforge                        RHEL 6 - RPMforge.net - dag                                      3,215+1,510
  82. updates                         CentOS-6 - Updates                                               445
  83. repolist: 17,999
  84. [root@mrwizard yum.repos.d]# exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement