美图齐众专注资阳网站设计 资阳网站制作 资阳网站建设
资阳网站建设公司服务热线:028-86922220

网站建设知识

十年网站开发经验 + 多家企业客户 + 靠谱的建站团队

量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决

CentOS7安装Mono

先配置:

yum install yum-utils
rpm --import "http://keyserver.Ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
yum-config-manager --add-repo http://download.mono-project.com/repo/centos/

配置完后怎么安装呢?上面的地址给了一句话:

Run a package upgrade to upgrade existing packages to the latest available. Then install Mono as described in the Usage section.

查看Usage是这样的:

The package mono-devel should be installed to compile code.

The package mono-complete should be installed to install everything - this should cover most cases of “assembly not found” errors.

The package referenceassemblies-pcl should be installed for PCL compilation support - this will resolve most cases of “Framework not installed: .NETPortable” errors during software compilation.

The package ca-certificates-mono should be installed to get SSL certificates for HTTPS connections. Install this package if you run into trouble making HTTPS connections.

The module mono-xsp4 should be installed for running ASP.NET applications.

那么问题来了,到底怎么安装???其实上面的意思就是这样:

yum upgrade
yum install mono-complete

在长时间的安装之后,通过这个地址的文档来验证安装状态:

http://www.mono-project.com/docs/getting-started/mono-basics/


网站栏目:CentOS7安装Mono
文章起源:http://www.zsjierui.cn/article/dhgsdjh.html

其他资讯