When 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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi @Wimmmmm42,
It seems you’ll need to enable the PowerTools epel repo. To do that, execute the following on your Droplet
Then once you have the DNF Plugins installed, if you didn’t have them before that run :
After it has finished you can execute:
After it has finished try again to install x2goserver
Regards, KFSys