Fedora Linux Support Community & Resources Center
  #1  
Old 8th July 2004, 05:11 AM
Glowing Offline
Registered User
 
Join Date: Jul 2004
Posts: 1
Question About MONO

Hi guys, I'm new here and very very new too about linux esp with linux fundamental.
As you all can see from this link below:
http://mono2.ximian.com/archive/1.0/fedora-2-i386/

Which files I must download exactly?
Btw I still use dial up for my Internet connection thats why I cannot download all files becoz the size can reach up to 50MB.
Is it must to download all files in one package to get MONO work in my system?

Can samoene teach me or just give me some links about what should I do with those files after I download it?

I'm sorry with my dumb questions becoz I dont know the right place to ask

Thanks!
Reply With Quote
  #2  
Old 8th July 2004, 05:15 AM
ilja Offline
Registered User
 
Join Date: Apr 2004
Location: Euregio
Posts: 3,613
you need this :
mono-core-1.0-1.ximian.8.1.i386.rpm
cairo-0.1.23-2.ximian.8.1.i386.rpm
libpixman-0.1.1-0.ximian.7.1.i386.rpm
and if rpm returns an error, you need this :
* icu-2.6.2-1.ximian.11.0.i386.rpm
* libicu-devel-2.6.2-1.ximian.11.0.i386.rpm
* libicu26-2.6.2-1.ximian.11.0.i386.rpm

And optional RPMs for packets you want to install .
You install the packages with
rpm -Uhv packagename.rpm
__________________
--
http://twitter.com/ik12
Reply With Quote
  #3  
Old 8th July 2004, 06:04 AM
kbradl1 Offline
Registered User
 
Join Date: Mar 2004
Posts: 96
I installed mono and found that so many of the RPMs depend on other RPMS that it really makes sense to download them all.

If you want to do something basic, like use monodevelop and monodoc to help you with your code you need # mono-web-forms-1.0-1.ximian.8.1.i386.rpm
which needs # mono-drawing-1.0-1.ximian.8.1.i386.rpm
which depends on
* icu-2.6.2-1.ximian.11.0.i386.rpm
* libicu-devel-2.6.2-1.ximian.11.0.i386.rpm
* libicu26-2.6.2-1.ximian.11.0.i386.rpm
and
* cairo-0.1.23-2.ximian.8.1.i386.rpm
* cairo-devel-0.1.23-2.ximian.8.1.i386.rpm
* libpixman-0.1.1-0.ximian.7.1.i386.rpm
* libpixman-devel-0.1.1-0.ximian.7.1.i386.rpm

and so on....

What I did was downloaded the mono-all package on a fast line and saved it to a usb flash drive. I then took the USB drive home created a local yum repostory on my fedora box and installed it from there. Good luck.
Reply With Quote
  #4  
Old 8th July 2004, 06:08 AM
djf_jeff's Avatar
djf_jeff Offline
Registered User
 
Join Date: Mar 2004
Location: Quebec
Posts: 78
Simply add this to your yum.conf

Code:
[gomono]
name=GoMono
baseurl=http://www.go-mono.com/archive/yum-repository/fedora-2-i386/
And everything is done with yum, dependency include...
__________________
Jeff Saucier (djf_jeff)
Fedora profile
GPG : 0xA9E6E953
Reply With Quote
  #5  
Old 8th July 2004, 12:35 PM
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909
More about Mono here.
Reply With Quote
  #6  
Old 9th July 2004, 12:20 AM
Ug's Avatar
Ug Offline
Retired Community Manager
 
Join Date: Feb 2004
Posts: 2,999
Quote:
Originally Posted by djf_jeff
Simply add this to your yum.conf

Code:
[gomono]
name=GoMono
baseurl=http://www.go-mono.com/archive/yum-repository/fedora-2-i386/
And everything is done with yum, dependency include...
I think you missed the point that he's on a dialup connection. Its just not feasible to download them all at once on a dialup connection before you get disconnected. There's just not enough time.
__________________
gareth@fedoraforum.org
Registered Linux User # 301555
garethrussell.net


Please adhere to the FedoraForum Guidelines.
Reply With Quote
  #7  
Old 9th July 2004, 02:03 AM
djf_jeff's Avatar
djf_jeff Offline
Registered User
 
Join Date: Mar 2004
Location: Quebec
Posts: 78
So a yum feature called cache save some of the rpm that you have downloaded!

At least, with yum he wont have to fight dependancy hell. I dont see the point in not using yum here. If the connection get drop, restart yum and it will not download the already downloaded packages.
__________________
Jeff Saucier (djf_jeff)
Fedora profile
GPG : 0xA9E6E953
Reply With Quote
  #8  
Old 9th July 2004, 03:22 AM
Ug's Avatar
Ug Offline
Retired Community Manager
 
Join Date: Feb 2004
Posts: 2,999
Even with cache Jeff, you'll get corrupted packages when it drops out.

Trust me - I've done it!
__________________
gareth@fedoraforum.org
Registered Linux User # 301555
garethrussell.net


Please adhere to the FedoraForum Guidelines.
Reply With Quote
  #9  
Old 11th July 2004, 10:07 PM
bbj Offline
Registered User
 
Join Date: Jul 2004
Posts: 14
Talking

I'm on a dialup ( 56K if im lucky ) and have just completed downloading the entire FC2 mirrors + updates. It took a while ( work it out 5 Gig at +- 4.5 KB/s ), so its possible. Next Up is extras. This really makes yum work much quicker. All i gotta do now is keep it up to date.

What you need to do is use a download manager that can resume dropped links, like gFTP or rsync. For rsync though, the connecting server needs to run an rsync server.

BBJ
Reply With Quote
  #10  
Old 12th July 2004, 05:28 AM
Viro Offline
Registered User
 
Join Date: Jun 2004
Posts: 114
Quote:
Originally Posted by bbj
I'm on a dialup ( 56K if im lucky ) and have just completed downloading the entire FC2 mirrors + updates. It took a while ( work it out 5 Gig at +- 4.5 KB/s ), so its possible. Next Up is extras. This really makes yum work much quicker. All i gotta do now is keep it up to date.

BBJ
Dude, you seriously need professional help
Reply With Quote
Reply

Tags
mono

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mono 2.6 an beyond Demz Fedora Focus 5 8th January 2009 01:58 AM
Mono silentgnome Using Fedora 0 18th August 2008 11:32 PM
mono Novell vs mono Fedora deadkenny Using Fedora 0 1st October 2007 02:56 AM
Mono and DC++ Skinney Fedora Focus 1 11th June 2006 07:10 PM
Mono BrokenKingpin Programming & Packaging 1 11th October 2005 09:49 PM


Current GMT-time: 03:21 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat