So, to hopefully end ‘silent’ complains that Mono-D can’t be installed anymore — I just added the instruction step which adds the external repository to the system’s software repository list, again.
You have to execute
sudo add-apt-repository ppa:keks9n/monodevelop-latest
sudo apt-get update
and finally
sudo apt-get install monodevelop-latest
in order to download MonoDevelop 3.x.x. Aptitude should also be usable to download the latest alpha.
13 Comments
after installing monodevelop-latest in ubuntu 12, i try to install D language bindings and get:
the installation failed!
erros found in add-in /usr/lib/monodevelop/AddIns/MonoDevelop.AspNet.Mvc
…
It should be working anyway..
yes indeed. thanks!
Not for me. It gives that error, and then plugin is installed but when i start a new project it says:
System.MissingMethodException: Method not found: ‘MonoDevelop.Projects.ProjectConfiguration.get_ParentItem’.
at MonoDevelop.D.DProjectConfiguration.UpdateGlobalVersionIdentifiers (MonoDevelop.D.DProject prjOverride) [0x00000] in :0
Then you either have to refresh the repo or check your addin repo url again. This stuff has to work.
It doesn’t. Here at home and neither at office.
Here Ubuntu 12.10 at office 12.04 (not me, my colleegue)
Also tried apt-get purge monodevelop and then removed all files from ~/.config & c. and reinstalled.
No way.
Hmm after x (x >1000) tries, now it installs smoothly. Fine
Then I could imagine that it suddenly refreshed the addin definitions. Anyway, congrats that you’ve made it.
Now just wait for further bug fix releases and pleeaaaasssee tell me whether you’ve found some – I’m sure you will
https://github.com/aBothe/Mono-D/issues
W: Failed to fetch http://ppa.launchpad.net/keks9n/monodevelop-latest/ubuntu/dists/precise/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/keks9n/monodevelop-latest/ubuntu/dists/precise/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/keks9n/monodevelop-latest/ubuntu/dists/precise/main/binary-i386/Packages 404 Not Found
I get these errors when trying to run apt-get update on Ubuntu 12.04. Is there a different repository to use for 12?
Some users complained that monodevelop-latest could not be found without adding this repo. Can you install it anyway? Nevertheless it’s the only known repo that provides that package – dunno if Ubuntu has got a special one tho
If you take a look at http://ppa.launchpad.net/keks9n/monodevelop-latest/ubuntu/dists , you’ll notice that there’s no “precise” folder in there – so it seems to be for ubuntu oneiric only – but perhaps I can ask the owner of the repo if he is able to manage to upload it for the latest ubuntu
Now building it for 12.04. Also check monodevelop-appmenu for HUD support.
Thanks!