the apt repository for kbcli
- Update the apt package index and install packages needed to use the kbcli apt repository:
sudo apt-get update sudo apt-get install curl
- Download the kbcli public signing key:
curl -fsSL https://apecloud.github.io/kbcli-apt/public.key | sudo apt-key add -
- Add the kbcli apt repository:
echo "deb [arch=amd64,arm64] https://apecloud.github.io/kbcli-apt/repo stable main" | sudo tee /etc/apt/sources.list.d/kbcli.list
- update apt package index with the new repository and install kbcli:
sudo apt-get update sudo apt-get install kbcli