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

Last updated: July 05,2024

1. Install "python3-pysolr" package

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

$ sudo apt update $ sudo apt install python3-pysolr

2. Uninstall "python3-pysolr" package

This is a short guide on how to uninstall python3-pysolr on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pysolr
Priority: optional
Section: universe/python
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Ulises Vitulli
Architecture: all
Source: python-pysolr
Version: 3.3.3-1
Recommends: python3-httplib2
Filename: pool/universe/p/python-pysolr/python3-pysolr_3.3.3-1_all.deb
Size: 13512
MD5sum: c9f8af412adf1c9cfd9becffd6769902
SHA1: ff19aaae5da6e91db2b854b63adc3bd17a59d976
SHA256: b0b2ed8d6e6e14c76789911f5fefa43fef1c6ad3549cccee4569f1f44b5e6aac
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