To uninstall fonttools just follow these instructions.
/debian/stretch/main///install/index.html Converts OpenType and TrueType fonts to and from XML Debian 9.0 fonts 3.0-1
sudo apt-get remove fonttools
Which will remove just the fonttools package itself.
sudo apt-get remove --auto-remove fonttools
This will remove the fonttools package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for fonttools then this will work.
sudo apt-get purge fonttools
Or similarly, like this fonttools
sudo apt-get purge --auto-remove fonttools
Package | fonttools |
Version | 3.0-1 |
Maintainer | Luke Faraone |
Description | Converts OpenType and TrueType fonts to and from XML |
Distro | debian |
Release | stretch |
Repo | main |
Section | fonts |