panthema / repo

panthema Package Repositories

This directory contains binary and source packages of programs found on panthema.net. Various Linux distributions are supported. For information which programs are available in the repositories, check the individual program's web pages.

The instructions below are for a generic package name:

Current Linux Distributions


Debian Logo

Debian stable (squeeze)

Import repository public key:

# wget -O- https://panthema.net/repo/key.asc | apt-key add -

Add binary repository line to /etc/apt/sources.list:

deb http://panthema.net/repo/debian squeeze main

Update package listings and install the package package:

# apt-get update
# apt-get install package

For newer versions see: Debian oldstable (lenny), Debian older (etch)


Ubuntu Logo

Ubuntu 12.04 LTS "Precise Pangolin"

Import repository public key:

# wget -O- https://panthema.net/repo/key.asc | apt-key add -

or with sudo:

$ wget -O- https://panthema.net/repo/key.asc | sudo apt-key add -

Add binary repository line to /etc/apt/sources.list:

deb http://panthema.net/repo/ubuntu precise main

Update package listings and install the package package:

# apt-get update
# apt-get install package

For older versions see: Ubuntu 11.10 "Oneiric Ocelot", Ubuntu 11.04 "Natty Narwhal", Ubuntu 10.10 "Maverick Meerkat", Ubuntu 10.04 "Lucid Lynx" (LTS), Ubuntu 9.10 "Karmic Koala" or Ubuntu 8.04 "Hardy Heron" (LTS)


openSUSE Logo

openSUSE 11.4

Repository URL for installation via YaST:

http://panthema.net/repo/opensuse/11.4/

Alternative: Command line installation using zypper:

# zypper addrepo http://panthema.net/repo/opensuse/11.4/ panthema-11.4
# zypper refresh panthema-11.4

Accept the repository key B7B702B5F4EF04FA when queried.

Install the package package:

# zypper install package

For older versions see: openSUSE 11.3 or openSUSE 11.2.


Fedora Logo

Fedora 14

Download repository file for yum:

# wget -P /etc/yum.repos.d/ https://panthema.net/repo/fedora/14/panthema.repo

Import repository public RPM signing key:

# rpm --import https://panthema.net/repo/key.asc

Install the package package:

# yum install package

For older versions see: Fedora 13, Fedora 12 or Fedora 11


Gentoo Linux Logo

Gentoo

Good, permanent, auto-updating layman overlay:
First install layman as described in the Gentoo Overlays: Users' Guide.

# layman -f -o http://panthema.net/repo/gentoo/overlay.xml -a panthema
# emerge package

Alternative method: Evil, hackish, one-time, quick and dirty ebuild sequence:
First browse http://panthema.net/repo/gentoo/ and select an ebuild; remember the ebuild category and package name.

(chdir into your favourite empty directory)
# mkdir -p ebuild-category/package
# cd ebuild-category/package
# wget https://panthema.net/repo/gentoo/ebuild-category/package/package-version.ebuild
# ebuild package-version.ebuild digest merge

Older or Unstable Linux Distributions


Debian Logo

Debian oldstable (lenny)

Import repository public key:

# wget -O- https://panthema.net/repo/key.asc | apt-key add -

Add binary repository line to /etc/apt/sources.list:

deb http://panthema.net/repo/debian lenny main

Update package listings and install the package package:

# apt-get update
# apt-get install package

Debian Logo

Debian stone oldstable (etch)

Import repository public key:

# wget -O- https://panthema.net/repo/key.asc | apt-key add -

Add binary repository line to /etc/apt/sources.list:

deb http://panthema.net/repo/debian etch main

Update package listings and install the package package:

# apt-get update
# apt-get install package

Ubuntu Logo

Ubuntu 11.10 "Oneiric Ocelot"

Import repository public key:

# wget -O- https://panthema.net/repo/key.asc | apt-key add -

or with sudo:

$ wget -O- https://panthema.net/repo/key.asc | sudo apt-key add -

Add binary repository line to /etc/apt/sources.list:

deb http://panthema.net/repo/ubuntu oneiric main

Update package listings and install the package package:

# apt-get update
# apt-get install package

Ubuntu Logo

Ubuntu 11.04 "Natty Narwhal"

Import repository public key:

# wget -O- https://panthema.net/repo/key.asc | apt-key add -

or with sudo:

$ wget -O- https://panthema.net/repo/key.asc | sudo apt-key add -

Add binary repository line to /etc/apt/sources.list:

deb http://panthema.net/repo/ubuntu natty main

Update package listings and install the package package:

# apt-get update
# apt-get install package

Ubuntu Logo

Ubuntu 10.10 "Maverick Meerkat"

Import repository public key:

# wget -O- https://panthema.net/repo/key.asc | apt-key add -

or with sudo:

$ wget -O- https://panthema.net/repo/key.asc | sudo apt-key add -

Add binary repository line to /etc/apt/sources.list:

deb http://panthema.net/repo/ubuntu maverick main

Update package listings and install the package package:

# apt-get update
# apt-get install package

Ubuntu Logo

Ubuntu 10.04 LTS "Lucid Lynx"

Import repository public key:

# wget -O- https://panthema.net/repo/key.asc | apt-key add -

or with sudo:

$ wget -O- https://panthema.net/repo/key.asc | sudo apt-key add -

Add binary repository line to /etc/apt/sources.list:

deb http://panthema.net/repo/ubuntu lucid main

Update package listings and install the package package:

# apt-get update
# apt-get install package

Ubuntu Logo

Ubuntu 9.10 "Karmic Koala"

Import repository public key:

# wget -O- https://panthema.net/repo/key.asc | apt-key add -

Add binary repository line to /etc/apt/sources.list:

deb http://panthema.net/repo/ubuntu karmic main

Update package listings and install the package package:

# apt-get update
# apt-get install package

Ubuntu Logo

Ubuntu 8.04 "Hardy Heron" (LTS)

Import repository public key:

# wget -O- https://panthema.net/repo/key.asc | apt-key add -

Add binary repository line to /etc/apt/sources.list:

deb http://panthema.net/repo/ubuntu hardy main

Update package listings and install the package package:

# apt-get update
# apt-get install package

openSUSE Logo

openSUSE 11.3

Repository URL for installation via YaST:

http://panthema.net/repo/opensuse/11.3/

Alternative: Command line installation using zypper:

# zypper addrepo http://panthema.net/repo/opensuse/11.3/ panthema-11.3
# zypper refresh panthema-11.3

Accept the repository key B7B702B5F4EF04FA when queried.

Install the package package:

# zypper install package

openSUSE Logo

openSUSE 11.2

Repository URL for installation via YaST:

http://panthema.net/repo/opensuse/11.2/

Alternative: Command line installation using zypper:

# zypper addrepo http://panthema.net/repo/opensuse/11.2/ panthema-11.2
# zypper refresh panthema-11.2

Accept the repository key B7B702B5F4EF04FA when queried.

Install the package package:

# zypper install package

Fedora Logo

Fedora 13

Download repository file for yum:

# wget -P /etc/yum.repos.d/ https://panthema.net/repo/fedora/13/panthema.repo

Import repository public RPM signing key:

# rpm --import https://panthema.net/repo/key.asc

Install the package package:

# yum install package

Fedora Logo

Fedora 12

Download repository file for yum:

# wget -P /etc/yum.repos.d/ https://panthema.net/repo/fedora/12/panthema.repo

Import repository public RPM signing key:

# rpm --import https://panthema.net/repo/key.asc

Install the package package:

# yum install package

Fedora Logo

Fedora 11

Download repository file for yum:

# wget -P /etc/yum.repos.d/ https://panthema.net/repo/fedora/11/panthema.repo

Import repository public RPM signing key:

# rpm --import https://panthema.net/repo/key.asc

Install the package package:

# yum install package