Munts Technologies Debian 12 (Bookworm) Package Repository

../
PublicKey.txt  1668Aug 3 11:38:44 2023
all/  4096Aug 18 21:27:03 2023
amd64/  2048Aug 18 21:28:06 2023
arm64/  512Aug 18 21:28:07 2023
raspberrypi/  512Aug 18 21:28:07 2023

Here are some precompiled packages for Debian 12 (Bookworm) Linux, for 64-Bit Intel x86 (aka x86-64 aka amd64), 64-Bit ARM (aka arm64), and 32-bit Raspberry Pi ARM hardware platforms.

The first thing you should do is import the repository public key with the following commands:

wget http://repo.munts.com/debian12/PublicKey.txt
sudo apt-key add PublicKey.txt

Then you should add the repository to /etc/apt/sources.list.d by installing munts-repo.deb for your machine's architecture with the following commands:

wget http://repo.munts.com/debian12/<ARCH>/munts-repo.deb
sudo dpkg -i munts-repo.deb

where <ARCH> is one of amd64, arm64, or raspberrypi. After this you can install the packages with commands like apt-get install munts-simpleio.


Questions or comments to phil@munts.net