summaryrefslogtreecommitdiff
path: root/manual/en/040-installing.mdwn
blob: f7c70c4321ea7439b6ecb9f88cdb3d293b4835ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Installing Obnam
================

This chapter explains how to install Obnam. It is not a very extensive
set of instructions, yet. In particular, it really only caters to
Debian users. Instructions for other systems would be very much welcome.

Debian
------

It is easiest to install Obnam on a Debian system. If you're running
Debian `wheezy` or a later release, Obnam is included and you can just
install it:

    apt-get install obnam

There may be a newer version of Obnam on the author's site. The rest
of this section explains how to install from there.

Add the following line to your `/etc/apt/sources.list` file:

    deb http://code.liw.fi/debian squeeze main

Then run the following commands as root:

* `apt-get update`
* `apt-get install obnam`

The commands will complain that the PGP key used to sign the archive
is not known to apt. You can either ignore this, or add the key from
<http://code.liw.fi/apt.asc> to your key, after suitable verification.

Other systems
-------------

For other systems, you need to install from sources. See the `README`
file in the source tree for instructions.