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
It also saves me from having to amend download instructions every time an update is made on many threads
To that end the servers will sync up tonight (in about an hour or so), and some of the old download links / instructions will be wrong. By this time tomorrow I should have corrected these - but please be patient in the mean time
To install the repo first install the public key (yes all RPM's will now be signed):-
| Code: |
rpm --import ftp://timburgess.net/RPM-GPG-KEY-TimB.txt
|
Then install the release RPM (by default the 'timb' and 'timb-testing' repo's will be disabled)
| Code: |
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
|
You can then install an app or RPM using a single one liner such as
| Code: |
yum --enablerepo=timb install app-backuppc
|
OR upgrade to a newer version by running
| Code: |
yum --enablerepo=timb upgrade BackupPC
|
For those that like to do it manually - you can still find all the RPM's here
download.clearfoundation.com/community/timb80/repo/clearos/5.2/
ftp://timburgess.net/repo/clearos/5.2/
Enjoy! feedback always welcome
