blag: typos, indentation fixes (libmultimarkdown-perl is a bit more picky with code...
[www-rohieb-name.git] / projects / rohieb-name-repo.mdwn
1 [[!meta title="The rohieb.name Debian repository"]]
2
3 ## Contents ##
4
5 My personal Debian repository currently contains the following software:
6
7 * `infopoint-html`, the [[Infopoint HTML Viewer|projects/infopoint-html]]
8
9 ## Instructions ##
10
11 On any recent Debian system, open a terminal and do the following:
12
13 * Be root (or use [`sudo`][sudo] in front of the following commands).
14 * Add the repository to your `sources.list` by installing the package
15 `rohieb.name-repo-keyring`:
16
17 wget http://packages.rohieb.name/debian/rohieb.name-repo-keyring_latest.deb
18 # echo "deb http://packages.rohieb.name/debian testing main" > \
19 /etc/apt/sources.list.d/rohieb.name.list
20 # apt-get update
21 [apt-get warns about missing public keys, that’s okay]
22 # apt-get install -y --allow-unauthenticated rohieb.name-repo-keyring
23 # apt-get update
24
25 * Double-check the key fingerprint. `apt-key fingerprint` should contain the
26 following key and fingerprint, but nothing else under that section:
27
28 /etc/apt/trusted.gpg.d/rohieb.name-repo-keyring.gpg
29 ---------------------------------------------------
30 pub 2560R/86748A36 2013-11-07 [expires: 2017-11-06]
31 Key fingerprint = 4D51 6412 405B E4A1 328F FCC1 F6D2 9C49 8674 8A36
32 uid rohieb.name Package Signing Key <packages@rohieb.name>
33 sub 2560R/E0CD07C7 2013-11-07 [expires: 2017-11-06]
34
35 (If you want to know more about secure APT repositories, read the manpage
36 for [`apt-secure`][apt-secure].)
37
38 [sudo]: http://manpages.debian.net/cgi-bin/man.cgi?query=sudo&manpath=Debian+7.0+wheezy&format=html&locale=en
39 [apt-secure]: http://manpages.debian.net/cgi-bin/man.cgi?query=apt-secure&manpath=Debian+7.0+wheezy&format=html&locale=en
40
41 [[!tag Debian Debian_repository packaging apt aptitude GPG]]
This page took 0.05171 seconds and 5 git commands to generate.