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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
|
Source: kinet-metapackages
Section: metapackages
Priority: optional
Maintainer: Kinet Informatikdienst <linux@gymkirchenfeld.ch>
Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
debhelper-compat (= 13),
python3-docutils,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://gymkirchenfeld.ch
Vcs-Browser: https://git.progress-linux.org/software/kinet/kinet-metapackages
Vcs-Git: https://git.progress-linux.org/packages/software/kinet/kinet-metapackages
Package: kinet-base-system
Section: metapackages
Architecture: any
Depends:
${misc:Depends},
task-ssh-server,
# bash
bash-completion,
powerline,
powerline-gitstatus,
# debian
apt-utils,
debconf-utils,
needrestart,
# knot
knot-dnsutils,
knot-dnssecutils,
knot-host,
# ldap
sssd,
sssd-tools,
libnss-sss,
libpam-sss,
realmd,
adcli,
policykit-1,
packagekit,
# lzip
plzip,
tarlz,
zutils,
# systemd
libpam-systemd,
systemd-oomd,
# other
acl,
bc,
ca-certificates,
gawk,
git,
gnupg,
htop,
jq,
less,
lnav,
lsb-release,
lynx,
man-db,
mc,
mtr-tiny,
openssl,
psmisc,
python3,
ptpython,
rsync,
screen,
sudo,
tcpdump,
traceroute,
vim,
wget,
whois,
zstd,
Conflicts:
resolvconf,
Recommends:
# knot-resolver
knot-resolver [amd64 arm64 armhf armel i386],
socat,
Description: Kinet - Base System Metapackage
Gymnasium Kirchenfeld uses Debian-based images and systems.
.
This package is a metapackage defining the package selection for the
Kinet Base System.
Package: kinet-container
Section: metapackages
Architecture: all
Depends:
${misc:Depends},
kinet-base-system,
# systemd
dbus,
polkitd,
systemd-sysv,
Conflicts:
molly-guard,
Replaces:
molly-guard,
Enhances:
kinet-base-system,
Description: Kinet - Container Metapackage
Gymnasium Kirchenfeld uses Debian-based images and systems.
.
This package is a metapackage to be installed in a container (systemd-nspawn).
Package: kinet-host
Section: metapackages
Architecture: any
Depends:
${misc:Depends},
kinet-base-system,
# cryptsetup
cryptsetup-bin,
keyutils,
plymouth,
# firmware-free
firmware-linux-free,
# knot-resolver
knot-resolver [amd64 arm64 armhf armel i386],
socat,
# monitoring
spectre-meltdown-checker,
# other
dmidecode [amd64 arm64 armhf i386],
ethtool,
gpm,
hdparm,
nvme-cli,
parted,
smartmontools,
systemd-timesyncd,
Suggests:
# bash
fonts-powerline-extra,
# firmware-nonfree (non-free)
firmware-linux-nonfree,
firmware-misc-nonfree,
# firmware (non-free)
firmware-ast,
# microcode (contrib, non-free)
iucode-tool,
amd64-microcode,
intel-microcode,
# other (third-party)
supermicro-ipmicfg,
Enhances:
kinet-base-system,
Description: Kinet - Host Metapackage
Gymnasium Kirchenfeld uses Debian-based images and systems.
.
This package is a metapackage to be installed on a host system (physical or
virtual).
Package: kinet-server
Section: metapackages
Architecture: all
Depends:
${misc:Depends},
kinet-base-system,
# other
localepurge,
logrotate,
molly-guard | kinet-container,
postfix,
safe-rm,
Breaks:
exim4-config,
Enhances:
kinet-base-system,
Description: Kinet - Server Metapackage
Gymnasium Kirchenfeld uses Debian-based images and systems.
.
This package is a metapackage to be installed on a server.
Package: kinet-container-server
Section: metapackages
Architecture: all
Depends:
${misc:Depends},
kinet-server,
# container-tools
open-infrastructure-container-tools,
curl,
mmdebstrap | debootstrap,
irker,
pv,
bridge-utils,
# monitoring
netdata,
netdata-apache2,
netdata-plugins-python,
# web
apache2,
# other
lldpd,
numad,
Suggests:
ttyd,
Enhances:
kinet-base-system,
kinet-server,
Description: Kinet - Container Server Metapackage
Gymnasium Kirchenfeld uses Debian-based images and systems.
.
This package is a metapackage defining the package selection for the
Kinet Container Server.
|