idlebox / 2009 / digup / linux-binary.htt
digup Drawing with shovel, files and digest list

digup - Linux Binary Repositories

This page describes in broad steps how to attach the idlebox Repository to your Linux distribution's package manager. Many other methods are also applicable: first try using the graphical package manager's front-end of your distribution. The following instructions are command-line based and must be run as root (that's the "# " in front of commands). For Ubuntu and others you can usually accomplish this by replacing "#" with "sudo".

Current Linux Distributions


Debian Logo

Debian stable (squeeze)

Import repository public key:

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

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

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

Update package listings and install the package digup:

# apt-get update
# apt-get install digup

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


Ubuntu Logo

Ubuntu 11.04 "Natty Narwhal"

Import repository public key:

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

or with sudo:

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

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

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

Update package listings and install the package digup:

# apt-get update
# apt-get install digup

For older versions see: 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://idlebox.net/repo/opensuse/11.4/

Alternative: Command line installation using zypper:

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

Accept the repository key B7B702B5F4EF04FA when queried.

Install the package digup:

# zypper install digup

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://idlebox.net/repo/fedora/14/idlebox.repo

Import repository public RPM signing key:

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

Install the package digup:

# yum install digup

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://idlebox.net/repo/gentoo/overlay.xml -a idlebox
# emerge digup

Alternative method: Evil, hackish, one-time, quick and dirty ebuild sequence:

(chdir into your favourite empty directory)
# mkdir -p app-admin/digup
# cd app-admin/digup
# wget https://idlebox.net/repo/gentoo/app-admin/digup/digup-0.6.40.ebuild
# ebuild digup-0.6.40.ebuild digest merge

Older or Unstable Linux Distributions


Debian Logo

Debian oldstable (lenny)

Import repository public key:

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

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

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

Update package listings and install the package digup:

# apt-get update
# apt-get install digup

Debian Logo

Debian stone oldstable (etch)

Import repository public key:

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

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

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

Update package listings and install the package digup:

# apt-get update
# apt-get install digup

Ubuntu Logo

Ubuntu 10.10 "Maverick Meerkat"

Import repository public key:

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

or with sudo:

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

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

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

Update package listings and install the package digup:

# apt-get update
# apt-get install digup

Ubuntu Logo

Ubuntu 10.04 LTS "Lucid Lynx"

Import repository public key:

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

or with sudo:

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

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

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

Update package listings and install the package digup:

# apt-get update
# apt-get install digup

Ubuntu Logo

Ubuntu 9.10 "Karmic Koala"

Import repository public key:

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

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

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

Update package listings and install the package digup:

# apt-get update
# apt-get install digup

Ubuntu Logo

Ubuntu 8.04 "Hardy Heron" (LTS)

Import repository public key:

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

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

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

Update package listings and install the package digup:

# apt-get update
# apt-get install digup

openSUSE Logo

openSUSE 11.3

Repository URL for installation via YaST:

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

Alternative: Command line installation using zypper:

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

Accept the repository key B7B702B5F4EF04FA when queried.

Install the package digup:

# zypper install digup

openSUSE Logo

openSUSE 11.2

Repository URL for installation via YaST:

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

Alternative: Command line installation using zypper:

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

Accept the repository key B7B702B5F4EF04FA when queried.

Install the package digup:

# zypper install digup

Fedora Logo

Fedora 13

Download repository file for yum:

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

Import repository public RPM signing key:

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

Install the package digup:

# yum install digup

Fedora Logo

Fedora 12

Download repository file for yum:

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

Import repository public RPM signing key:

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

Install the package digup:

# yum install digup

Fedora Logo

Fedora 11

Download repository file for yum:

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

Import repository public RPM signing key:

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

Install the package digup:

# yum install digup
RSS 2.0 Weblog Feed Atom 1.0 Weblog Feed Valid XHTML 1.1 Valid CSS (2.1)