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

Last updated: July 03,2024

1. Install "python3-pystalk.noarch" package

This tutorial shows how to install python3-pystalk.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-pystalk.noarch

2. Uninstall "python3-pystalk.noarch" package

This guide let you learn how to uninstall python3-pystalk.noarch on Rocky Linux 8:

$ sudo dnf remove python3-pystalk.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:10:06 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-pystalk
Version : 0.5.1
Release : 4.el8
Architecture : noarch
Size : 23 k
Source : python-pystalk-0.5.1-4.el8.src.rpm
Repository : epel
Summary : Python 3 library for terminal coloring, styling, and positioning
URL : https://github.com/easypost/pystalk
License : ISC
Description : pystalk is an extremely simple client for beanstalkd.
: It is compatible with both Python 2 and Python 3.
: It was initially created for beancmd.
: It does not support any asynchronous event loops
: and has not been tested with gevent.
: It's designed for simple, synchronous use.