download rpms from fedora 11 repositry


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting download rpms from fedora 11 repositry
# 1  
Old 12-05-2011
download rpms from fedora 11 repositry

Hello folks,

I want to download rpms from below link, but problem is that only able to download with wget command, but problem is that if internet delay or packet loss comes from remote site then it will break the download and download next file not continue the broken file, though i start from scratch, it will just check file is download with same name so it will not download.

i am using below command.

Code:
wget -nc -r -c http://ftp.cuhk.edu.hk/pub/linux/fedora-archive/fedora/linux/releases/11/Everything/i386/os/

Above url not support rsync, so please what should i do to download complete repository.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Proxy Server

Building up apache httpd on AIX - acquiring RPMs etc.

pardon the ed URL refs but I'm not allowed to post URLs yet. and the misspelling in the original thread title, which I can't edit even in 'advanced' greetings all, posting this here rather than in Web Development since I suspect this is rather AIX-specific and will need some arcane knowledge,... (2 Replies)
Discussion started by: maraixadm
2 Replies

2. Red Hat

What is RPMs?

Would you please give us the definition and usage of RPMs in linux? thanks to reply.... (1 Reply)
Discussion started by: jaydul
1 Replies

3. Red Hat

How to remove installed RPMs by a specific date?

Hi there, Is there a way to remove rpms installed after specific date? I was improvising on my unixacademy Linux training and messed up with installation options. Can I remove the rpms installed after specific date? (1 Reply)
Discussion started by: newlinuxuser1
1 Replies

4. Red Hat

fedora grub help, moving to tri boot (XP, ubuntu, fedora soemething)

I will shortly be adding a fedora flavor to my devel box. I currently have XP (installed first on an ssd), ubuntu 10.04 (installed second on the first partition of a platter drive), and I want to add either Cent or SL on the second partition of the platter drive. I will probably also want to... (0 Replies)
Discussion started by: LMHmedchem
0 Replies

5. UNIX for Dummies Questions & Answers

Building single rpm from 2 different rpms?

Hi all, I have to automate server installation. For this its needed to install 2 - 3 different RPMs. Is there any way of creating a single rpm from these two rpms? How the spec file will look like? thanks... (0 Replies)
Discussion started by: zing_foru
0 Replies

6. Red Hat

How to update all rpms using single command option

Can any one help me to know the command option that will update all rpms Thanks in advance.. (2 Replies)
Discussion started by: RajendraKumar
2 Replies

7. Red Hat

How do I find out which rpms to install to cover dependencies?

Howdy all, I am trying to install dk-milter on a postfix mail machine, but am running up against some dependencies, and I don't know how to find out which rpms contain the required packages. # cat /etc/redhat-release Red Hat Enterprise Linux ES release 3 (Taroon Update 9) # uname -a ... (2 Replies)
Discussion started by: zefflyn
2 Replies

8. Red Hat

get default rpms on RH4 for Oracle 9i

Hi all, please advise. i need to install Oracle 9i database on RHES4 and i've totally screwed up with RPMs trying to install the wrong (i386) on 64bit machine. my question is: how do i can get back to the whole default bunch of RPMs and start from the beginning? (1 Reply)
Discussion started by: MarGur
1 Replies

9. UNIX for Dummies Questions & Answers

trying to download Fedora Core3 - help pls!

Hiya Guys, damn! Burn't off 4 CD - all bad.... what am I doing wrong???? Downloaded ISO images from 2 mirror sites so far.... Onto my Windows XP laptop at work (ie. thru firewall...) thru Internet Explorer - choosing the FTP:// sites I had 4 downloads going at once.... what am I... (7 Replies)
Discussion started by: marty 600
7 Replies

10. UNIX for Dummies Questions & Answers

rpms vs make

Ok, this is probably a real simple question....I have RH 7.1 and i wanted to know do I have to install the RPM packages for software or can i use the binaries and do make ...make install. ?? (6 Replies)
Discussion started by: macdonto
6 Replies
Login or Register to Ask a Question
WEB2DISK(1)							      calibre							       WEB2DISK(1)

NAME
web2disk - part of calibre SYNOPSIS
web2disk URL DESCRIPTION
Where URL is for example http://google.com Whenever you pass arguments to web2disk that have spaces in them, enclose the arguments in quotation marks. OPTIONS
--version show program's version number and exit -h, --help show this help message and exit -d, --base-dir Base directory into which URL is saved. Default is . -t, --timeout Timeout in seconds to wait for a response from the server. Default: 10.0 s -r, --max-recursions Maximum number of levels to recurse i.e. depth of links to follow. Default 1 -n, --max-files The maximum number of files to download. This only applies to files from <a href> tags. Default is 9223372036854775807 --delay Minimum interval in seconds between consecutive fetches. Default is 0 s --encoding The character encoding for the websites you are trying to download. The default is to try and guess the encoding. --match-regexp Only links that match this regular expression will be followed. This option can be specified multiple times, in which case as long as a link matches any one regexp, it will be followed. By default all links are followed. --filter-regexp Any link that matches this regular expression will be ignored. This option can be specified multiple times, in which case as long as any regexp matches a link, it will be ignored.By default, no links are ignored. If both --filter-regexp and --match-regexp are spec- ified, then --filter-regexp is applied first. --dont-download-stylesheets Do not download CSS stylesheets. --verbose Show detailed output information. Useful for debugging SEE ALSO
The User Manual is available at http://calibre-ebook.com/user_manual Created by Kovid Goyal <kovid@kovidgoyal.net> web2disk (calibre 0.6.53) July 2010 WEB2DISK(1)