vault backup: 2026-02-04 18:09:11

This commit is contained in:
Thomas Peetz
2026-02-04 18:09:11 +01:00
parent dc47124dc7
commit 9fa910b7b1
3 changed files with 148 additions and 0 deletions
+13
View File
@@ -18,6 +18,19 @@ tags:
### podman
- [How To Install Podman on Debian 12 (Bookworm)](https://computingforgeeks.com/how-to-install-podman-on-debian-12-bookworm/)
```shell
sudo apt update
sudo apt install curl gpg gnupg2 software-properties-common apt-transport-https lsb-release ca-certificates -y
source /etc/os-release
wget http://downloadcontent.opensuse.org/repositories/home:/alvistack/Debian_$VERSION_ID/Release.key -O alvistack_key
cat alvistack_key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/alvistack.gpg >/dev/null
echo "deb http://downloadcontent.opensuse.org/repositories/home:/alvistack/Debian_$VERSION_ID/ /" | sudo tee /etc/apt/sources.list.d/alvistack.list
sudo apt update
sudo apt install podman python3-podman-compose
```
### Podman Desktop
#### [[flatpak]] für Linux