WATonomous APT Repository

This is the central Debian package repository for WATonomous projects. All WATonomous packages are published here and can be installed via APT.

Installation

To use this repository on Ubuntu/Debian systems, run the following commands:

# Add the repository to your sources list
echo "deb [trusted=yes] https://apt.watonomous.ca stable main" | \
  sudo tee /etc/apt/sources.list.d/watonomous.list

# Update package lists
sudo apt update

# Install packages
sudo apt install <package-name>
Note: This repository uses [trusted=yes] for simplified setup within the WATonomous organization.

Supported Architectures

Available Packages

To list all available packages in this repository:

apt-cache search --names-only '' | grep watonomous
# or
apt list | grep watonomous
For Developers: If you maintain a WATonomous project and want to publish packages to this repository, see the repository documentation for setup instructions.

Repository Structure

Links