How to Install and Uninstall python-pysolr Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "python-pysolr" package

Please follow the guidelines below to install python-pysolr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pysolr

2. Uninstall "python-pysolr" package

Please follow the steps below to uninstall python-pysolr on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pysolr $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pysolr package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pysolr
Priority: optional
Section: universe/python
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: Ulises Vitulli
Architecture: all
Version: 3.3.3-1
Depends: python-simplejson
Recommends: python-httplib2
Suggests: python-beautifulsoup
Filename: pool/universe/p/python-pysolr/python-pysolr_3.3.3-1_all.deb
Size: 13844
MD5sum: affe2def7f5610be35295b5306b0967e
SHA1: 20e9846affbece641fd0684df911d6f292fae997
SHA256: 238f285cc882ad95106c13d29ea3980a87541753ddae5f68b283c80463ba170f
Description-en: lightweight Python wrapper for querying Apache Solr
This module provides an interface that queries the Apache Solr server using
a pure Python implementation and returns the results based on the query
.
Features:
* Basic operations such as selecting, updating & deleting.
* Index optimization.
* "More Like This" support (if setup in Solr).
* Spelling correction (if setup in Solr).
* Timeout support.
Description-md5: 19c571a50161d5508877824b7f47acdd
Homepage: https://github.com/toastdriven/pysolr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu