Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 436 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 436 Bytes

PPA stable

Personal Package Archive (PPA) for stable MRS deb packages.

Adding the PPA

curl https://ctu-mrs.github.io/ppa-stable/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("stable")')

Removing the PPA

curl https://ctu-mrs.github.io/ppa-stable/remove_ppa.sh | bash