How to Install and Uninstall python3-annoy Package on openSUSE Leap

Last updated: June 26,2024

1. Install "python3-annoy" package

This guide let you learn how to install python3-annoy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-annoy

2. Uninstall "python3-annoy" package

Learn how to uninstall python3-annoy on openSUSE Leap:

$ sudo zypper remove python3-annoy

3. Information about the python3-annoy package on openSUSE Leap

Information for package python3-annoy:
--------------------------------------
Repository : Main Repository
Name : python3-annoy
Version : 1.17.0-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 190.6 KiB
Installed : No
Status : not installed
Source package : python-annoy-1.17.0-bp155.2.11.src
Upstream URL : https://github.com/spotify/annoy
Summary : Approximation of Nearest Neighbors
Description :
Annoy (Approximate Nearest Neighbors) is a C++ library with Python
bindings to search for points in space that are close to a given
query point. It also creates large read-only file-based data
structures that are mmapped into memory so that many processes may
share the same data.