From b60ac28ff05c0a0b2097a0c2a2fe193561070b42 Mon Sep 17 00:00:00 2001 From: dmotte <37443982+dmotte@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:38:32 +0200 Subject: [PATCH] Added dpkg snippets --- snippets/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/README.md b/snippets/README.md index 75dd72c..8dcb93a 100644 --- a/snippets/README.md +++ b/snippets/README.md @@ -98,6 +98,7 @@ Some pieces of code I find useful for some reason. - `sudo dd if=/dev/mmcblk2 status=progress | gzip -c | split -b4GB - mmcblk2.img.gz.part` - `md5sum mmcblk2.img.gz.part* > MD5SUMS` - `cat mmcblk2.img.gz.part* | gunzip -c | sudo dd of=/dev/mmcblk2 status=progress` +- `dpkg -s python3`, `dpkg -l | grep -Fi pyth` ```bash install -m600 <(echo 'ACTION=="add", SUBSYSTEM=="pci",' \