OK I had to remove and then installed successfully. Now how do I start? [root@sobolev yum.repos.d]# systemctl start x2goagent Failed to start x2goagent.service: Unit x2goagent.service not found. [root@sobolev yum.repos.d]# systemctl start x2server Failed to start x2server.service: Unit x2server.service not found. [root@sobolev yum.repos.d]# systemctl start x2gocleansessions.service Failed to start x2gocleansessions.service: Unit x2gocleansessions.service not found.
There's nothing to start, just go ahead.
You misspelled x2goserver above - that's the only systemd service we provide. EPEL and Fedora call it x2gocleansessions, but it's just a different name for the same thing. For our upstream packages, it's x2goserver.service.
You don't have to restart it, though. It should already be running.
Just go ahead and retest the session startup.
Hopefully it didn't remove any other needed package. Probably not, though.
rpm -q '*x2go*'
Mihai