How To Install python3-qtsass on Fedora 36

In this tutorial we learn how to install python3-qtsass in Fedora 36. python3-qtsass is Compile SCSS files to valid Qt stylesheets

Introduction

In this tutorial we learn how to install python3-qtsass on Fedora 36.

What is python3-qtsass

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.

We can use yum or dnf to install python3-qtsass on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-qtsass.

Install python3-qtsass on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-qtsass using dnf by running the following command:

sudo dnf -y install python3-qtsass

Install python3-qtsass on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-qtsass using yum by running the following command:

sudo yum -y install python3-qtsass

How To Uninstall python3-qtsass on Fedora 36

To uninstall only the python3-qtsass package we can use the following command:

sudo dnf remove python3-qtsass

python3-qtsass Package Contents on Fedora 36

/usr/bin/qtsass
/usr/lib/python3.10/site-packages/qtsass
/usr/lib/python3.10/site-packages/qtsass-0.3.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/qtsass-0.3.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/qtsass-0.3.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/qtsass-0.3.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/qtsass-0.3.0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/qtsass-0.3.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/qtsass-0.3.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/qtsass/__init__.py
/usr/lib/python3.10/site-packages/qtsass/__main__.py
/usr/lib/python3.10/site-packages/qtsass/__pycache__
/usr/lib/python3.10/site-packages/qtsass/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/conformers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/conformers.cpython-310.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/functions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/functions.cpython-310.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/importers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qtsass/__pycache__/importers.cpython-310.pyc
/usr/lib/python3.10/site-packages/qtsass/api.py
/usr/lib/python3.10/site-packages/qtsass/cli.py
/usr/lib/python3.10/site-packages/qtsass/conformers.py
/usr/lib/python3.10/site-packages/qtsass/functions.py
/usr/lib/python3.10/site-packages/qtsass/importers.py
/usr/lib/python3.10/site-packages/qtsass/watchers
/usr/lib/python3.10/site-packages/qtsass/watchers/__init__.py
/usr/lib/python3.10/site-packages/qtsass/watchers/__pycache__
/usr/lib/python3.10/site-packages/qtsass/watchers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qtsass/watchers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/qtsass/watchers/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qtsass/watchers/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/qtsass/watchers/__pycache__/polling.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qtsass/watchers/__pycache__/polling.cpython-310.pyc
/usr/lib/python3.10/site-packages/qtsass/watchers/__pycache__/qt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qtsass/watchers/__pycache__/qt.cpython-310.pyc
/usr/lib/python3.10/site-packages/qtsass/watchers/__pycache__/snapshots.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qtsass/watchers/__pycache__/snapshots.cpython-310.pyc
/usr/lib/python3.10/site-packages/qtsass/watchers/api.py
/usr/lib/python3.10/site-packages/qtsass/watchers/polling.py
/usr/lib/python3.10/site-packages/qtsass/watchers/qt.py
/usr/lib/python3.10/site-packages/qtsass/watchers/snapshots.py
/usr/share/doc/python3-qtsass
/usr/share/doc/python3-qtsass/README.md
/usr/share/licenses/python3-qtsass
/usr/share/licenses/python3-qtsass/LICENSE.txt

References

Summary

In this tutorial we learn how to install python3-qtsass on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).