How to Install and Uninstall python3-qtsass.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "python3-qtsass.noarch" package

Please follow the guidance below to install python3-qtsass.noarch on AlmaLinux 9

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

2. Uninstall "python3-qtsass.noarch" package

This tutorial shows how to uninstall python3-qtsass.noarch on AlmaLinux 9:

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

3. Information about the python3-qtsass.noarch package on AlmaLinux 9

Last metadata expiration check: 0:21:13 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-qtsass
Version : 0.3.2
Release : 3.el9
Architecture : noarch
Size : 41 k
Source : python-qtsass-0.3.2-3.el9.src.rpm
Repository : epel
Summary : Compile SCSS files to valid Qt stylesheets
URL : https://github.com/spyder-ide/qtsass
License : MIT
Description : SASS brings countless amazing features to CSS. Besides being used in web
: development, CSS is also the way to stylize Qt-based desktop applications.
: However, Qt’s CSS has a few variations that prevent the direct use of SASS
: compiler.
:
: The purpose of this tool is to fill the gap between SASS and Qt-CSS by handling
: those variations.