Created
February 18, 2020 14:29
-
-
Save CodyKochmann/3f60e28f321f6bd9cce0740ec64b2153 to your computer and use it in GitHub Desktop.
install podman on debian 10 and kali linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_10/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list | |
wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/Debian_10/Release.key -O- | apt-key add - | |
apt update | |
apt install podman |
Worked after using the backports, thx!
libseccomp2
needs to be explicitely installed from backports
guide - https://sysaix.com/what-is-podman-how-to-install-podman-on-linux?amp=1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It cannot be installed on debian 10 because of dependency problem:
podman : Depends: libseccomp2 (>= 2.4.3-1) but 2.3.3-4 is to be installed
buster-backports is required