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
- 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} - Make the extracted executable accessible. This allows you to run
abctlas a command.chmod +x abctl/abctl - Add
abctlto your PATH. This allows you to runabctlfrom any directory in your terminal.sudo mv abctl /usr/local/bin - Verify the installation. If this command prints the installed version of abctl, you can now use it to manage a local Airbyte instance.
abctl versioni get error cause docker daemon cannot run so i must reinstall docker usingsudo 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