To uninstall fontconfig just follow these instructions.
/debian/stretch/main///install/index.html generic font configuration library - support binaries Debian 9.0 fonts 2.11.0-6.7+b1
sudo apt-get remove fontconfig
Which will remove just the fontconfig package itself.
sudo apt-get remove --auto-remove fontconfig
This will remove the fontconfig package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for fontconfig then this will work.
sudo apt-get purge fontconfig
Or similarly, like this fontconfig
sudo apt-get purge --auto-remove fontconfig
Package | fontconfig |
Version | 2.11.0-6.7+b1 |
Maintainer | Keith Packard |
Description | generic font configuration library - support binaries |
Distro | debian |
Release | stretch |
Repo | main |
Section | fonts |