To uninstall xapian-tools just follow these instructions.
sudo apt-get remove xapian-tools
This will remove just the xapian-tools package itself.
sudo apt-get remove --auto-remove xapian-tools
This will remove the xapian-tools package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for xapian-tools then this will work.
sudo apt-get purge xapian-tools
Or similarly, like this xapian-tools
sudo apt-get purge --auto-remove xapian-tools
Package | xapian-tools |
Version | 1.2.19-1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://xapian.org/ |
Description | Basic tools for Xapian search engine library |
Distro | ubuntu |
Release | vivid |
Repo | universe |
Section | universe/utils |