How to Install and Uninstall python3-libsass.x86_64 Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "python3-libsass.x86_64" package

This tutorial shows how to install python3-libsass.x86_64 on AlmaLinux 9

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

2. Uninstall "python3-libsass.x86_64" package

Please follow the step by step instructions below to uninstall python3-libsass.x86_64 on AlmaLinux 9:

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

3. Information about the python3-libsass.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:03:36 ago on Wed Mar 13 07:41:12 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.