Welcome to the Linux Foundation Forum!

sudo: podman: command not found

please help Lab 3.1.8

Best Answer

  • chrispokorni
    chrispokorni Posts: 2,340
    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:

    curl -fsSL -o podman-linux-amd64.tar.gz \
    https://github.com/mgoltzsche/podman-static/releases/latest/download/podman-linux-amd64.tar.gz
    
    tar -xf podman-linux-amd64.tar.gz
    
    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:

    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

Categories

Upcoming Training