How to Install and Uninstall python3-django-tastypie.noarch Package on CentOS Stream 8

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install python3-django-tastypie.noarch on CentOS Stream 8

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

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

Here is a brief guide to show you how to uninstall python3-django-tastypie.noarch on CentOS Stream 8:

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

3. Information about the python3-django-tastypie.noarch package on CentOS Stream 8

Last metadata expiration check: 6:02:57 ago on Sun Feb 25 03:03:59 2024.
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.