How to Install and Uninstall python3-django-tastypie.noarch Package on Rocky Linux 8

Last updated: September 21,2024

1. Install "python3-django-tastypie.noarch" package

Please follow the instructions below to install python3-django-tastypie.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-django-tastypie.noarch

2. Uninstall "python3-django-tastypie.noarch" package

This tutorial shows how to uninstall python3-django-tastypie.noarch on Rocky Linux 8:

$ sudo dnf remove python3-django-tastypie.noarch $ sudo dnf autoremove

3. Information about the python3-django-tastypie.noarch package on Rocky Linux 8

Last metadata expiration check: 0:50:57 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-django-tastypie
Version : 0.14.2
Release : 1.el8
Architecture : noarch
Size : 143 k
Source : python-django-tastypie-0.14.2-1.el8.src.rpm
Repository : epel
Summary : A flexible and capable API layer for Django
URL : https://github.com/toastdriven/django-tastypie/
License : BSD
Description : Tastypie is an webservice API framework for Django. It provides a convenient,
: yet powerful and highly customizable, abstraction for creating REST-style
: interfaces.