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

Last updated: July 05,2024

1. Install "python310-djangorestframework" package

This tutorial shows how to install python310-djangorestframework on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-djangorestframework

2. Uninstall "python310-djangorestframework" package

Here is a brief guide to show you how to uninstall python310-djangorestframework on openSuSE Tumbleweed:

$ sudo zypper remove python310-djangorestframework

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

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