Ubuntu Server 从9.10升级到10.04小记

用sudo apt-get dist-upgrade 把服务器升级到Ubuntu Server 10.04版时,遇到了麻烦, 出现了:“Could not perform immediate configuration on 'util-linux'...”之类的错误,用 apt-get -f install 等都没有办法解决这个错误,后来,用下面三步解决了错误:

1、重启服务器,进入安全模式

2、apt-get install dpkg

3、aptitude full-upgrade

当前,Ubuntu 10.04服务器版本身配套的Mono版本为2.4.4,这个版本的Mono对ASP.NET支持得很好,因此,用Ubuntu10.04架设ASP.NET WEB服务器非常方便。

Ubuntu 10.04安装MONO的命令是:

sudo apt-get install mono-devel

由于安装文件上100M,建议Ubuntu源选用国内的,比如163上的源。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wyjywy.html