Richard Eibrand wrote:
> Hi all,
>> I was allowed access to a fast connection the other day, seizing the
> opportunity I downloaded quite a bit of stuff including kde 3.2 from
>ftp://ftp.kde.org/pub/kde/stable/3.2/RedHat/Fedora/i386/>> Sadly now when I go to install it, I get the following error:
> MD5 digest: BAD Expected(e808e4d13765d502407e02bd9e45ea69) !=
> (d5fc3761d5b759dbe4c27d4a21c91382)
>> Does that mean I have to redownload the file (hope not 22MB on 56K is a
> pain in the...), or is there some way of fixing this?
> Alternatively, could it be because the machine I am trying to install it
> on is RH 9 and not Fedora?
Go to your existing download directory and do this:
rsync -P
rsync://ftp.heanet.ie/mirrors/ftp.kde.org/stable/3.2/RedHat/Fedora/i386/*
.
--
Pádraig Brady - http://www.pixelbeat.org
--- Following generated by rotagator ---
rsync really is worth knowing. Here are two common uses.
To only get differences between file on the remote and
local server. For e.g. if you're having problems downloading,
you can run this several times to get the file.
rsync -P rsync://rsync.server.com/path/to/file file
This would copy file1 to file2 at around 1 MByte/s
Think of it as nice for I/O.
rsync --bwlimit=1000 file1 file2
--
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!