我在尝试升级 Mono 时遇到了一些问题
我已将 deb 添加到 sources.listhttp://badgerports.org清晰的主
尝试升级,似乎运行良好,但我得到
mono -V
Mono JIT compiler version 2.4 (tarball Fri Oct 2 12:47:18 CEST 2009)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
当我再次执行时,我说已经是最新版本。
# apt-get install mono-runtime mono-2.0-devel
Reading package lists... Done
Building dependency tree
Reading state information... Done
mono-runtime is already the newest version.
mono-2.0-devel is already the newest version.
The following packages were automatically installed and are no longer required:
python-rpm rpm python-urlgrabber
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
有人对如何修复这个问题有什么建议吗?
我试过
apt-get purge mono-runtime mono-2.0-devel
并重新安装但版本仍是相同的
答案1
如果你想知道为什么它没有升级到 2.8,答案是这个问题有你的答案。