By Wimmmmm42
Connected Tutorial(This question is a follow-up to this tutorial):
How To Set Up a Remote Desktop with X2Go on CentOS 8When trying to follow your steps, I bump into this issue:
dnf install -y x2goserver
Last metadata expiration check: 0:00:46 ago on Tue 15 Dec 2020 03:12:22 PM UTC.
Error:
Problem: conflicting requests
- nothing provides perl(File::BaseDir) needed by x2goserver-4.1.0.3-9.el8.x86_64
- nothing provides sshfs needed by x2goserver-4.1.0.3-9.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Where to find/install perl(File::BaseDir) ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @Wimmmmm42,
It seems you’ll need to enable the PowerTools epel repo. To do that, execute the following on your Droplet
sudo dnf -y install dnf-plugins-core
Then once you have the DNF Plugins installed, if you didn’t have them before that run :
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
After it has finished you can execute:
sudo dnf config-manager --set-enabled PowerTools
After it has finished try again to install x2goserver
Regards, KFSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.