| 
    
      Add the XtreemFS repository to your system
      CentOS / Fedora / Redhat
      
        - 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.
  
         - Install the client or server package:
 
          > yum install xtreemfs-client
> yum install xtreemfs-server 
        
      openSUSE
      
        - The preferable way is to use the 1 click install link above. Alternatively perform the following steps:
        
 - 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.
  
         - Install the client or server package:
 
          > zypper install xtreemfs-client
> zypper install xtreemfs-server 
        
     |