How to Install and Uninstall python3-omemo.noarch Package on CentOS Stream 9

Last updated: October 05,2024

1. Install "python3-omemo.noarch" package

This is a short guide on how to install python3-omemo.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-omemo.noarch

2. Uninstall "python3-omemo.noarch" package

This is a short guide on how to uninstall python3-omemo.noarch on CentOS Stream 9:

$ sudo dnf remove python3-omemo.noarch $ sudo dnf autoremove

3. Information about the python3-omemo.noarch package on CentOS Stream 9

Last metadata expiration check: 0:40:59 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-omemo
Version : 0.14.0~beta
Release : 3.el9
Architecture : noarch
Size : 62 k
Source : python-omemo-0.14.0~beta-3.el9.src.rpm
Repository : epel
Summary : Python implementation of the OMEMO Encryption protocol
URL : https://github.com/Syndace/python-omemo
License : MIT
Description : This python library offers an open implementation of the OMEMO
: Multi-End Message and Object Encryption protocol.
:
: OMEMO is an extension of the XMPP protocol defined as XEP-0384. It
: provides multi-end to multi-end encryption, allowing messages to be
: synchronized securely across multiple clients, even if some of them
: are offline.