Skip to content

apecloud/kbcli-apt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages