How to Install and Uninstall python3-qtsass.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "python3-qtsass.noarch" package

Please follow the guidelines below to install python3-qtsass.noarch on Fedora 36

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

2. Uninstall "python3-qtsass.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-qtsass.noarch on Fedora 36:

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

3. Information about the python3-qtsass.noarch package on Fedora 36

Last metadata expiration check: 2:02:00 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-qtsass
Version : 0.3.0
Release : 3.fc36
Architecture : noarch
Size : 37 k
Source : python-qtsass-0.3.0-3.fc36.src.rpm
Repository : fedora
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.