Access to the path “/etc/mono/registry” is denied

偶尔善良 提交于 2019-11-30 05:39:32
peter

Turns out simply creating the folder using mkdir

sudo mkdir /etc/mono/registry

and setting the right permissions using chmod

sudo chmod uog+rw /etc/mono/registry

does the trick.

However I still don't understand where such a folder is hidden in Ubuntu and why it doesn't need to be created there, as well as why it isn't created automatically during the installation.

You can set MONO_REGISTRY_PATH to point to a directory that you control:

bash mkdir my-registry MONO_REGISTRY_PATH=`pwd`/my-registry xsp4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!