[MonoDevelop] Monodevelop New and need help

Peter Murdoch piandtheradians at gmail.com
Thu Mar 22 03:04:43 UTC 2012


Ralph,

Debian has a mono-complete package that should give you all you need.
You may prefer to point your repo to wheezy instead of squeeze for
more current builds.

Use synaptic if you want to browse the package offerings from a gui,
and apt-cache search for locating packages from a terminal.

I run both ubuntu and debian and don't find them too remarkably different.

Good luck :)

On 3/21/12, monodevelop-list-request at lists.ximian.com
<monodevelop-list-request at lists.ximian.com> wrote:
> Send Monodevelop-list mailing list submissions to
> 	monodevelop-list at lists.ximian.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.ximian.com/mailman/listinfo/monodevelop-list
> or, via email, send a message with subject or body 'help' to
> 	monodevelop-list-request at lists.ximian.com
>
> You can reach the person managing the list at
> 	monodevelop-list-owner at lists.ximian.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Monodevelop-list digest..."
>
>
> Today's Topics:
>
>    1. New and need help pls (Ralph Krausse)
>    2. Re: New and need help pls (Doug Blank)
>    3. Re: New and need help pls (Ralph Krausse)
>    4. Re: New and need help pls (Doug Blank)
>    5. Re: New and need help pls (Dale E. Moore)
>    6. Re: New and need help pls (Ralph Krausse)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 21 Mar 2012 08:42:16 -0400
> From: "Ralph Krausse" <gordingin at consiliumsoft.com>
> To: <monodevelop-list at lists.ximian.com>
> Subject: [MonoDevelop] New and need help pls
> Message-ID: <014401cd0760$0c8ca090$25a5e1b0$@com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi all,
>
>
>
>                 Just joined the group. I am a Mono and Linux newbie so pls
> go easy on me. I installed Debian on a VM. Now I wanted to install Mono and
> develop some ideas I have. To install Mono (I suspect just the runtime), I
> ran Terminal and entered ' apt-get install mono-devel '. It went off and
> downloaded and installed a slew of stuff. Then I figured to develop, I need
> the IDE so I downloaded the deb file from
> http://packages.debian.org/wheezy/all/monodevelop/download. But when I run
> the package, I get the following error:
>
>
>
> Error: Dependency is not satisfiable: mono-runtime (>= 2.10.1)
>
>
>
>                 Now, looking at what was installed during the runtime
> installed, I see it only installed .NET 1.1 and .NET 2.0 so the mono develop
> install makes sense, it needs .NET 3.x installed.
>
>
>
>                 First I am I reading that correctly? Second, how do I
> installed .NET 3.x, I do see that is released. Or am I doing this all wrong?
>
>
>
>                 Any help would be appreciated, I am under the gun to get
> something done.
>
> thx
>
> Ralph
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20120321/661bb8c8/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 21 Mar 2012 09:21:37 -0400
> From: Doug Blank <doug.blank at gmail.com>
> To: Ralph Krausse <gordingin at consiliumsoft.com>
> Cc: monodevelop-list at lists.ximian.com
> Subject: Re: [MonoDevelop] New and need help pls
> Message-ID:
> 	<CAAusYCjkk7gintcdfGrJqXSjKq5tb0PzpDPc6sm8a4_hC7piiw at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Wed, Mar 21, 2012 at 8:42 AM, Ralph Krausse
> <gordingin at consiliumsoft.com> wrote:
>> Hi all,
>>
>>
>>
>> ??????????????? Just joined the group. I am a Mono and Linux newbie so pls
>> go easy on me. I installed Debian on a VM. Now I wanted to install Mono
>> and
>> develop some ideas I have. To install Mono (I suspect just the runtime), I
>> ran Terminal and entered ' apt-get install mono-devel '. It went off and
>> downloaded and installed a slew of stuff. Then I figured to develop, I
>> need
>> the IDE so I downloaded the deb file from
>> http://packages.debian.org/wheezy/all/monodevelop/download. But when I run
>> the package, I get the following error:
>>
>>
>>
>> Error: Dependency is not satisfiable: mono-runtime (>= 2.10.1)
>
> So the MonoDevelop that you downloaded needs Mono 2.10.1 or greater.
> So, the Mono you installed must be less that that.
>
> Can you not install MonoDevelop through apt-get too? That should be a
> compatible version.
>
> If not, you need to find a MonoDevelop for your Mono version, or
> install a Mono version that is 2.10.1 or greater.
>
> Hope that helps!
>
> -Doug
>
>> ??????????????? Now, looking at what was installed during the runtime
>> installed, I see it only installed .NET 1.1 and .NET 2.0 so the mono
>> develop
>> install makes sense, it needs .NET 3.x installed.
>>
>>
>>
>> ??????????????? First I am I reading that correctly? Second, how do I
>> installed .NET 3.x, I do see that is released. Or am I doing this all
>> wrong?
>>
>>
>>
>> ??????????????? Any help would be appreciated, I am under the gun to get
>> something done.
>>
>> thx
>>
>> Ralph
>>
>>
>>
>>
>> _______________________________________________
>> Monodevelop-list mailing list
>> Monodevelop-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 21 Mar 2012 09:27:07 -0400
> From: "Ralph Krausse" <gordingin at consiliumsoft.com>
> To: "'Doug Blank'" <doug.blank at gmail.com>
> Cc: monodevelop-list at lists.ximian.com
> Subject: Re: [MonoDevelop] New and need help pls
> Message-ID: <015401cd0766$52b19200$f814b600$@com>
> Content-Type: text/plain;	charset="iso-8859-1"
>
> Thanks for confirming what I thought. I need .NET 3.x installed, how do I do
> that? and how would I uninstall my current stuff?
>
> thx
> Ralph
>
> -----Original Message-----
> From: Doug Blank [mailto:doug.blank at gmail.com]
> Sent: Wednesday, March 21, 2012 9:22 AM
> To: Ralph Krausse
> Cc: monodevelop-list at lists.ximian.com
> Subject: Re: [MonoDevelop] New and need help pls
>
> On Wed, Mar 21, 2012 at 8:42 AM, Ralph Krausse <gordingin at consiliumsoft.com>
> wrote:
>> Hi all,
>>
>>
>>
>> ??????????????? Just joined the group. I am a Mono and Linux newbie so
>> pls go easy on me. I installed Debian on a VM. Now I wanted to install
>> Mono and develop some ideas I have. To install Mono (I suspect just
>> the runtime), I ran Terminal and entered ' apt-get install mono-devel
>> '. It went off and downloaded and installed a slew of stuff. Then I
>> figured to develop, I need the IDE so I downloaded the deb file from
>> http://packages.debian.org/wheezy/all/monodevelop/download. But when I
>> run the package, I get the following error:
>>
>>
>>
>> Error: Dependency is not satisfiable: mono-runtime (>= 2.10.1)
>
> So the MonoDevelop that you downloaded needs Mono 2.10.1 or greater.
> So, the Mono you installed must be less that that.
>
> Can you not install MonoDevelop through apt-get too? That should be a
> compatible version.
>
> If not, you need to find a MonoDevelop for your Mono version, or install a
> Mono version that is 2.10.1 or greater.
>
> Hope that helps!
>
> -Doug
>
>> ??????????????? Now, looking at what was installed during the runtime
>> installed, I see it only installed .NET 1.1 and .NET 2.0 so the mono
>> develop install makes sense, it needs .NET 3.x installed.
>>
>>
>>
>> ??????????????? First I am I reading that correctly? Second, how do I
>> installed .NET 3.x, I do see that is released. Or am I doing this all
> wrong?
>>
>>
>>
>> ??????????????? Any help would be appreciated, I am under the gun to
>> get something done.
>>
>> thx
>>
>> Ralph
>>
>>
>>
>>
>> _______________________________________________
>> Monodevelop-list mailing list
>> Monodevelop-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>
>
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 21 Mar 2012 09:57:46 -0400
> From: Doug Blank <doug.blank at gmail.com>
> To: Ralph Krausse <gordingin at consiliumsoft.com>
> Cc: monodevelop-list at lists.ximian.com
> Subject: Re: [MonoDevelop] New and need help pls
> Message-ID:
> 	<CAAusYCgKPtzjtQEoJPz5BPS0DcnY7xyksHdXWMEpuWOJ_annAg at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Wed, Mar 21, 2012 at 9:27 AM, Ralph Krausse
> <gordingin at consiliumsoft.com> wrote:
>> Thanks for confirming what I thought. I need .NET 3.x installed, how do I
>> do
>> that? and how would I uninstall my current stuff?
>
> I don't use Debian, so I can't help with the details. But in general,
> you can either find a mono 2.10 deb file, or install Mono from source
> (ooow, that sounds painful).
>
> Of course, you don't necessarily need MonoDevelop... you can write and
> compile C# code without it, and Mono 2.6.7 (or whatever you have) can
> do that pretty well. Or, you can also develop on another machine, and
> move the DLLs over to your Debian box. These DLLs are pretty portable
> (works across Windows, Mac, and Linux), if you write them
> appropriately.
>
> -Doug
>
>> thx
>> Ralph
>>
>> -----Original Message-----
>> From: Doug Blank [mailto:doug.blank at gmail.com]
>> Sent: Wednesday, March 21, 2012 9:22 AM
>> To: Ralph Krausse
>> Cc: monodevelop-list at lists.ximian.com
>> Subject: Re: [MonoDevelop] New and need help pls
>>
>> On Wed, Mar 21, 2012 at 8:42 AM, Ralph Krausse
>> <gordingin at consiliumsoft.com>
>> wrote:
>>> Hi all,
>>>
>>>
>>>
>>> ??????????????? Just joined the group. I am a Mono and Linux newbie so
>>> pls go easy on me. I installed Debian on a VM. Now I wanted to install
>>> Mono and develop some ideas I have. To install Mono (I suspect just
>>> the runtime), I ran Terminal and entered ' apt-get install mono-devel
>>> '. It went off and downloaded and installed a slew of stuff. Then I
>>> figured to develop, I need the IDE so I downloaded the deb file from
>>> http://packages.debian.org/wheezy/all/monodevelop/download. But when I
>>> run the package, I get the following error:
>>>
>>>
>>>
>>> Error: Dependency is not satisfiable: mono-runtime (>= 2.10.1)
>>
>> So the MonoDevelop that you downloaded needs Mono 2.10.1 or greater.
>> So, the Mono you installed must be less that that.
>>
>> Can you not install MonoDevelop through apt-get too? That should be a
>> compatible version.
>>
>> If not, you need to find a MonoDevelop for your Mono version, or install a
>> Mono version that is 2.10.1 or greater.
>>
>> Hope that helps!
>>
>> -Doug
>>
>>> ??????????????? Now, looking at what was installed during the runtime
>>> installed, I see it only installed .NET 1.1 and .NET 2.0 so the mono
>>> develop install makes sense, it needs .NET 3.x installed.
>>>
>>>
>>>
>>> ??????????????? First I am I reading that correctly? Second, how do I
>>> installed .NET 3.x, I do see that is released. Or am I doing this all
>> wrong?
>>>
>>>
>>>
>>> ??????????????? Any help would be appreciated, I am under the gun to
>>> get something done.
>>>
>>> thx
>>>
>>> Ralph
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Monodevelop-list mailing list
>>> Monodevelop-list at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>>
>>
>>
>>
>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 21 Mar 2012 09:04:08 -0500
> From: "Dale E. Moore" <daleemoore at gmail.com>
> To: Doug Blank <doug.blank at gmail.com>
> Cc: monodevelop-list at lists.ximian.com
> Subject: Re: [MonoDevelop] New and need help pls
> Message-ID:
> 	<CAEXgcDO2V1uXFn8Tiatrhm1QDzx3N+zBfGvoC+vs_S6uH4ZbUA at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
>>
>> On Wed, Mar 21, 2012 at 9:27 AM, Ralph Krausse
>> <gordingin at consiliumsoft.com> wrote:
>> Thanks for confirming what I thought. I need .NET 3.x installed, how do I
>> do
>> that? and how would I uninstall my current stuff?
>>
>
> The latest http://Ubuntu.Com distributions have more recent mono support.
> Since you're using VMs you might consider Ubuntu version 12.04 pre-release
> or version 11.10.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20120321/9f2938ee/attachment-0001.html>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 21 Mar 2012 10:11:44 -0400
> From: "Ralph Krausse" <gordingin at consiliumsoft.com>
> To: "'Dale E. Moore'" <daleemoore at gmail.com>, "'Doug Blank'"
> 	<doug.blank at gmail.com>
> Cc: monodevelop-list at lists.ximian.com
> Subject: Re: [MonoDevelop] New and need help pls
> Message-ID: <015b01cd076c$8c5b52b0$a511f810$@com>
> Content-Type: text/plain; charset="us-ascii"
>
> so that is for ubuntu only? I know, I do have to ask :) Unfortunately I am
> locked into Debian.
>
>
>
> From: Dale E. Moore [mailto:daleemoore at gmail.com]
> Sent: Wednesday, March 21, 2012 10:04 AM
> To: Doug Blank
> Cc: Ralph Krausse; monodevelop-list at lists.ximian.com
> Subject: Re: [MonoDevelop] New and need help pls
>
>
>
> On Wed, Mar 21, 2012 at 9:27 AM, Ralph Krausse
> <gordingin at consiliumsoft.com> wrote:
> Thanks for confirming what I thought. I need .NET 3.x installed, how do I do
> that? and how would I uninstall my current stuff?
>
>
>
> The latest http://Ubuntu.Com distributions have more recent mono support.
> Since you're using VMs you might consider Ubuntu version 12.04 pre-release
> or version 11.10.
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20120321/ca28a2b6/attachment.html>
>
> ------------------------------
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
> End of Monodevelop-list Digest, Vol 83, Issue 17
> ************************************************
>

-- 
Sent from my mobile device


More information about the Monodevelop-list mailing list