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

Last updated: May 07,2024

1. Install "python36-djangorestframework" package

Here is a brief guide to show you how to install python36-djangorestframework on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-djangorestframework

2. Uninstall "python36-djangorestframework" package

Please follow the step by step instructions below to uninstall python36-djangorestframework on openSuSE Tumbleweed:

$ sudo zypper remove python36-djangorestframework

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

Information for package python36-djangorestframework:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-djangorestframework
Version : 3.12.4-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 3,3 MiB
Installed : No
Status : not installed
Source package : python-djangorestframework-3.12.4-1.2.src
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.