comparison package_lists.py @ 195:ee6374edfc06

pkgs and signatures
author drewp@bigasterisk.com
date Wed, 14 Jun 2023 19:45:35 -0700
parents a882fb1fa000
children a5399e8b47b6
comparison
equal deleted inserted replaced
194:0d37dde619d0 195:ee6374edfc06
60 'python3-virtualenv', 60 'python3-virtualenv',
61 ] 61 ]
62 62
63 debug = [ 63 debug = [
64 'debian-goodies', 64 'debian-goodies',
65 'dmidecode',
65 'dstat', 66 'dstat',
66 'ethtool', 67 'ethtool',
67 'gdb', 68 'gdb',
69 'hdparm',
68 'htop', 70 'htop',
69 'ifstat', 71 'ifstat',
70 'iotop', 72 'iotop',
71 'iproute2', 73 'iproute2',
74 'lshw',
75 'lsof',
72 'mtr-tiny', 76 'mtr-tiny',
73 'ncdu', 77 'ncdu',
74 'net-tools', 78 'net-tools',
75 'nmap', 79 'nmap',
76 'oping', 80 'oping',
81 'smartmontools',
77 'speedtest-cli', 82 'speedtest-cli',
78 'strace', 83 'strace',
79 'sysstat', 84 'sysstat',
80 'tcpdump', 85 'tcpdump',
86 'wakeonlan',
81 ] 87 ]
82 88
83 for_bang_ditto = [ 89 for_bang_ditto = [
84 'dnsmasq', 90 'dnsmasq',
85 'nfs-common', 91 'nfs-common',
197 'heif-thumbnailer', 203 'heif-thumbnailer',
198 'humanity-icon-theme', 204 'humanity-icon-theme',
199 'i3lock', 205 'i3lock',
200 'imagemagick', 206 'imagemagick',
201 'imwheel', 207 'imwheel',
208 'jq',
202 'k4dirstat', 209 'k4dirstat',
203 'kitty', 210 'kitty',
204 'libheif-examples', 211 'libheif-examples',
205 'libreoffice-draw', 212 'libreoffice-draw',
206 'libreoffice-impress', 213 'libreoffice-impress',
225 'rar', 232 'rar',
226 'rclone', 233 'rclone',
227 'recordmydesktop', 234 'recordmydesktop',
228 'simple-scan', 235 'simple-scan',
229 'solvespace', 236 'solvespace',
237 'sqlitebrowser',
230 'sshfs', 238 'sshfs',
231 'steam-launcher', 239 'steam-launcher',
232 'swi-prolog', 240 'swi-prolog',
233 'syncthing-gtk', 241 'syncthing-gtk',
234 'system-config-printer', 242 'system-config-printer',
247 'xpad', 255 'xpad',
248 'xsane', 256 'xsane',
249 'xterm', 257 'xterm',
250 'xtightvncviewer', 258 'xtightvncviewer',
251 'xvfb', 259 'xvfb',
252 'libsubid4', # for podman 260 #'libsubid4', # for podman ;failing on old bang OS version
253 'buildah', # for podman 261 'buildah', # for podman
254 #'cuda-minimal-build-11-8', some issue on slash 262 #'cuda-minimal-build-11-8', some issue on slash
255 #'libcudnn8', some issue on slash 263 #'libcudnn8', some issue on slash
256 ] 264 ]
257 265