wie kann ich ein vorherige Release aus einer Fremdquelle installieren?
Es handelt sich um eine Debian 11 Bullseye System.
Mein Vorgehen am Beispiel podman:
https://wiki.debianforum.de/Pakete_auf_hold_setzen
Code: Alles auswählen
sudo apt-mark hold podman
Code: Alles auswählen
wget https://download.opensuse.org/repositories/home:/alvistack/Debian_11/amd64/podman_4.1.1-1_amd64.deb
Code: Alles auswählen
sudo apt install /home/axelmd/podman_4.1.1-1_amd64.deb
podman 4.1.1 started, arbeitet nicht wie am eine vorherigen Systemzustandszeitpunkt.
Es werden vermutlich Updates der Abhängigkeiten aktualisiert.
Wie setze ich die mit installierten Anhängigkeiten auch auf "hold"?
Es soll der Systemzustand wie am 5. Sept 2022 hergestellt werden.
Code: Alles auswählen
dpkg -I /home/axelmd/podman_4.1.1-1_amd64.deb
neues Debian-Paket, Version 2.0.
Größe 17469008 Byte: control-Archiv= 1996 Byte.
779 Byte, 15 Zeilen control
1593 Byte, 22 Zeilen md5sums
4958 Byte, 100 Zeilen * postinst #!/bin/sh
943 Byte, 21 Zeilen * postrm #!/bin/sh
318 Byte, 7 Zeilen * prerm #!/bin/sh
Package: podman
Version: 100:4.1.1-1
Architecture: amd64
Maintainer: Wong Hoi Sing Edison <hswong3i@gmail.com>
Installed-Size: 64958
Depends: libc6 (>= 2.14), libseccomp2 (>= 2.5.0), catatonit, conmon, containernetworking-plugins, containers-common, iptables, oci-runtime, tzdata
Section: devel
Priority: optional
Homepage: https://github.com/containers/podman/tags
Description: Daemon-less container engine for managing containers, pods and images
Podman is a container engine for managing pods, containers, and
container images. It is a standalone tool and it directly manipulates
containers without the need of a container engine daemon. Podman is able
to interact with container images create in buildah, cri-o, and skopeo,
as they all share the same datastore backend.
Code: Alles auswählen
dpkg -I /home/axelmd/podman_4.2.1-1_amd64.deb
neues Debian-Paket, Version 2.0.
Größe 18267100 Byte: control-Archiv= 2028 Byte.
779 Byte, 15 Zeilen control
1739 Byte, 24 Zeilen md5sums
4958 Byte, 100 Zeilen * postinst #!/bin/sh
943 Byte, 21 Zeilen * postrm #!/bin/sh
318 Byte, 7 Zeilen * prerm #!/bin/sh
Package: podman
Version: 100:4.2.1-1
Architecture: amd64
Maintainer: Wong Hoi Sing Edison <hswong3i@gmail.com>
Installed-Size: 68196
Depends: libc6 (>= 2.14), libseccomp2 (>= 2.5.0), catatonit, conmon, containernetworking-plugins, containers-common, iptables, oci-runtime, tzdata
Section: devel
Priority: optional
Homepage: https://github.com/containers/podman/tags
Description: Daemon-less container engine for managing containers, pods and images
Podman is a container engine for managing pods, containers, and
container images. It is a standalone tool and it directly manipulates
containers without the need of a container engine daemon. Podman is able
to interact with container images create in buildah, cri-o, and skopeo,
as they all share the same datastore backend.
Leider komme ich nicht weiter.
MfG
AxelMD
podman from home:alvistack project
https://software.opensuse.org/download/ ... Aalvistack
Code: Alles auswählen
echo 'deb http://download.opensuse.org/repositories/home:/alvistack/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:alvistack.list
curl -fsSL https://download.opensuse.org/repositories/home:alvistack/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_alvistack.gpg > /dev/null
sudo apt update
sudo apt install podman