Hello I’ve tried for days now to find a way to downgrade Mono to version 4.8 but can’t find a way to do that on centos
I’ve tried to run “yum downgrade mono-complete” but does not work
Hi @mirrox! Your issue doesn’t appear to be related to FiveM Client or Server. If you’re having an issue with a resource or plugin, please post inside the thread of which you got them from
Hi,
You need to download the .rpm file and install it.
wget http://download.mono-project.com/repo/centos7/m/mono-core/${your_mono_version}
yum install ${your_mono_version}
for uninstall, use these commands:
yum remove mono-runtime
yum remove mono-complete
yum autoremove
1 Like
Why don’t you just use nano?
yum install nano -y
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.