Downloads

Linux
Debian/Ubuntu (PKG-based)


 
System Download
Ubuntu 12.10 (Quantal Quetzal) Repository
Ubuntu 12.04 (Precise Pangolin) Repository
Ubuntu 11.10 (Oneiric Ocelot) Repository
Ubuntu 11.04 (Natty Narwhal) Repository
Ubuntu 10.10 (Maverick Meerkat) Repository
Ubuntu 10.04 (Lucid Lynx) Repository
Ubuntu 9.10 (Karmic Koala) Repository
Ubuntu 9.04 (Jaunty Jackalope) Repository
Debian 6.0 (Squeeze) Repository
Debian 5.0 (Lenny) Repository
 

Add the XtreemFS repository to your system

The easiest way to install XtreemFS on Debian or Ubuntu is to add our repository by following these steps:
  1. Add a line with the following format to the file /etc/apt/sources.list.
    deb <URL to repository> ./
    Replace <URL to repository> with the URL of the repository for your distribution. You can find it in the "Download" column above. For instance, the URL to the "Ubuntu 12.10" repository is http://download.opensuse.org/repositories/home:/xtreemfs/xUbuntu_12.10.
  2. Add the package signing key of our repository to your system. As the key is currently the same for all distributions, you don't have to change the URL to your distribution's repository.
    > wget -q http://download.opensuse.org/repositories/home:/xtreemfs/xUbuntu_12.10/Release.key -O - | sudo apt-key add -
  3. Update the package lists:
    > sudo apt-get update
  4. Install the client or server package:
    > sudo apt-get install xtreemfs-client
    > sudo apt-get install xtreemfs-server