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

Last updated: October 05,2024

1. Install "python3-libsass.x86_64" package

This guide let you learn how to install python3-libsass.x86_64 on Oracle Linux 9

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

2. Uninstall "python3-libsass.x86_64" package

Please follow the guidelines below to uninstall python3-libsass.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 2:39:32 ago on Thu Feb 15 07:50:05 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.