Texas Osbornes

Debian & Ubuntu APT Package Repository

Suite: noble • Component: main

1. Add Repository Signing Key

Download and install the repository OpenPGP public signing key into the system keyrings directory:

sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://packages.texasosbornes.com/public.key | sudo gpg --dearmor -o /etc/apt/keyrings/texasosbornes.gpg
sudo chmod a+r /etc/apt/keyrings/texasosbornes.gpg

2. Configure APT Source

Create the DEB822 source file in /etc/apt/sources.list.d/texasosbornes.sources:

sudo tee /etc/apt/sources.list.d/texasosbornes.sources << 'EOF'
Types: deb
URIs: https://packages.texasosbornes.com
Suites: noble
Components: main
Signed-By: /etc/apt/keyrings/texasosbornes.gpg
EOF

3. Update and Install

Update your package cache to index packages from this repository:

sudo apt update

Repository Metadata

Origin Texas Osbornes
Label Texas Osbornes
Suite / Codename noble
Architectures amd64, all
Public Key URL https://packages.texasosbornes.com/public.key