How to Install and Uninstall python3-django-threadedcomments Package on openSUSE Leap

Last updated: July 02,2024

1. Install "python3-django-threadedcomments" package

This tutorial shows how to install python3-django-threadedcomments on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-django-threadedcomments

2. Uninstall "python3-django-threadedcomments" package

This guide let you learn how to uninstall python3-django-threadedcomments on openSUSE Leap:

$ sudo zypper remove python3-django-threadedcomments

3. Information about the python3-django-threadedcomments package on openSUSE Leap

Information for package python3-django-threadedcomments:
--------------------------------------------------------
Repository : Main Repository
Name : python3-django-threadedcomments
Version : 1.2-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 165.1 KiB
Installed : No
Status : not installed
Source package : python-django-threadedcomments-1.2-bp155.2.12.src
Upstream URL : https://github.com/HonzaKral/django-threadedcomments
Summary : Threaded commenting system for Django applications
Description :
threadedcomments is a Django application which allows for the
creation of a threaded commenting system.
Commenters can reply both to the original item, and reply to other
comments as well.
The application is built on top of django-contrib-comments, which allows
it to be extended by other modules.