Find the answer to your Linux question:
Results 1 to 5 of 5
Hai to all.... I am Currently Using Linux Suse 10.1 and i wanted to convert a windows application running on Windows XP os to Linux OS.... So i ve downloaded ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    8

    Linux - Mono installation issues

    Hai to all....

    I am Currently Using Linux Suse 10.1 and i wanted to convert a windows application running on Windows XP os to Linux OS....
    So i ve downloaded Mono for Open Suse 10.1 x86 32 bit ...
    But i am not able to install mono on it....
    Any one there to help me get this thing done?
    Kindly do the needful.... i think i ve given appropriate Information... If any other information required kindly let me know........

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Have you tried to install it through Yast Package Manger?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Posts
    8
    Quote Originally Posted by devils casper View Post
    Have you tried to install it through Yast Package Manger?
    No.. actuaaly it is confusing for me to install it thru Yast.. does it require internet connection ?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Yes. Your machine must have internet connection for that.
    If your machine doesn't have internet access then open Terminal/Konsole and cd to folder where you downloaded Mono.
    Execute this
    Code:
    cd <folder>
    su 
    rpm -Uvh <mono_package>
    Post exact error message here, if any.
    Its a bit complicated to install packages without internet access coz of dependency problems.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Mar 2008
    Posts
    8
    Quote Originally Posted by devils casper View Post
    Yes. Your machine must have internet connection for that.
    If your machine doesn't have internet access then open Terminal/Konsole and cd to folder where you downloaded Mono.
    Execute this
    Code:
    cd <folder>
    su 
    rpm -Uvh <mono_package>
    Post exact error message here, if any.
    Its a bit complicated to install packages without internet access coz of dependency problems.
    I have downloaded these files
    1.devtools.zip
    2.gtk-sharp-1.0.zip
    3.gtk-sharp-2.0.zip
    4.mono.zip
    5.monodevelop.zip
    6.webserver.zip


    Kindly help me through this. is there any particular order in installing the files i have downloaded?

    when i tried to unzip one by one and tried installing it, it is showing following errors.....


    // While installing gtk-sharp-2.0.rpm
    linux-hcl:/windows/G/Test # rpm -Uvh *.rpm
    Preparing... ########################################### [100%]
    1:glib-sharp2 ########################################### [ 7%]
    error: unpacking of archive failed on file /usr/lib/mono/gac/glib-sharp/2.8.0.0__35e10195dab3c99f/glib-sharp.dll;47e8dbb8: cpio: write failed

    - No space left on device
    2:gtk-sharp2 ########################################### [ 14%]
    error: unpacking of archive failed on file /usr/lib/libgdksharpglue-2.so;47e8dbb8: cpio: write failed - No space left on device
    3:art-sharp2 ########################################### [ 21%]
    error: unpacking of archive failed on file /usr/lib/mono/gac/art-sharp/2.8.0.0__35e10195dab3c99f/art-sharp.dll;47e8dbb8: cpio: open failed -

    No space left on device
    4:glade-sharp2 ########################################### [ 29%]
    error: unpacking of archive failed on file /usr/lib/mono/gac/glade-sharp/2.8.0.0__35e10195dab3c99f/glade-sharp.dll;47e8dbb8: cpio: write

    failed - No space left on device
    5:gnome-vfs-sharp2 Segmentation fault
    ================================================== ================================================== =========
    // While installing devtools.zip
    error: Failed dependencies: mono(System.Core) = 3.5.0.0 is needed by boo-0.8.1.2865-0.novell.noarch
    mozilla is needed by gecko-sharp-0.6-1.novell.noarch
    mono(System.Management) = 1.0.5000.0 is needed by ikvm-0.36.0.5-1.novell.noarch
    mono(System.Core) = 3.5.0.0 is needed by mono-tools-1.9-3.novell.noarch
    mono(nunit.core) = 2.2.0.0 is needed by mono-tools-1.9-3.novell.noarch
    mono(nunit.util) = 2.2.0.0 is needed by mono-tools-1.9-3.novell.noarch
    mono(Microsoft.Build.Engine) = 2.0.0.0 is needed by nant-0.86_beta1-0.novell.noarch
    mono(Microsoft.Build.Framework) = 2.0.0.0 is needed by nant-0.86_beta1-0.novell.noarch
    mono(Microsoft.Build.Utilities) = 2.0.0.0 is needed by nant-0.86_beta1-0.novell.noarch
    ================================================== ================================================== =========
    //While installing mono.zip
    linux-hcl:/windows/G/Test # rpm -Uvh *.rpm
    error: Failed dependencies:
    helix-banshee <= 0.13.1 conflicts with
    mono-core-1.9-5.novell.i586
    banshee <= 0.13.1 conflicts with mono-core-1.9-5.novell.i586
    f-spot <= 0.3.5 conflicts with mono-core-1.9-5.novell.i586
    glib2-devel is needed by mono-devel-1.9-5.novell.i586
    ================================================== ================================================== =========
    //while installing monodevelop.zip
    linux-hcl:/windows/G/Test # rpm -Uvh *.rpm
    error: Failed dependencies:
    xsp is needed by monodevelop-1.0-0.novell.noarch
    mono-basic is needed by monodevelop-1.0-0.novell.noarch
    pkgconfig is needed by monodevelop-1.0-0.novell.noarch
    mono(Mono.Addins) = 0.3.0.0 is needed by monodevelop-1.0-0.novell.noarch
    mono(Mono.Addins.Gui) = 0.3.0.0 is needed by monodevelop-1.0-0.novell.noarch
    mono(Mono.Addins.Setup) = 0.3.0.0 is needed by monodevelop-1.0-0.novell.noarch
    mono(gtksourceview-sharp) = 1.0.0.2 is needed by monodevelop-1.0-0.novell.noarch
    mono(monodoc) = 1.0.0.0 is needed by monodevelop-1.0-0.novell.noarch
    boo >= 0.8.1.2865 is needed by monodevelop-boo-1.0-0.novell.noarch
    mono(Boo.Lang) = 2.0.0.0 is needed by monodevelop-boo-1.0-0.novell.noarch
    mono(Boo.Lang.CodeDom) = 2.0.0.0 is needed by monodevelop-boo-1.0-0.novell.noarch
    mono(Boo.Lang.Compiler) = 2.0.0.0 is needed by monodevelop-boo-1.0-0.novell.noarch
    mono(Boo.Lang.Interpreter) = 2.0.0.0 is needed by monodevelop-boo-1.0-0.novell.noarch
    mono(Boo.Lang.Parser) = 2.0.0.0 is needed by monodevelop-boo-1.0-0.novell.noarch
    mono(System.Core) = 3.5.0.0 is needed by monodevelop-boo-1.0-0.novell.noarch
    mono(gtksourceview-sharp) = 1.0.0.2 is needed by monodevelop-boo-1.0-0.novell.noarch
    mono-data-postgresql is needed by monodevelop-database-1.0-0.novell.noarch
    mono-data-sybase is needed by monodevelop-database-1.0-0.novell.noarch
    mono(Mono.Addins) = 0.3.0.0 is needed by monodevelop-database-1.0-0.novell.noarch
    mono(Npgsql) = 2.0.0.0 is needed by monodevelop-database-1.0-0.novell.noarch
    mono(System.Configuration.Install) = 2.0.0.0 is needed by monodevelop-database-1.0-0.novell.noarch
    mono(gtksourceview-sharp) = 1.0.0.2 is needed by monodevelop-database-1.0-0.novell.noarch
    ikvm is needed by monodevelop-java-1.0-0.novell.noarch
    mono(Mono.Addins) = 0.3.0.0 is needed by monodevelop-java-1.0-0.novell.noarch
    ================================================== ================================================== =========

Posting Permissions

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