annotate package_lists.py @ 247:ff36727f3a10

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