How to Install and Uninstall python3-django-post_office.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-django-post_office.noarch" package

This tutorial shows how to install python3-django-post_office.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-django-post_office.noarch

2. Uninstall "python3-django-post_office.noarch" package

Please follow the step by step instructions below to uninstall python3-django-post_office.noarch on Fedora 34:

$ sudo dnf remove python3-django-post_office.noarch $ sudo dnf autoremove

3. Information about the python3-django-post_office.noarch package on Fedora 34

Last metadata expiration check: 5:05:30 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-django-post_office
Version : 3.4.0
Release : 5.fc34
Architecture : noarch
Size : 115 k
Source : python-django-post_office-3.4.0-5.fc34.src.rpm
Repository : fedora
Summary : Allows you to log email activities and send mail asynchronously
URL : https://pypi.python.org/pypi/django-post_office
License : MIT
Description : Django Post Office is a simple app that allows you to send email asynchronously
: in Django. Supports HTML email, database backed templates and logging.
:
: ``post_office`` is implemented as a Django ``EmailBackend`` so you dont need
: to change any of your code to start sending email asynchronously.