Downloads

Linux
RPM-based


  You can add the repository URLs as a package source to your packet manager.
See the instructions below for your distribution.
This way, you'll be able to automatically install updates.

System Download
openSUSE Tumbleweed Repository
openSUSE Leap 42.1 Repository
openSUSE 13.2 Repository
openSUSE 13.1 Repository
Fedora 24 Repository
Fedora 23 Repository
CentOS 7 Repository
CentOS 6 Repository
CentOS 5 Repository
SuSE Linux Enterprise 12 SP1 Repository
SuSE Linux Enterprise 12 Repository
SuSE Linux Enterprise 11 SP3 Repository
SuSE Linux Enterprise 11 SP2 Repository
SuSE Linux Enterprise 11 SP1 Repository
SuSE Linux Enterprise 11 Repository
Redhat Enterprise Linux 7 Repository
Redhat Enterprise Linux 6 Repository
Redhat Enterprise Linux 5 Repository
 

Add the XtreemFS repository to your system

CentOS / Fedora / Redhat
  1. Each repository contains the repository specification in the file home.xtreemfs.repo which has to be put in the directory /etc/yum.repos.d/ on your system.

    For example, add the XtreemFS repository on CentOS 7 as follows:
    > cd /etc/yum.repos.d/
    > wget "http://download.opensuse.org/repositories/home:/xtreemfs/CentOS_7/home:xtreemfs.repo"
    If you use another Redhat-based distribution, replace the URL to the .repo file accordingly.

  2. Install the client or server package:
    > yum install xtreemfs-client
    > yum install xtreemfs-server
openSUSE
  1. The preferable way is to use the 1 click install link above. Alternatively perform the following steps:
  2. Each repository contains the repository specification in the file home.xtreemfs.repo which is understood by the package manager tool zypper.

    For example, add the XtreemFS repository on openSUSE Tumbleweed as follows:
    > zypper addrepo "http://download.opensuse.org/repositories/home:/xtreemfs/openSUSE_Tumbleweed/home:xtreemfs.repo"
    If you use another openSUSE distribution, replace the URL to the .repo file accordingly.

  3. Install the client or server package:
    > zypper install xtreemfs-client
    > zypper install xtreemfs-server