Mercurial > code > home > repos > infra
annotate package_lists.py @ 175:f2dc9ef37305
more hosts get jq (esp ditto)
author | drewp@bigasterisk.com |
---|---|
date | Sat, 25 Mar 2023 18:41:16 -0700 |
parents | b6b11048d0fb |
children | db4b3a07a3dc |
rev | line source |
---|---|
174
b6b11048d0fb
collect nodejs pkg install stuff together
drewp@bigasterisk.com
parents:
167
diff
changeset
|
1 # nodejs+friends are handled outside this file |
b6b11048d0fb
collect nodejs pkg install stuff together
drewp@bigasterisk.com
parents:
167
diff
changeset
|
2 |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
3 setup = [ |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
4 'atool', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
5 'build-essential', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
6 'curl', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
7 'iproute2', # needed for wireguard |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
8 'iptables', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
9 'mosquitto-clients', |
118
69058ad170be
watch output from `zfs list -o space` as metrics
drewp@bigasterisk.com
parents:
114
diff
changeset
|
10 'mtail', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
11 'rsync', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
12 'udns-utils', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
13 'vim-tiny', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
14 'wireguard-tools', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
15 ] |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
16 |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
17 pi_setup = [ |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
18 'apt-utils', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
19 'dirmngr', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
20 'gnupg2', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
21 ] |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
22 general = [ |
131 | 23 'apt-listchanges', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
24 'aptitude', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
25 'atool', |
135 | 26 'bsd-mailx', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
27 'emacs', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
28 'fdisk', |
167 | 29 'hdparm', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
30 'isc-dhcp-client', |
175 | 31 'jq', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
32 'keychain', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
33 'kitty-terminfo', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
34 'less', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
35 'libgraphviz-dev', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
36 'links', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
37 'lua5.3', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
38 'mercurial', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
39 'netcat-openbsd', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
40 'ntpdate', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
41 'rclone', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
42 'sshfs', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
43 'syncthing', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
44 'vim-nox', |
167 | 45 'wakeonlan', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
46 'wget', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
47 'wireguard', |
167 | 48 'xosview', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
49 'zsh', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
50 ] |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
51 |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
52 non_pi = [ |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
53 'lpr', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
54 'nfs-client', |
131 | 55 'podman-docker', # updated with https://podman.io/getting-started/installation |
151
258865bd7059
add pkg (used for photo copies, in dev)
drewp@bigasterisk.com
parents:
147
diff
changeset
|
56 # 'python3-dulwich', # desired, but it may depend on an old python3 |
258865bd7059
add pkg (used for photo copies, in dev)
drewp@bigasterisk.com
parents:
147
diff
changeset
|
57 'python3-atomicwrites', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
58 'python3-invoke', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
59 'python3-pip', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
60 'python3-venv', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
61 'python3-virtualenv', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
62 ] |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
63 |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
64 debug = [ |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
65 'debian-goodies', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
66 'dstat', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
67 'ethtool', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
68 'gdb', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
69 'htop', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
70 'ifstat', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
71 'iotop', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
72 'iproute2', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
73 'mtr-tiny', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
74 'ncdu', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
75 'net-tools', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
76 'nmap', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
77 'oping', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
78 'speedtest-cli', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
79 'strace', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
80 'sysstat', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
81 'tcpdump', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
82 ] |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
83 |
146 | 84 for_bang_ditto = [ |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
85 'dnsmasq', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
86 'nfs-common', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
87 'openntpd', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
88 'zfs-auto-snapshot', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
89 'zfs-zed', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
90 'zfsutils-linux', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
91 ] |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
92 |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
93 for_pipe = [ |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
94 'dnsmasq', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
95 'python3-iptables', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
96 ] |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
97 |
131 | 98 for_prime = [ |
99 'opendkim', | |
100 'opendkim-tools', | |
101 ] | |
102 | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
103 laptop = [ |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
104 'brightnessctl', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
105 'i3', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
106 'network-manager', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
107 'xserver-xorg-input-synaptics', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
108 ] |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
109 |
141 | 110 audio_plugins = [ |
145 | 111 'amb-plugins', |
112 'ambdec', | |
113 'autotalent', | |
114 'blepvco', | |
115 'blop', | |
116 'bs2b-ladspa', | |
117 'caps', | |
118 'cmt', | |
119 'csladspa', | |
120 'dpf-plugins-ladspa', | |
121 'fil-plugins', | |
122 'guitarix-ladspa', | |
123 'invada-studio-plugins-ladspa', | |
124 'ladspa-sdk', | |
125 'lsp-plugins-ladspa', | |
126 'mcp-plugins', | |
127 'omins', | |
128 'rev-plugins', | |
129 'ste-plugins', | |
130 'swh-plugins', | |
131 'tap-plugins', | |
132 'vco-plugins', | |
133 'wah-plugins', | |
141 | 134 ] |
135 | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
136 desktop = [ |
141 | 137 'adwaita-icon-theme-full', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
138 'alsa-utils', |
141 | 139 'apache2-utils', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
140 'arandr', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
141 'ardour', |
141 | 142 'audacity', |
143 'brasero', | |
144 'breeze', | |
145 'brightnessctl', | |
146 'checkinstall', | |
147 'cmake', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
148 'code', |
141 | 149 'cups', |
150 'darcs', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
151 'dolphin', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
152 'eog', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
153 'evtest', |
141 | 154 'eye', |
155 'fatrace', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
156 'firefox', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
157 'flameshot', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
158 'fontmatrix', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
159 'fonts-dejavu-core', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
160 'fonts-dejavu-extra', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
161 'fonts-dejavu', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
162 'fonts-droid-fallback', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
163 'fonts-emojione', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
164 'fonts-font-awesome', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
165 'fonts-freefont-ttf', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
166 'fonts-lato', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
167 'fonts-liberation2', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
168 'fonts-noto', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
169 'fonts-opensymbol', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
170 'fonts-quicksand', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
171 'fonts-texgyre', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
172 'fonts-ubuntu-console', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
173 'fonts-ubuntu', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
174 'fonts-urw-base35', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
175 'fvwm', |
141 | 176 'gdb', |
177 'gedit', | |
178 'gimp-data-extras', | |
179 'gimp-gmic', | |
180 'gimp-plugin-registry', | |
181 'gimp-texturize', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
182 'gimp', |
141 | 183 'gnome-icon-theme', |
184 'gnumeric', | |
185 'gnuplot', | |
186 'golang', | |
187 'google-chrome-stable', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
188 'google-chrome-unstable', |
141 | 189 'gstreamer1.0-libav', |
190 'gstreamer1.0-opencv', | |
191 'gstreamer1.0-plugins-bad', | |
192 'gstreamer1.0-plugins-ugly', | |
193 'gstreamer1.0-tools', | |
194 'gstreamer1.0-vaapi', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
195 'heif-gdk-pixbuf', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
196 'heif-thumbnailer', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
197 'humanity-icon-theme', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
198 'i3lock', |
141 | 199 'imagemagick', |
200 'imwheel', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
201 'k4dirstat', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
202 'kitty', |
141 | 203 'libheif-examples', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
204 'libreoffice-draw', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
205 'libreoffice-impress', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
206 'libreoffice-writer', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
207 'libxcb-xkb1', # needed for kitty |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
208 'lxterminal', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
209 'meld', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
210 'mpv', |
141 | 211 'nmap', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
212 'nodm', |
141 | 213 'nvidia-driver-520', |
214 'okular', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
215 'pavucontrol', |
141 | 216 'python3-dulwich', |
217 'python3-evemu', | |
218 'python3-opencv', | |
219 'python3-pycurl', | |
220 'python3-rdflib', | |
221 'python3-venv', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
222 'qjackctl', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
223 'qv4l2', |
141 | 224 'rar', |
225 'rclone', | |
226 'recordmydesktop', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
227 'simple-scan', |
141 | 228 'solvespace', |
229 'sshfs', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
230 'steam-launcher', |
141 | 231 'swi-prolog', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
232 'syncthing-gtk', |
141 | 233 'system-config-printer', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
234 'trayer', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
235 'ttf-bitstream-vera', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
236 'vlc', |
141 | 237 'wamerican', |
238 'wireshark', | |
239 'wmctrl', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
240 'x11-apps', |
141 | 241 'x11vnc', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
242 'xclip', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
243 'xfonts-base', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
244 'xfonts-encodings', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
245 'xfonts-utils', |
141 | 246 'xpad', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
247 'xsane', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
248 'xterm', |
141 | 249 'xtightvncviewer', |
250 'xvfb', | |
251 #'cuda-minimal-build-11-8', some issue on slash | |
252 #'libcudnn8', some issue on slash | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
253 ] |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
254 |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
255 xorg = [ |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
256 'kbd', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
257 'libnvidia-cfg1-520', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
258 'libnvidia-common-520', |
131 | 259 # not on slash ,maybe needed for dash/steam? |
260 # 'libnvidia-compute-520:i386', | |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
261 'libnvidia-compute-520', |
131 | 262 #'libnvidia-decode-520:i386', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
263 'libnvidia-decode-520', |
131 | 264 #'libnvidia-encode-520:i386', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
265 'libnvidia-encode-520', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
266 'libnvidia-extra-520', |
131 | 267 #'libnvidia-fbc1-520:i386', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
268 'libnvidia-fbc1-520', |
131 | 269 #'libnvidia-gl-520:i386', |
114
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
270 'libnvidia-gl-520', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
271 'nvidia-compute-utils-520', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
272 'nvidia-dkms-520', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
273 'nvidia-driver-520', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
274 'nvidia-kernel-common-520', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
275 'nvidia-kernel-source-520', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
276 'nvidia-modprobe', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
277 'nvidia-prime', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
278 'nvidia-settings', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
279 'nvidia-utils-520', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
280 'screen-resolution-extra', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
281 'xserver-xorg-video-nvidia-520', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
282 'xserver-xorg', |
7e280bf26dba
package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff
changeset
|
283 ] |