Packaging/Repositories

From GEANT2-JRA1 Wiki

Contents

Obsolete

This page is more or less obsolete, the most up to date information can be found in the perfSONAR MDM Admin Guide. You can download a recent version from the documents folder on downloads.perfsonar.eu.

Introduction

This page describes how to add the perfSONAR DEB or RPM repositories to your system.

NOTICE: Currently 3.1/stable is not released yet, so these repositories don't work yet!

RPM based distributions

3.1

If you want to use the 3.1 release and don't want a automatic update to the next major release, use this repository. Security updates and serious bug fixes are enabled. For the 3.1 stable release (not released yet), do as root: cd /etc/yum.repos.d

  • get repo file - for i386
wget http://downloads.perfsonar.eu/repositories/rpm/perfsonar-mdm-3.1.repo
  • get repo file - for x86_64
wget http://downloads.perfsonar.eu/repositories/rpm/perfsonar-mdm-3.1-x86_64.repo
  • get the key
wget http://downloads.perfsonar.eu/repositories/RPM-GPG-KEY-perfsonar
  • import the key
rpm --import RPM-GPG-KEY-perfsonar
  • check the import
rpm -q gpg-pubkey --qf '%{name}-%{version}-%{release} --> %{summary}\n'
  • clear & update the repo (optional)
yum clear all
yum update

DEB based distributions

3.1

as root do:

  • get repo file
wget http://downloads.perfsonar.eu/repositories/deb/perfsonar-mdm-3.1.list
  • get the key
wget http://downloads.perfsonar.eu/repositories/perfsonar.asc
  • import the key
apt-key add perfsonar.asc 
  • check the import
apt-key list
  • clear & update the repo (optional)
apt-get clear
apt-get update
Personal tools