如何在 Ubuntu 10.10 (Marevick) 上安装和运行 Monodevelop 2.4.1?
我需要 .NET 4.0,但无法找到允许我安装版本 2.4.1 和必要依赖项的 PPA。
I need .NET 4.0 but I was unable do find a PPA that allows me to install version 2.4.1 and the necessary dependencies.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我是这样做的:
使用此处的脚本构建 2.8.2:
然后安装启动板
- https://launchpad.net/ubuntu/maverick/i386/monodevelop/ 2.4+dfsg-3ubuntu2
然后在 monodevelop 中:
编辑->首选项-> .Net Runtime 并添加新源
这有效吗?
Here's how I did it:
build the 2.8.2 from using the the script here:
and then installed the launchpad
- https://launchpad.net/ubuntu/maverick/i386/monodevelop/2.4+dfsg-3ubuntu2
and then in monodevelop:
Edit -> Preferences -> .Net Runtime and add the new source
Did that work?
另一个选择是使用这个 deb-package
http ://blog.fusonic.net/2010/10/mono-2-8-parallel-environment-debianubuntu-package/
Another option is to use this deb-package
http://blog.fusonic.net/2010/10/mono-2-8-parallel-environment-debianubuntu-package/
目前,我认为使用最新版本的最佳方法是始终使用推荐的平台。就我而言,我想在 Linux 上使用它进行测试。该选项是使用调整最新 Open Suse 稳定版本的虚拟机。重点 :)。
Currently I think the best way to work with the latest build is to use always on of the recommended platforms. In my case I want to use it on Linux for test purposes. The option was to work with a virtual machine tuning the latest Open Suse stable release. Focus :).