comparison 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
comparison
equal deleted inserted replaced
201:2595cf510c5d 202:a5399e8b47b6
50 ] 50 ]
51 51
52 non_pi = [ 52 non_pi = [
53 'lpr', 53 'lpr',
54 'nfs-client', 54 'nfs-client',
55 # 'python3-dulwich', # desired, but it may depend on an old python3 55 'python3-dulwich', # desired, but it may depend on an old python3
56 'python3-atomicwrites', 56 'python3-atomicwrites',
57 'python3-invoke', 57 'python3-invoke',
58 'python3-pip', 58 'python3-pip',
59 'python3-venv', 59 'python3-venv',
60 'python3-virtualenv', 60 'python3-virtualenv',
210 'kitty', 210 'kitty',
211 'libheif-examples', 211 'libheif-examples',
212 'libreoffice-draw', 212 'libreoffice-draw',
213 'libreoffice-impress', 213 'libreoffice-impress',
214 'libreoffice-writer', 214 'libreoffice-writer',
215 'libfuse2', # for obsidian (appimage)
215 'libxcb-xkb1', # needed for kitty 216 'libxcb-xkb1', # needed for kitty
216 'lxterminal', 217 'lxterminal',
217 'meld', 218 'meld',
218 'mpv', 219 'mpv',
219 'nmap', 220 'nmap',
255 'xpad', 256 'xpad',
256 'xsane', 257 'xsane',
257 'xterm', 258 'xterm',
258 'xtightvncviewer', 259 'xtightvncviewer',
259 'xvfb', 260 'xvfb',
260 #'libsubid4', # for podman ;failing on old bang OS version 261 'libsubid4', # for podman
261 'buildah', # for podman 262 'buildah', # for podman
262 #'cuda-minimal-build-11-8', some issue on slash 263 #'cuda-minimal-build-11-8', some issue on slash
263 #'libcudnn8', some issue on slash 264 #'libcudnn8', some issue on slash
264 ] 265 ]
265 266