Skip to content

LeoLTM/deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Debian Package Repository

This repository hosts Debian packages for the Trixie distribution (Debian 13 Testing).

Hosted Packages

  • headunit - Custom packages for the ASL GoKart project

Adding the Repository

To add this repository to your Debian/Ubuntu system:

1. Download and add the GPG key

curl -sS https://leoltm.github.io/deb/repository-key.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/leoltm-deb.gpg

2. Add the repository to your sources

echo "deb https://leoltm.github.io/deb trixie main" | sudo tee /etc/apt/sources.list.d/leoltm-deb.list

3. Update package lists

sudo apt update

4. Install packages

sudo apt install headunit

πŸ—οΈ Repository Structure

This repository follows the standard Debian repository structure:

apt/
β”œβ”€β”€ dists/                         # Distribution release directories
β”‚   └── trixie/                    # Debian 13 (Testing)
β”‚       β”œβ”€β”€ InRelease              # Combined Release file with signature
β”‚       β”œβ”€β”€ Release                # Repository metadata
β”‚       β”œβ”€β”€ Release.gpg            # Detached signature for Release file
β”‚       └── main/                  # Component directory
β”‚           └── binary-arm64/      # ARM64 architecture
β”‚               β”œβ”€β”€ Packages       # Package index
β”‚               └── Release        # Component-specific metadata
β”œβ”€β”€ pool/                          # Package storage
β”‚   └── main/                      # Main component
β”‚       └── h/                     # First letter of package name
β”‚           └── headunit/          # Package directory
└── repository-key.asc             # Public GPG key for verification

πŸ”§ For Maintainers

Prerequisites

  • reprepro installed (sudo apt install reprepro)

πŸ“š Additional Resources

About

Debian Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published