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

Last updated: July 04,2024

1. Install "python38-djangorestframework" package

Please follow the guidelines below to install python38-djangorestframework on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-djangorestframework

2. Uninstall "python38-djangorestframework" package

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

$ sudo zypper remove python38-djangorestframework

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

Information for package python38-djangorestframework:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-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.