Fedora Linux Support Community & Resources Center
  #1  
Old 9th December 2007, 03:12 AM
lucky21 Offline
Registered User
 
Join Date: Dec 2006
Posts: 76
Talking Download all Packages

Is there anywhere I can download all "I mean all" of the packages for fedora core 7, 8. I want to create LiveCDs and I can't use my DVD for the source because it doesn't have all of the required files to create the LiveCD. I always have to resort to using my slow connection.

Anyone? ANyone? I don't care if its 4 gigs, thats fine. I want it. Whatever I can make into an .iso and use for a source. Im good with that! Thank you!
__________________
Dell Latitude | X300
1.1GiB Memory
Intel Pentium M Processor 1.40GHz
34 Gig Hard Drive
--------------------------------------------------
Fedora 8 x86
Kernel Linux 2.6.23.8-63.fc8
Reply With Quote
  #2  
Old 9th December 2007, 03:17 AM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,213
These guys can probably set you up: http://spins.fedoraunity.org/spins
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #3  
Old 9th December 2007, 03:24 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
Or, if you have more money than bandwidth ...

http://fedoraproject.org/wiki/Distri.../OnlineVendors
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #4  
Old 9th December 2007, 04:26 AM
lucky21 Offline
Registered User
 
Join Date: Dec 2006
Posts: 76
Talking

Quote:
Originally Posted by bob
These guys can probably set you up: http://spins.fedoraunity.org/spins

Thanks. It can never be something simple. Just download an .iso file and be done with it.

I have to download jigdo, run that. Then download the iso from there. lol....Weird.

Then hope this is what I wanted and not what I already have! hah!
__________________
Dell Latitude | X300
1.1GiB Memory
Intel Pentium M Processor 1.40GHz
34 Gig Hard Drive
--------------------------------------------------
Fedora 8 x86
Kernel Linux 2.6.23.8-63.fc8
Reply With Quote
  #5  
Old 9th December 2007, 05:09 AM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Hello:
If you are really intent on downloading "everything" then install a ftp client
say gftp or post another topic for advice on a ftp client.
Then, pick a close and friendly mirror and go to it.
You will have to create a local repo which, I think you already know how to do.

Then you should be good to go.

Be advised that the space required will be well in excess of your 4 Gig estimate

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #6  
Old 9th December 2007, 12:17 PM
sej7278 Offline
Registered User
 
Join Date: Sep 2004
Posts: 2,008
Quote:
Originally Posted by Seve
Be advised that the space required will be well in excess of your 4 Gig estimate
yeah i've rsync'ed fedora-updates (only keeping the latest version) and fedora-release (essentially the dvd and extras) and that is currently coming in at almost 15 gigs just for i386 fedora7.
Reply With Quote
  #7  
Old 9th December 2007, 12:33 PM
hellork's Avatar
hellork Offline
Registered User
 
Join Date: Dec 2007
Posts: 244
My solution was to edit /etc/yum.conf on my desktop system and turn off caching. Then I made a script to collect all the rpms from /var/cache/yum and put them into a custom repo, which I connect to with my laptop using fuse-sshfs.

yum install createrepo fuse-sshfs yum-utils
mkdir -p /opt/myrepo/cache

Code:
#/bin/sh
#updaterepo
DIR=/opt/myrepo
for x in `find /var/cache/yum | grep rpm`; do mv $x $DIR; done
oldrpms=$(repomanage -s -c -o $DIR)
test -z "${oldrpms}" || rm -v ${oldrpms}
createrepo -c $DIR/cache $DIR
Now I only have to update one machine and run the updaterepo script afterwards. Any other machines that need updates run yum clean all and then connect to it using a custom myrepo.repo in /etc/yum.repos.d
Code:
[myrepo]
name=Myrepo
baseurl=/mnt/myrepo
enabled=1
gpgcheck=0
As for making custom DVDs, I'm using revisor, but so far no toast
__________________
Data, Information Processing, Secure Hosting, and Internet Technology (D.I.P.S.H.I.T.)

Last edited by hellork; 9th December 2007 at 12:48 PM.
Reply With Quote
  #8  
Old 10th December 2007, 01:57 AM
robatino Offline
Registered User
 
Join Date: Feb 2004
Posts: 845
Quote:
Originally Posted by lucky21
Thanks. It can never be something simple. Just download an .iso file and be done with it.

I have to download jigdo, run that. Then download the iso from there. lol....Weird.

Then hope this is what I wanted and not what I already have! hah!
It's to distribute the bandwidth (see "man jigdo-file"). Any one server that tried to host such a thing would probably melt down.
Reply With Quote
  #9  
Old 10th December 2007, 03:09 AM
lmo Offline
Registered User
 
Join Date: Mar 2007
Posts: 1,047
I was just daydreaming about selecting the desired subdirectory under Fedora Download Server or a mirror, and making up some command with wget. I don't know if you can do something like that. Naturally, don't try to get the whole thing unless you have some kind of super-cluster or something.
Reply With Quote
  #10  
Old 10th December 2007, 04:08 AM
robatino Offline
Registered User
 
Join Date: Feb 2004
Posts: 845
The man page says that wget has a -r (recursive) and a -l (number of levels, default is 5) option.
Reply With Quote
Reply

Tags
download, packages

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
Yum can not download packages list student8185 Using Fedora 6 25th August 2009 10:45 AM
Yum can't download packages installing flashplayer 64-bi christian.adeen Using Fedora 1 10th July 2008 08:51 PM
Download x86_64 packages in i386 with yum phoxis Using Fedora 3 18th February 2008 03:17 PM
Where does YUM download the packages to? ltam Using Fedora 1 5th March 2005 05:07 PM


Current GMT-time: 20:35 (Sunday, 19-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