PDA

View Full Version : How to install X2Go on CentOS 6 ? says "Requires: pwgen"



Fli
03-14-2016, 09:29 PM
How to install X2Go on CentOS server?

I found its about setting up X2go repository file:
wget -O /etc/yum.repos.d/x2go.repo http://packages.x2go.org/epel/x2go.repo

then install:
yum install x2goserver

But it says:


Error: Package: x2goserver-4.0.1.19-0.0x2go2.1.git20160126.1064.main.el6.x86_64 (x2go-release-epel)
Requires: pwgen

What is the way out? When "--skip-broken" is used, it is interupted with many problems: "Packages skipped because of dependency problems:"

imort
06-03-2016, 01:20 PM
But it says:


Error: Package: x2goserver-4.0.1.19-0.0x2go2.1.git20160126.1064.main.el6.x86_64 (x2go-release-epel)
Requires: pwgen



All you need is to install 'pwgen' package on your server and then try to run 'yum install x2goserver' again.

Try:

yum install pwgen