Welcome to the Linux Foundation Forum!

sudo: podman: command not found

please help Lab 3.1.8

Best Answer

  • Posts: 2,436
    Answer ✓

    Hi @uttamnath,

    If sudo podman ... returns command not found, then please run through the installation steps presented in step 8 of lab 3.1:

    1. curl -fsSL -o podman-linux-amd64.tar.gz \
    2. https://github.com/mgoltzsche/podman-static/releases/latest/download/podman-linux-amd64.tar.gz
    1. tar -xf podman-linux-amd64.tar.gz
    1. sudo cp -r podman-linux-amd64/usr podman-linux-amd64/etc /

    The installation may be unsuccessful if commands are not selected in their entirety for copy/paste. The very first command, the multi-line curl can be converted into a single line by removing the " \ " backslash character if needed:

    1. curl -fsSL -o podman-linux-amd64.tar.gz https://github.com/mgoltzsche/podman-static/releases/latest/download/podman-linux-amd64.tar.gz

    Regards,
    -Chris

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training