Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
hi everybody, i want to build c# (console and windows app.) and asp.net applications on ubuntu 8.10. I have mono-2.2, libgdiplus-2.2, gtk-sharp-2.12.6 and webkit-sharp-0.2 files.I did something like installing mono, ...
  1. #1
    Just Joined!
    Join Date
    Feb 2007
    Posts
    8

    How can i install mono-2.2 on Ubuntu 8.10?

    hi everybody,
    i want to build c# (console and windows app.) and asp.net applications on ubuntu 8.10. I have mono-2.2, libgdiplus-2.2, gtk-sharp-2.12.6 and webkit-sharp-0.2 files.I did something like installing mono, libgdiplus and gtk-sharp but i couldnt find how can i run the mono and building (incorrect installation may be) applications. I especially want GUI applications. Can anyone explain me how can i install and run the mono?

  2. #2
    Linux Newbie
    Join Date
    Feb 2009
    Location
    Third ring of Pergatory
    Posts
    199
    Quote Originally Posted by Aga^^ View Post
    hi everybody,
    i want to build c# (console and windows app.) and asp.net applications on ubuntu 8.10. I have mono-2.2, libgdiplus-2.2, gtk-sharp-2.12.6 and webkit-sharp-0.2 files.I did something like installing mono, libgdiplus and gtk-sharp but i couldnt find how can i run the mono and building (incorrect installation may be) applications. I especially want GUI applications. Can anyone explain me how can i install and run the mono?
    The instructions for mono2.2.
    An easy way to see if mono is least partially installed is to type csharp on the CLI, if your looking at a compilers command line, you did it. If it says bash...you might want to try again.

  3. #3
    Just Joined!
    Join Date
    Feb 2007
    Posts
    8
    ok i found another way
    For Hardy (8.04) or Intrepid (8.10), install the mono-2.0-devel package by pasting the following line into your browser address bar (or using synaptic):

    apt:mono-2.0-devel

    thanks for your help but now i need another help, how can i delete mono-2.2 from my system?

  4. #4
    Linux Newbie
    Join Date
    Feb 2009
    Location
    Third ring of Pergatory
    Posts
    199
    Ubuntu has a package handler, I think it's synaptic. If the name of your old package is in /var/log/packages it should be able to back it out of the system.

  5. #5
    Just Joined!
    Join Date
    Feb 2007
    Posts
    8
    i could not find any file in this directıory
    do you know another thing ?

  6. #6
    Just Joined!
    Join Date
    Feb 2007
    Posts
    8
    i could not find any file in this directıory
    do you know another thing ?

  7. #7
    Linux Newbie
    Join Date
    Feb 2009
    Location
    Third ring of Pergatory
    Posts
    199
    My mistake, Aga, I'm a little slackware oriented to be answering questions about other distros but the only way to learn is to do, slackware stores the data there, ubuntu uses the package manager synaptic here's theproject page

    To remove or 'completely remove' a package
    If that doesn't work give me a shout

  8. #8
    Just Joined!
    Join Date
    Feb 2007
    Posts
    8
    you are right in saying synaptic package manager.But i saw there many files about mono-1.9.1 and a few file more. I could not see any file about mono-2.2 .Which files must i erase?

  9. #9
    Linux Newbie
    Join Date
    Feb 2009
    Location
    Third ring of Pergatory
    Posts
    199
    Quote Originally Posted by Aga^^ View Post
    deletemono-2.2 from my system?
    Why don't you do this...
    Code:
    find / | grep -i mono-2.2
    and see if it's in your system?

  10. #10
    Just Joined!
    Join Date
    Feb 2007
    Posts
    8
    it found only the setup files. But i installed it to my system cause Tomboy and F-Spot applications are not working ( after i installed , somebody told me if you installed mono-2.2 to the ubuntu 8.10 some app.s do not work ) i learned ubuntu 8.10 has a mono on itself for ready and it's version 1.9.1
    what do i do now?

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...