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

Last updated: October 05,2024

1. Install "python3-qtsass.noarch" package

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

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

2. Uninstall "python3-qtsass.noarch" package

Please follow the guidance below to uninstall python3-qtsass.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:11:41 ago on Thu Feb 15 07:50:05 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.