How to Install and Uninstall python3-django-environ Package on openSUSE Leap

Last updated: April 29,2024

1. Install "python3-django-environ" package

This tutorial shows how to install python3-django-environ on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-django-environ

2. Uninstall "python3-django-environ" package

Please follow the instructions below to uninstall python3-django-environ on openSUSE Leap:

$ sudo zypper remove python3-django-environ

3. Information about the python3-django-environ package on openSUSE Leap

Information for package python3-django-environ:
-----------------------------------------------
Repository : Main Repository
Name : python3-django-environ
Version : 0.4.5-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 222.2 KiB
Installed : No
Status : not installed
Source package : python-django-environ-0.4.5-bp155.2.11.src
Upstream URL : https://github.com/joke2k/django-environ
Summary : Django application configuration via environment variables
Description :
Django-environ allows utilizing 12factor inspired environment
variables to configure Django applications.