How to Install and Uninstall python3-djangorestframework Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-djangorestframework" package

Please follow the guidelines below to install python3-djangorestframework on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-djangorestframework

2. Uninstall "python3-djangorestframework" package

In this section, we are going to explain the necessary steps to uninstall python3-djangorestframework on openSUSE Leap:

$ sudo zypper remove python3-djangorestframework

3. Information about the python3-djangorestframework package on openSUSE Leap

Information for package python3-djangorestframework:
----------------------------------------------------
Repository : Main Repository
Name : python3-djangorestframework
Version : 3.11.2-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 3.2 MiB
Installed : No
Status : not installed
Source package : python-djangorestframework-3.11.2-bp155.2.13.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.