Developers Documentation

×

Warning

301 error for file:https://clearos.com/dokuwiki2/lib/exe/css.php?t=dokuwiki&tseed=82873f9c9a1f5784b951644363f20ef8

User Tools

Site Tools


Tim's Repo

Hi everyone,

I've decided to turn my FTP 'store' into a YUM repo, to make it more convenient for users to download, and more importantly stay up to date with community package version updates. This will only be relevant to version 5.2 as the new build system with 6.0 will permit community RPM's to be added automatically

EDIT: Updated for ClearOS 6.x too (testing only)

It also saves me from having to amend download instructions every time an update is made on many threads

Starting

To install the repo first install the public key (yes all RPM's are now signed) :-)

rpm --import ftp://timburgess.net/RPM-GPG-KEY-TimB.txt

Downloading

Then install the release RPM (by default the 'timb' and 'timb-testing' repo's will be disabled)

ClearOS 5.2

wget ftp://timburgess.net/repo/clearos/5.2/os/timb-release-1-0.noarch.rpm
rpm -Kv timb-release-1-0.noarch.rpm
rpm -Uvh timb-release-1-0.noarch.rpm

ClearOS 6.x

wget ftp://timburgess.net/repo/clearos/6/os/i386/timb-release-1-1.noarch.rpm
#OR for 64bit
wget ftp://timburgess.net/repo/clearos/6/os/x86_64/timb-release-1-1.noarch.rpm
rpm -Kv timb-release-1-1.noarch.rpm
rpm -Uvh timb-release-1-1.noarch.rpm

Applying

You can then install an app or RPM using a single one liner such as

yum --enablerepo=timb install app-zarafa

OR upgrade to a newer version by running

yum --enablerepo=timb upgrade app-zarafa 

RPM Download

content/en_us/kb_howtos_adding_tim_s_repo.txt · Last modified: 2015/02/11 09:47 (external edit)

https://clearos.com/dokuwiki2/lib/exe/indexer.php?id=content%3Aen_us%3Akb_howtos_adding_tim_s_repo&1710835844