ClearFoundation

Documentation Howtos Download Packages From Yum Repository

Download Packages From Yum Repository

Overview

If you want to get packages from the YUM repository you can use the yum-downloadonly option to get these.

Setup

ClearOS 5.x

Install the yum-downloadonly package onto your ClearOS 5.x server:

wget ftp://ftp.gtlib.gatech.edu/pub/centos/5.8/os/i386/CentOS/yum-downloadonly-1.1.16-21.el5.centos.noarch.rpm
rpm -Uvh yum-downloadonly-1.1.16-21.el5.centos.noarch.rpm

ClearOS 6.x

To install yum-downloadonly onto ClearOS 6.x server:

yum -y install yum-plugin-downloadonly

Using downloadonly

The following command would download the ClearOS bridge-utils.i386 for your current version to the /root directory on your server

yum install bridge-utils.i386 -y --downloadonly --downloaddir=/root


Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Video demonstrations - Copyright © 2010 ClearCenter Corporation