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

Last updated: October 06,2024

1. Install "python3-slixmpp" package

Please follow the steps below to install python3-slixmpp on Kali Linux

$ sudo apt update $ sudo apt install python3-slixmpp

2. Uninstall "python3-slixmpp" package

Please follow the guidance below to uninstall python3-slixmpp on Kali Linux:

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

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

Package: python3-slixmpp
Source: slixmpp
Version: 1.8.5-1
Installed-Size: 1828
Maintainer: Debian XMPP Maintainers
Architecture: all
Depends: python3-aiodns, python3-pyasn1, python3-pyasn1-modules, python3-typing-extensions | python3-supported-min (>= 3.8.0), python3:any
Recommends: gnupg, python3-aiohttp, python3-cryptography, python3-emoji (>= 2.2.0~), python3-slixmpp-lib
Size: 241700
SHA256: 8921eeba6cf94e60348c0933b8809f6586b8eb0ae30a679207e845a341c30d28
SHA1: 4756e775e61ceecab1f7143ff5095537cc148f99
MD5sum: 493b61887c7e77ae55c6f3a53072cfc3
Description: Threadless, event-based XMPP Python 3 library
Slixmpp is a (friendly) fork of SleekXMPP, which goal is to “improve” the
core of the library by entirely removing all threads from the library and
using an event-based approach instead.
.
Features of this library:
* No threads. See http://blog.louiz.org/slixmpp. All parts of the API relying
on threads are removed.
* No support for Python < 3.4. This allows one to remove a lot of workaround
and other hacks.
* No backward compatibility with old SleekXMPP version. For example things
like “addHandler = add_handler” are removed.
.
You should use this library only if you would prefer not to use threads in
your application. If threads don’t really bother you, or if you need Python
2 support, then you should use SleekXMPP instead.
Description-md5:
Homepage: https://codeberg.org/poezio/slixmpp
Section: python
Priority: optional
Filename: pool/main/s/slixmpp/python3-slixmpp_1.8.5-1_all.deb