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 |
$ cat files/distributions
Origin: localrepo
Codename: cosmic
Architectures: amd64
Components: main
Description: Personal repository
DebOverride: override.cosmic
$ reprepro
[ ... ]
# cat /etc/apt/preferences
Package: *
Pin: origin "localrepo"
Pin-Priority: 1001
# cat /etc/apt/sources.list.d/local.list
deb [ trusted=yes ] http://localhost:8000/ cosmic main
# apt-get update
# apt-cache policy qemu-system-gui
qemu-system-gui:
Installed: (none)
Candidate: 1:2.12+dfsg-3ubuntu8.2
Version table:
[...]
1:2.12+dfsg-3ubuntu8.2 500
500 http://localhost:8000 cosmic/main amd64 Packages
[...] |