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

Last updated: November 13,2024

1. Install "python3-qtsass.noarch" package

Please follow the step by step instructions below to install python3-qtsass.noarch on Fedora 34

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

2. Uninstall "python3-qtsass.noarch" package

This is a short guide on how to uninstall python3-qtsass.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:18:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-qtsass
Version : 0.1.1
Release : 4.fc34
Architecture : noarch
Size : 27 k
Source : python-qtsass-0.1.1-4.fc34.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.