How to install the latest version of Mono and MonoDevelop on Ubuntu?

别说谁变了你拦得住时间么 提交于 2019-12-02 04:36:53

Try the following:

sudo apt-get install libjpeg62-turbo

And if you get:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libjpeg62-turbo is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source E: 
Package 'libjpeg62-turbo' has no installation candidate

Assuming you are on a ARCH 64-bit system, then you can get this package via:

wget http://ftp.br.debian.org/debian/pool/main/libj/libjpeg-turbo/libjpeg62-turbo_1.4.1-2_amd64.deb

Install the deb:

sudo dpkg --install --recursive --auto-deconfigure libjpeg62-turbo_1.4.1-2_amd64.deb 

Now install mono/monodevelop:

sudo apt-get install mono-devel
sudo apt-get install monodevelop

Re: http://sushihangover.github.io/mono-ubuntu-broken/ (disclaimer, this is my blog post)

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