An open API service indexing awesome lists of open source software.

https://github.com/apecloud/kbcli-apt

the apt repository for kbcli
https://github.com/apecloud/kbcli-apt

Last synced: 11 months ago
JSON representation

the apt repository for kbcli

Awesome Lists containing this project

README

          

# 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:
```sh
sudo apt-get update
sudo apt-get install curl
```
2. Download the kbcli public signing key:
```sh
curl -fsSL https://apecloud.github.io/kbcli-apt/public.key | sudo apt-key add -
```
3. Add the kbcli apt repository:
```sh
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:
```sh
sudo apt-get update
sudo apt-get install kbcli