comparison package_lists.py @ 270:65bc4ebb3924

add some pkgs
author drewp@bigasterisk.com
date Wed, 14 Feb 2024 18:48:54 -0800
parents 34ab4aec7d4b
children f7178138b736
comparison
equal deleted inserted replaced
269:665a199f7c8a 270:65bc4ebb3924
54 ] 54 ]
55 55
56 non_pi = [ 56 non_pi = [
57 'lpr', 57 'lpr',
58 'nfs-client', 58 'nfs-client',
59 'python3-dulwich', # desired, but it may depend on an old python3 59 'python3-dulwich', # desired, but it may depend on an old python3
60 'python3-atomicwrites', 60 'python3-atomicwrites',
61 'python3-invoke', 61 'python3-invoke',
62 'python3-pip', 62 'python3-pip',
63 'python3-venv', 63 'python3-venv',
64 'python3-virtualenv', 64 'python3-virtualenv',
96 'nfs-common', 96 'nfs-common',
97 'openntpd', 97 'openntpd',
98 'zfs-auto-snapshot', 98 'zfs-auto-snapshot',
99 'zfs-zed', 99 'zfs-zed',
100 'zfsutils-linux', 100 'zfsutils-linux',
101 'libsubid4', # for podman 101 'libsubid4', # for podman
102 'buildah', # for podman 102 'buildah', # for podman
103 #'libedgetpu1-std', # for coral? not working on bang 103 #'libedgetpu1-std', # for coral? not working on bang
104 ] 104 ]
105 105
106 for_pipe = [ 106 for_pipe = [
107 'dnsmasq', 107 'dnsmasq',
217 'kitty', 217 'kitty',
218 'libheif-examples', 218 'libheif-examples',
219 'libreoffice-draw', 219 'libreoffice-draw',
220 'libreoffice-impress', 220 'libreoffice-impress',
221 'libreoffice-writer', 221 'libreoffice-writer',
222 'libfuse2', # for obsidian (appimage) 222 'libfuse2', # for obsidian (appimage)
223 'libxcb-xkb1', # needed for kitty 223 'libxcb-xkb1', # needed for kitty
224 'lxterminal', 224 'lxterminal',
225 'meld', 225 'meld',
226 'mpv', 226 'mpv',
227 'nmap', 227 'nmap',
263 'xpad', 263 'xpad',
264 'xsane', 264 'xsane',
265 'xterm', 265 'xterm',
266 'xtightvncviewer', 266 'xtightvncviewer',
267 'xvfb', 267 'xvfb',
268 'libsubid4', # for podman 268 'libsubid4', # for podman
269 'buildah', # for podman 269 'buildah', # for podman
270 'podman-docker', 270 'podman-docker',
271 'libssl-dev', # for pypi 'packages' 271 'libssl-dev', # for pypi 'packages'
272 'libcurl4-openssl-dev', # for pypi 'packages' 272 'libcurl4-openssl-dev', # for pypi 'packages'
273 #'cuda-minimal-build-11-8', some issue on slash 273 #'cuda-minimal-build-11-8', some issue on slash
274 #'libcudnn8', some issue on slash 274 #'libcudnn8', some issue on slash
275 'kicad',
276 'openscad',
277 'dunst',
278 'gmic',
279 'git-cola',
280 'optipng',
281 'pngcrush',
282 'pngquant',
283 'cdparanoia',
275 ] 284 ]
276 285
277 xorg = [ 286 xorg = [
278 'kbd', 287 'kbd',
279 'nvidia-modprobe', 288 'nvidia-modprobe',