command show processor architecture

the huge problem to success the installation is you must install in non-root user cause if u use root user you will fail

uname -m
x86_64

  1. Extract the archive. This creates a directory named abctl, which contains the executable and other needed files.
    tar -xvzf {name-of-file-downloaded.linux-*.tar.gz}
    
  2. Make the extracted executable accessible. This allows you to run abctl as a command.
    chmod +x abctl/abctl
    
  3. Add abctl to your PATH. This allows you to run abctl from any directory in your terminal.
    sudo mv abctl /usr/local/bin
    
  4. Verify the installation. If this command prints the installed version of abctl, you can now use it to manage a local Airbyte instance.
    abctl version i get error cause docker daemon cannot run so i must reinstall docker using
    sudo dnf remove podman buildah runc
    sudo dnf install -y yum-utils
    sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
    sudo dnf install docker-ce docker-ce-cli containerd.io
    
    after than rerun abctl local install