How to Install and Uninstall python3-notmuch Package on Kali Linux

Last updated: May 16,2024

1. Install "python3-notmuch" package

In this section, we are going to explain the necessary steps to install python3-notmuch on Kali Linux

$ sudo apt update $ sudo apt install python3-notmuch

2. Uninstall "python3-notmuch" package

This is a short guide on how to uninstall python3-notmuch on Kali Linux:

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

3. Information about the python3-notmuch package on Kali Linux

Package: python3-notmuch
Source: notmuch
Version: 0.38.2-1
Installed-Size: 148
Maintainer: Carl Worth
Architecture: all
Depends: libnotmuch5 (>= 0.38.2-1), python3:any
Size: 28932
SHA256: f14f534aced542e7fa2d192bcb04450a31ba0307718e44ad5601d1b9db7e9edb
SHA1: 8d9cb8558806bbce01da26d6e42cd2db93d56cf9
MD5sum: 72a2d6f6f3a6b145f4407770c3ad5db6
Description: Python 3 legacy interface to the notmuch mail search and index library
Notmuch is a system for indexing, searching, reading, and tagging
large collections of email messages in maildir or mh format. It uses
the Xapian library to provide fast, full-text search with a very
convenient search syntax.
.
This package provides a legacy Python 3 interface to the notmuch
functionality, directly interfacing with a shared notmuch library.
.
New projects are encouraged to use python3-notmuch2 instead.
Description-md5:
Homepage: https://notmuchmail.org/
Section: python
Priority: optional
Filename: pool/main/n/notmuch/python3-notmuch_0.38.2-1_all.deb