How to Install and Uninstall python3-libsass.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 14,2024

1. Install "python3-libsass.x86_64" package

This is a short guide on how to install python3-libsass.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-libsass.x86_64

2. Uninstall "python3-libsass.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-libsass.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-libsass.x86_64 $ sudo dnf autoremove

3. Information about the python3-libsass.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:02:43 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-libsass
Version : 0.20.0
Release : 30.el9
Architecture : x86_64
Size : 81 k
Source : python-libsass-0.20.0-30.el9.src.rpm
Repository : epel
Summary : Sass for Python: A straightforward binding of libsass for Python
URL : https://github.com/dahlia/libsass-python
License : MIT
Description : This package provides a simple Python extension module sass which is binding
: LibSass (written in C/C++ by Hampton Catlin and Aaron Leung). It’s very
: straightforward and there isn’t any headache related to Python
: distribution/deployment. That means you can add just libsass into your
: setup.py’s install_requires list or requirements.txt file. No need for Ruby nor
: Node.js.