-
-
Notifications
You must be signed in to change notification settings - Fork 345
Installing CKAN on Fedora
HebaruSan edited this page Jun 7, 2019
·
20 revisions
Install the latest version of Mono:
sudo yum install mono-complete
CKAN requires libcurl to download mods:
yum install libcurl-devel
Double click ckan.exe. If the OS asks you for a program to open it with, type mono
.
Or use the shell to start CKAN with:
mono ckan.exe
See SSL certificate errors if you encounter errors related to certificates.
If your system is in a non-English locale (for example Cyrillic), then CKAN may fail with this error:
Unhandled Exception:
System.NotSupportedException: CodePage 866 not supported
To remedy that run CKAN with a forced neutral locale:
LANG=C mono ckan.exe
Contact us on the KSP forum or on our Discord server