[MonoDevelop] Unsupported Project Type Error

Andreia Gaita shana.ufie at gmail.com
Mon Feb 2 05:23:31 EST 2009


On Mon, Feb 2, 2009 at 8:29 AM, Magic Speller <5ec9-x34v at xemaps.com> wrote:
>
>
> Andreia Gaita wrote:
>>
>> There's a shortcut: just run
>>
>> sudo apt-get build-dep mono-2-0-devel
>>
>
> Andrea,
>
> When I tried that, I got this:
>
> E: You must put some 'source' URIs in your sources.list
>
> I have no idea which URIs to include, or even where to find sources.list....

Google is usually your friend when it comes to these types of errors,
pasting the error message will usually give you the answer in 5
seconds. In any case, edit the file /etc/apt/sources.list (with a root
account) and look for lines starting with "deb http". There's usually
an identical line following it with the only difference being that it
starts with deb-src - these are usually commented (they start with #),
so uncomment these deb-src lines. Then do sudo apt-get update and then
you can do the build-dep command.

---
Andreia


More information about the Monodevelop-list mailing list