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 (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

For newer versions see: Debian testing (squeeze)


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

For older versions see: Ubuntu 9.10 "Karmic Koala", Ubuntu 9.04 "Jaunty Jackalope", Ubuntu 8.10 "Intrepid Ibex" or Ubuntu 8.04 "Hardy Heron" (LTS)


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

For older versions see: openSUSE 11.2, openSUSE 11.1 or openSUSE 11.0


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

For older versions see: Fedora 12, Fedora 11, Fedora 10 or Fedora 9


ArchLinux Logo

ArchLinux (current)

Add binary repository lines to the end of /etc/pacman.conf:

[idlebox]
Server = http://idlebox.net/repo/archlinux/i686/

Update package listings and install the package digup:

# pacman --sync --refresh digup

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.23.ebuild
# ebuild digup-0.6.23.ebuild digest merge

Older or Unstable Linux Distributions


Debian Logo

Debian testing (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 lenny 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 9.04 "Jaunty Jackalope"

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 jaunty main

Update package listings and install the package digup:

# apt-get update
# apt-get install digup

Ubuntu Logo

Ubuntu 8.10 "Intrepid Ibex"

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 intrepid 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.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

openSUSE Logo

openSUSE 11.1

Repository URL for installation via YaST:

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

Alternative: Command line installation using zypper:

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

Accept the repository key B7B702B5F4EF04FA when queried.

Install the package digup:

# zypper install digup

openSUSE Logo

openSUSE 11.0

Repository URL for installation via YaST:

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

Alternative: Command line installation using zypper:

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

Accept the repository key B7B702B5F4EF04FA when queried.

Install the package digup:

# zypper 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

Fedora Logo

Fedora 10

Download repository file for yum:

# wget -P /etc/yum.repos.d/ https://idlebox.net/repo/fedora/10/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 9

Download repository file for yum:

# wget -P /etc/yum.repos.d/ https://idlebox.net/repo/fedora/9/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)