How to Install and Uninstall python39-djangorestframework Package on openSuSE Tumbleweed

Last updated: April 30,2024

1. Install "python39-djangorestframework" package

This guide covers the steps necessary to install python39-djangorestframework on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-djangorestframework

2. Uninstall "python39-djangorestframework" package

Please follow the steps below to uninstall python39-djangorestframework on openSuSE Tumbleweed:

$ sudo zypper remove python39-djangorestframework

3. Information about the python39-djangorestframework package on openSuSE Tumbleweed

Information for package python39-djangorestframework:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-djangorestframework
Version : 3.14.0-5.1
Arch : noarch
Vendor : openSUSE
Installed Size : 3.8 MiB
Installed : No
Status : not installed
Source package : python-djangorestframework-3.14.0-5.1.src
Upstream URL : http://django-rest-framework.org/
Summary : A REST Framework for Django
Description :
Django REST framework is a library for building Web APIs. It is
modular and the architecture can be customized, based on Django's
class based views.
Web APIs built using REST framework are fully self-describing and web
browseable. It also supports a wide range of media types,
authentication and permission policies out of the box.