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
- Host: GitHub
- URL: https://github.com/apecloud/kbcli-apt
- Owner: apecloud
- License: agpl-3.0
- Created: 2023-05-29T06:12:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T23:02:52.000Z (over 1 year ago)
- Last Synced: 2025-01-12T13:11:18.049Z (12 months ago)
- Language: Python
- Size: 516 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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