annotate package_lists.py @ 153:03ea89f9013a

add cam-int,cam-ext,megasecond
author drewp@bigasterisk.com
date Sat, 11 Mar 2023 12:27:53 -0800
parents 258865bd7059
children 1f5f0ccfc58f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
1 setup = [
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
2 'atool',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
3 'build-essential',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
4 'curl',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
5 'iproute2', # needed for wireguard
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
6 'iptables',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
7 'mosquitto-clients',
118
69058ad170be watch output from `zfs list -o space` as metrics
drewp@bigasterisk.com
parents: 114
diff changeset
8 'mtail',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
9 'rsync',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
10 'udns-utils',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
11 'vim-tiny',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
12 'wireguard-tools',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
13 ]
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
14
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
15 pi_setup = [
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
16 'apt-utils',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
17 'dirmngr',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
18 'gnupg2',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
19 ]
147
51a48aeca8ba node/npm fixes
drewp@bigasterisk.com
parents: 146
diff changeset
20 non_pi_setup = [
51a48aeca8ba node/npm fixes
drewp@bigasterisk.com
parents: 146
diff changeset
21 'nodejs', # alt source, contains npm
51a48aeca8ba node/npm fixes
drewp@bigasterisk.com
parents: 146
diff changeset
22 # 'npm',
51a48aeca8ba node/npm fixes
drewp@bigasterisk.com
parents: 146
diff changeset
23 ]
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
24 general = [
131
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
25 'apt-listchanges',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
26 'aptitude',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
27 'atool',
135
drewp@bigasterisk.com
parents: 131
diff changeset
28 'bsd-mailx',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
29 'emacs',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
30 'fdisk',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
31 'isc-dhcp-client',
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',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
45 'wget',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
46 'wireguard',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
47 'zsh',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
48 ]
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
49
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
50 non_pi = [
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
51 'lpr',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
52 'nfs-client',
131
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
53 '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
54 # '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
55 'python3-atomicwrites',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
56 'python3-invoke',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
57 'python3-pip',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
58 'python3-venv',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
59 'python3-virtualenv',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
60 ]
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 debug = [
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
63 'debian-goodies',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
64 'dstat',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
65 'ethtool',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
66 'gdb',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
67 'htop',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
68 'ifstat',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
69 'iotop',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
70 'iproute2',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
71 'mtr-tiny',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
72 'ncdu',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
73 'net-tools',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
74 'nmap',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
75 'oping',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
76 'speedtest-cli',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
77 'strace',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
78 'sysstat',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
79 'tcpdump',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
80 ]
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
81
146
2065998876e4 add host 'ditto'
drewp@bigasterisk.com
parents: 145
diff changeset
82 for_bang_ditto = [
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
83 'dnsmasq',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
84 'nfs-common',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
85 'openntpd',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
86 'zfs-auto-snapshot',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
87 'zfs-zed',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
88 'zfsutils-linux',
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
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
91 for_pipe = [
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 'python3-iptables',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
94 ]
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
95
131
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
96 for_prime = [
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
97 'opendkim',
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
98 'opendkim-tools',
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
99 ]
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
100
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
101 laptop = [
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
102 'brightnessctl',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
103 'i3',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
104 'network-manager',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
105 'xserver-xorg-input-synaptics',
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
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
108 audio_plugins = [
145
drewp@bigasterisk.com
parents: 141
diff changeset
109 'amb-plugins',
drewp@bigasterisk.com
parents: 141
diff changeset
110 'ambdec',
drewp@bigasterisk.com
parents: 141
diff changeset
111 'autotalent',
drewp@bigasterisk.com
parents: 141
diff changeset
112 'blepvco',
drewp@bigasterisk.com
parents: 141
diff changeset
113 'blop',
drewp@bigasterisk.com
parents: 141
diff changeset
114 'bs2b-ladspa',
drewp@bigasterisk.com
parents: 141
diff changeset
115 'caps',
drewp@bigasterisk.com
parents: 141
diff changeset
116 'cmt',
drewp@bigasterisk.com
parents: 141
diff changeset
117 'csladspa',
drewp@bigasterisk.com
parents: 141
diff changeset
118 'dpf-plugins-ladspa',
drewp@bigasterisk.com
parents: 141
diff changeset
119 'fil-plugins',
drewp@bigasterisk.com
parents: 141
diff changeset
120 'guitarix-ladspa',
drewp@bigasterisk.com
parents: 141
diff changeset
121 'invada-studio-plugins-ladspa',
drewp@bigasterisk.com
parents: 141
diff changeset
122 'ladspa-sdk',
drewp@bigasterisk.com
parents: 141
diff changeset
123 'lsp-plugins-ladspa',
drewp@bigasterisk.com
parents: 141
diff changeset
124 'mcp-plugins',
drewp@bigasterisk.com
parents: 141
diff changeset
125 'omins',
drewp@bigasterisk.com
parents: 141
diff changeset
126 'rev-plugins',
drewp@bigasterisk.com
parents: 141
diff changeset
127 'ste-plugins',
drewp@bigasterisk.com
parents: 141
diff changeset
128 'swh-plugins',
drewp@bigasterisk.com
parents: 141
diff changeset
129 'tap-plugins',
drewp@bigasterisk.com
parents: 141
diff changeset
130 'vco-plugins',
drewp@bigasterisk.com
parents: 141
diff changeset
131 'wah-plugins',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
132 ]
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
133
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
134 desktop = [
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
135 '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
136 'alsa-utils',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
137 'apache2-utils',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
138 'arandr',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
139 'ardour',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
140 'audacity',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
141 'brasero',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
142 'breeze',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
143 'brightnessctl',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
144 'checkinstall',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
145 'cmake',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
146 'code',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
147 'cups',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
148 'darcs',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
149 'dolphin',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
150 'eog',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
151 'evtest',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
152 'eye',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
153 'fatrace',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
154 'firefox',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
155 'flameshot',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
156 'fontmatrix',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
157 'fonts-dejavu-core',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
158 'fonts-dejavu-extra',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
159 'fonts-dejavu',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
160 'fonts-droid-fallback',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
161 'fonts-emojione',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
162 'fonts-font-awesome',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
163 'fonts-freefont-ttf',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
164 'fonts-lato',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
165 'fonts-liberation2',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
166 'fonts-noto',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
167 'fonts-opensymbol',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
168 'fonts-quicksand',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
169 'fonts-texgyre',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
170 'fonts-ubuntu-console',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
171 'fonts-ubuntu',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
172 'fonts-urw-base35',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
173 'fvwm',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
174 'gdb',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
175 'gedit',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
176 'gimp-data-extras',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
177 'gimp-gmic',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
178 'gimp-plugin-registry',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
179 'gimp-texturize',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
180 'gimp',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
181 'gnome-icon-theme',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
182 'gnumeric',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
183 'gnuplot',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
184 'golang',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
185 'google-chrome-stable',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
186 'google-chrome-unstable',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
187 'gstreamer1.0-libav',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
188 'gstreamer1.0-opencv',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
189 'gstreamer1.0-plugins-bad',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
190 'gstreamer1.0-plugins-ugly',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
191 'gstreamer1.0-tools',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
192 'gstreamer1.0-vaapi',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
193 'heif-gdk-pixbuf',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
194 'heif-thumbnailer',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
195 'humanity-icon-theme',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
196 'i3lock',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
197 'imagemagick',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
198 'imwheel',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
199 'jq',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
200 'k4dirstat',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
201 'kitty',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
202 'libheif-examples',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
203 'libreoffice-draw',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
204 'libreoffice-impress',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
205 'libreoffice-writer',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
206 '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
207 'lxterminal',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
208 'meld',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
209 'mpv',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
210 'nmap',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
211 'nodm',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
212 'nvidia-driver-520',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
213 'okular',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
214 'pavucontrol',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
215 'python3-dulwich',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
216 'python3-evemu',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
217 'python3-opencv',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
218 'python3-pycurl',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
219 'python3-rdflib',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
220 'python3-venv',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
221 'qjackctl',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
222 'qv4l2',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
223 'rar',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
224 'rclone',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
225 'recordmydesktop',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
226 'simple-scan',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
227 'solvespace',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
228 'sshfs',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
229 'steam-launcher',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
230 'swi-prolog',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
231 'syncthing-gtk',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
232 'system-config-printer',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
233 'trayer',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
234 'ttf-bitstream-vera',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
235 'vlc',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
236 'wamerican',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
237 'wireshark',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
238 'wmctrl',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
239 'x11-apps',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
240 'x11vnc',
114
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
241 'xclip',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
242 'xfonts-base',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
243 'xfonts-encodings',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
244 'xfonts-utils',
7e280bf26dba package lists big update, pulling from /var/log/apt on a few hosts
drewp@bigasterisk.com
parents:
diff changeset
245 'xosview',
141
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
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
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
249 'xtightvncviewer',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
250 'xvfb',
64fe74f0005f add lots of pkgs i used on dash
drewp@bigasterisk.com
parents: 138
diff changeset
251 #'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
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
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
259 # not on slash ,maybe needed for dash/steam?
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
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
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
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
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
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
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
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
7a94db404be4 packages refactor and some updates
drewp@bigasterisk.com
parents: 124
diff changeset
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 ]