Mercurial > code > home > repos > infra
diff package_lists.py @ 131:7a94db404be4
packages refactor and some updates
author | drewp@bigasterisk.com |
---|---|
date | Wed, 21 Dec 2022 13:44:38 -0800 |
parents | 1d82681e7051 |
children | a3d15c046e67 |
line wrap: on
line diff
--- a/package_lists.py Wed Dec 21 13:09:32 2022 -0800 +++ b/package_lists.py Wed Dec 21 13:44:38 2022 -0800 @@ -19,6 +19,7 @@ ] general = [ + 'apt-listchanges', 'aptitude', 'atool', 'emacs', @@ -47,8 +48,8 @@ 'nfs-client', 'nodejs', 'npm', - 'podman-docker', # updated with https://podman.io/getting-started/installation - 'python3-dulwich', + 'podman-docker', # updated with https://podman.io/getting-started/installation +# 'python3-dulwich', # desired, but it may depend on an old python3 'python3-invoke', 'python3-pip', 'python3-venv', @@ -89,6 +90,11 @@ 'python3-iptables', ] +for_prime = [ + 'opendkim', + 'opendkim-tools', +] + laptop = [ 'brightnessctl', 'i3', @@ -101,7 +107,7 @@ 'arandr', 'ardour', 'code', - 'cuda-minimal-build-11-8', + #'cuda-minimal-build-11-8', some issue on slash 'dolphin', 'eog', 'evtest', @@ -133,7 +139,7 @@ 'i3lock', 'k4dirstat', 'kitty', - 'libcudnn8', +# 'libcudnn8', some issue on slash 'libreoffice-draw', 'libreoffice-impress', 'libreoffice-writer', @@ -165,16 +171,17 @@ 'kbd', 'libnvidia-cfg1-520', 'libnvidia-common-520', - 'libnvidia-compute-520:i386', + # not on slash ,maybe needed for dash/steam? + # 'libnvidia-compute-520:i386', 'libnvidia-compute-520', - 'libnvidia-decode-520:i386', + #'libnvidia-decode-520:i386', 'libnvidia-decode-520', - 'libnvidia-encode-520:i386', + #'libnvidia-encode-520:i386', 'libnvidia-encode-520', 'libnvidia-extra-520', - 'libnvidia-fbc1-520:i386', + #'libnvidia-fbc1-520:i386', 'libnvidia-fbc1-520', - 'libnvidia-gl-520:i386', + #'libnvidia-gl-520:i386', 'libnvidia-gl-520', 'nvidia-compute-utils-520', 'nvidia-dkms-520',