Can I use yum, apt, YaST or up2date to install the software ?
Yes, there is a yum repository available
This page links to the public available repositories for the com.oonics community project.
Install com.oonics PGP Key
For Version up to 4.6
Repository for RHEL5
Repository for Fedora
Repository for SLES10
Repository for SLES11
PGP Key
to use the comoonics rpms, a pgp key can be installed
rpm --import http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key
C5RHEL5
to use the comoonics cummity channel version 5.0 and above for RHEL5 create a file called /etc/yum.repos.d/comoonics.repo and add the following content
[comoonics-preview] name=Packages for the comoonics shared root cluster baseurl=http://download.atix.de/yum/comoonics/5.0/preview/rhel5/RPMS/noarch/ enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key [comoonics-preview-$basearch] name=Packages for the comoonics shared root cluster for architecture baseurl=http://download.atix.de/yum/comoonics/5.0/preview/rhel5/RPMS//$basearch enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key [comoonics-addons] name=Addon Packages for the comoonics shared root cluster baseurl=http://download.atix.de/yum/comoonics/5.0/addons/rhel5/RPMS/noarch enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key
C5RHEL6
to use the comoonics cummity channel version 5.0 and above for RHEL6 create a file called /etc/yum.repos.d/comoonics.repo and add the following content
[comoonics-preview] name=Packages for the comoonics shared root cluster baseurl=http://download.atix.de/yum/comoonics/5.0/preview/rhel6/RPMS/noarch/ enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key [comoonics-preview-$basearch] name=Packages for the comoonics shared root cluster for architecture baseurl=http://download.atix.de/yum/comoonics/5.0/preview/rhel6/RPMS/$basearch enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key [comoonics-addons] name=Addon Packages for the comoonics shared root cluster baseurl=http://download.atix.de/yum/comoonics/5.0/addons/rhel6/RPMS/noarch enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key
C5SLES11
to use the comoonics cummity channel version 5.0 and above for SLES11 create a file called /etc/yum.repos.d/comoonics.repo and add the following content
[comoonics-preview] name=Packages for the comoonics shared root cluster baseurl=http://download.atix.de/yum/comoonics/5.0/preview/sles11/RPMS/noarch/ enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key [comoonics-preview-$basearch] name=Packages for the comoonics shared root cluster for architecture baseurl=http://download.atix.de/yum/comoonics/5.0/preview/sles11/RPMS/$basearch enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key [comoonics-addons] name=Addon Packages for the comoonics shared root cluster baseurl=http://download.atix.de/yum/comoonics/5.0/addons/sles11/RPMSnoarch enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key
RHEL5
to use the comoonics cummity channel for RHEL5 create a file called /etc/yum.repos.d/comoonics.repo and add the following content
[comoonics-preview] name=Packages for the comoonics shared root cluster baseurl=http://download.atix.de/yum/comoonics/redhat-el5/preview/noarch/ enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key [comoonics-preview-$basearch] name=Packages for the comoonics shared root cluster baseurl=http://download.atix.de/yum/comoonics/redhat-el5/preview/$basearch enabled=1 gpgcheck=1 gpgkey=http://download.atix.de/yum/comoonics/comoonics-RPM-GPG.key
Fedora
The Fedora Com.oonics community rpms are part of the Fedora project. Therefore use the information provided on the Fedora site.
SLES10
Import the repofiles by executing:
zypper --no-gpg-checks service-add --repo http://download.atix.de/yum/comoonics/suse-linux-es10/preview/comoonics-noarch.repo
Depending on you architecture import one of these:
zypper --no-gpg-checks service-add --repo http://download.atix.de/yum/comoonics/suse-linux-es10/preview/comoonics-i386.repo zypper --no-gpg-checks service-add --repo http://download.atix.de/yum/comoonics/suse-linux-es10/preview/comoonics-x86_64.repo
SLES11
Import the repofiles by executing:
zypper addrepo http://download.atix.de/yum/comoonics/suse-linux-es11/preview/comoonics-noarch.repo
Depending on you architecture import one of these:
zypper addrepo http://download.atix.de/yum/comoonics/suse-linux-es11/preview/comoonics-i386.repo zypper addrepo http://download.atix.de/yum/comoonics/suse-linux-es11/preview/comoonics-x86_64.repo