Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-11-2005, 09:36 PM
|
#1
|
LQ Newbie
Registered: Feb 2005
Posts: 23
Rep:
|
Can download MandrakeUpdate updates for later install?
Hey Guys
As a first time (Mandrake) Linux user, I have to say that the laterest distro of Mandrake (v10.1) has been really install friendly.
My question is in regard to the MandrakeUpdate facility that comes with the distro. After checking for updates, I find that I need to download a whopping 300MB just for security updates (well, had worse on windows machines with their service packs :P).
I was hoping that there was some way (possibly not through MandrakeUpdate? Since the function it offers doesn't include what I want to do) that I could download the updates to somewhere on my harddrive (from there I'll write it to some removable media) so that I could install it on other machines that I decide to put Mandrake on, instead of having to download 300MB each time I do a fresh install.
Thanks guys.
|
|
|
02-12-2005, 01:05 AM
|
#2
|
Senior Member
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090
Rep:
|
Yes, the mandrake_update sites are nothing more than publically accessible FTP/HTTP server.
You can merely download the entire contents of the respective directories.
Note: Have you set up your URPMI sources? (see my sig!)
If not, DO SO NOW!
Be aware that until you do you are missing a rather huge portion of Mandrake!
Once you connect to these sources and see what is available, you'll be tempted to do the same thing with them...
You can do this, but downloading PLF, CONTRIB, JPACKAGE, etc. will eat up about a whopping 20 gigs of space!
|
|
|
02-13-2005, 03:07 AM
|
#3
|
LQ Newbie
Registered: Feb 2005
Posts: 23
Original Poster
Rep:
|
Thanks for the reply Opjose.
What I've done so far is to check that my sources are set up (via the gui version of rpmdrake: System -> Configuration -> Packaging -> Software Media Manager). Since I installed this version of Mandrake from downloaded cd's, they exist as sources there, I also noticed an "update_source" Medium, I copied the link from it and found like you said a ftp directory of the main Mandrake updates:
ftp://mirror.pacific.net.au/linux/Ma...1/main_updates
I'm thinking of copying everything there onto my hd and then copy onto cd's (800mb worth) and installing it from there. That's what you meant isn't it?
You also made mention of other updates like the PLF, CONTRIB, JPACKAGE, what are they and where should I be getting them from please (the link provided in your sig refers only to equivalent links for Mandrake 9.1)?
I guess the real question is do I really need them?
Thanks again.
|
|
|
02-13-2005, 04:03 AM
|
#4
|
Senior Member
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090
Rep:
|
Until you set up the URPMI sources, you are only viewing about 20% of the software available for Mandrake.
The link in my sig is fully applicable to Mandrake 10.1.
While the example given is for 9.1, had you followed the configuration page (which you should RUN, not WALK, to do NOW!!!!) you would have set things up for 10.1.
Contrib, PLF, JPACKAGE are all the missing software items which you need.
Each respectively is located on different mirrored FTP sites.
Set up the sources, then browse the packages via RPMdrake.
You'll be amazed at how much you are currently missing, even if you possess the commercial DVD Powerpack release... (which only includes a subset of the Contrib repository...)
|
|
|
06-02-2005, 12:27 AM
|
#5
|
LQ Newbie
Registered: Feb 2005
Posts: 23
Original Poster
Rep:
|
Hey opjose. Sorry for the very late reply. I hadn't had time to log onto my linux box for a while now.
But did manage to set up the rpm sources using a combination of the information gleamed from the link in your signature & easy rpm.
Cheers
|
|
|
06-04-2005, 02:41 AM
|
#6
|
Senior Member
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549
Rep:
|
You could use urpmi with --noclean to just get the updates that apply to your computer - they'll be downloaded to /var/cache/urpmi/rpms:
Code:
urpmi.update update_source
urpmi --auto --update --auto-select
Mirroring with fmirror is good if you want to get the whole update directory. Install fmirror then create a file somewhere (eg /home/mirrorupdates.conf) with these contents:
Code:
username: anonymous
password: mirroring@localhost
host: mirror.pacific.net.au
remotedir: /linux/Mandrakelinux/official/updates/10.2/main_updates
localdir: /where/you/want/them/to/go/
dirmode: 0755
file_or_mask: 0755
use_mdtm: 2
Then run fmirror with the following command:
Code:
fmirror -f /home/mirrorupdates.conf
You can put this in /etc/crontab to have it do it automatically:
Code:
02 3 * * * root nice -n 19 fmirror -f /home/mirrorupdates.conf
|
|
|
All times are GMT -5. The time now is 06:11 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|