PPA2 Unstable

March 10, 2025 ยท View on GitHub

Personal Package Archive (PPA) for unstable ROS2 MRS deb packages.

Adding the PPA

curl https://ctu-mrs.github.io/ppa2-unstable/add_ppa.sh | bash

Uninstalling packages from this PPA

sudo apt-get -y install aptitude
sudo apt remove $(aptitude search -F '%p' '~S ~i ?origin("ctu-mrs") ?label("unstable")')

Removing the PPA

curl https://ctu-mrs.github.io/ppa2-unstable/remove_ppa.sh | bash