Ir al contenido

F5 Sales Demo APT Repository

Esta página aún no está disponible en tu idioma.

The F5 Sales Demo APT Repository hosts cryptographically signed Debian (.deb) packages for the xcsh AI development assistant and supporting utilities across both amd64 and arm64 architectures.

+-------------------------------------------------------------------------+
| APT Repository Architecture |
| |
| +-------------------------------------------------------------------+ |
| | Base URI: https://f5-sales-demo.github.io/apt-repo/ | |
| | GPG Key: /f5xc-archive-keyring.gpg (4096-bit RSA) | |
| +-------------------------------------------------------------------+ |
| | |
| +--------------------------+--------------------------+ |
| | | |
| v v |
| +-----------------------------+ +---------------------+ |
| | dists/stable/main/ | | pool/main/x/xcsh/ | |
| | binary-amd64/Packages.gz | ------------> | xcsh_amd64.deb | |
| | binary-arm64/Packages.gz | ------------> | xcsh_arm64.deb | |
| | InRelease / Release.gpg | +---------------------+ |
| +-----------------------------+ |
+-------------------------------------------------------------------------+

Add the GPG repository key and software source to your Debian/Ubuntu workstation:

Terminal window
# 1. Download and install the GPG signing key
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://f5-sales-demo.github.io/apt-repo/f5xc-archive-keyring.gpg | sudo tee /etc/apt/keyrings/f5xc-archive-keyring.gpg > /dev/null
# 2. Add the repository source configuration
echo "deb [arch=amd64,arm64 signed-by=/etc/apt/keyrings/f5xc-archive-keyring.gpg] https://f5-sales-demo.github.io/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/f5xc.list
# 3. Update repository index and install xcsh
sudo apt-get update
sudo apt-get install -y xcsh
DistributionArchitectureSupport Status
Ubuntu 24.04 LTS (Noble Numbat)amd64, arm64Supported
Ubuntu 22.04 LTS (Jammy Jellyfish)amd64, arm64Supported
Debian 12 (Bookworm)amd64, arm64Supported