This is the central Debian package repository for WATonomous projects. All WATonomous packages are published here and can be installed via APT.
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>
[trusted=yes] for simplified setup within the WATonomous organization.
To list all available packages in this repository:
apt-cache search --names-only '' | grep watonomous
# or
apt list | grep watonomous
pool/main/ - All .deb package filesdists/stable/ - Repository metadata and package indexes