Install ooniprobe
Installing ooniprobe package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ooniprobe
ooniprobe package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ooniprobe |
version | 1.3.2-2 |
description | probe for the Open Observatory of Network Interference (OONI) |
subsection | net |
website | ooni.torproject.org |
maintainer | Jérémy Bobbio |
Uninstall ooniprobe
To remove just ooniprobe package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ooniprobe
Uninstall ooniprobe and it’s dependent packages
To remove the ooniprobe package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ooniprobe
Purging ooniprobe
If you also want to delete configuration and/or data files of ooniprobe from Debian Sid then this will work:
sudo apt-get purge ooniprobe
To delete configuration and/or data files of ooniprobe and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ooniprobe