Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 699 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 699 Bytes

kbcli-apt

the apt repository for kbcli

Download

Using apt

  1. Update the apt package index and install packages needed to use the kbcli apt repository:
    sudo apt-get update
    sudo apt-get install curl
  2. Download the kbcli public signing key:
    curl -fsSL https://apecloud.github.io/kbcli-apt/public.key | sudo apt-key add -
  3. 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
  4. update apt package index with the new repository and install kbcli:
    sudo apt-get update
    sudo apt-get install kbcli