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