How To Install lightly on Fedora 34

lightly is A modern style for qt applications A modern style for qt applications

Introduction

In this tutorial we learn how to install lightly on Fedora 34.

What is lightly

Lightly is a fork of breeze theme style that aims to be visually modern and minimalistic. lightly 0.4.1 1.fc34 x86_64 321 k lightly-0.4.1-1.fc34.src.rpm fedora A modern style for qt applications https GPLv2+ and MIT Lightly is a fork of breeze theme style that aims to be visually modern and minimalistic.

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

Install lightly on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install lightly

Install lightly on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install lightly using yum by running the following command:

sudo yum -y install lightly

How To Uninstall lightly on Fedora 34

To uninstall only the lightly package we can use the following command:

sudo dnf remove lightly

lightly Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/6f6903e56e9f0e17dad40f839d539ced504b36
/usr/lib/.build-id/55
/usr/lib/.build-id/55/7654253235bcf3eac52b43bd11daeb17a93589
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/e207354df2bd53c322afffef2852cee1cc4131
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/90057a90b0d96271065f7e06d89d9b87c9db38
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/5fcf4f0848ba5435977634bc9b54c7269506e9
/usr/lib/cmake/Lightly
/usr/lib/cmake/Lightly/LightlyConfig.cmake
/usr/lib/cmake/Lightly/LightlyConfigVersion.cmake
/usr/lib/kconf_update_bin/kde4lightly
/usr/lib/liblightlycommon5.so.5
/usr/lib/liblightlycommon5.so.5.19.4
/usr/lib/qt5/plugins/kstyle_lightly_config.so
/usr/lib/qt5/plugins/org.kde.kdecoration2/lightlydecoration.so
/usr/lib/qt5/plugins/styles/lightly.so
/usr/share/color-schemes
/usr/share/color-schemes/Lightly.colors
/usr/share/doc/lightly
/usr/share/doc/lightly/AUTHORS
/usr/share/doc/lightly/README.md
/usr/share/kconf_update/kde4lightly.upd
/usr/share/kservices5/lightlydecorationconfig.desktop
/usr/share/kservices5/lightlystyleconfig.desktop
/usr/share/kstyle/themes/lightly.themerc
/usr/share/licenses/lightly
/usr/share/licenses/lightly/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/252344f6e89dabf30dff76944f70f9a1b02e13
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/3007ba4e04bad37e8ecca8d480906939070af1
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/7b0f59a818cdfc306f05af80ebdc98aec76657
/usr/lib/.build-id/eb/97ef507b287e302688eb7d5c837c239cb009bb
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/0652f664dd058fa9072364fdac2aa7e2deae7c
/usr/lib64/cmake/Lightly
/usr/lib64/cmake/Lightly/LightlyConfig.cmake
/usr/lib64/cmake/Lightly/LightlyConfigVersion.cmake
/usr/lib64/kconf_update_bin/kde4lightly
/usr/lib64/liblightlycommon5.so.5
/usr/lib64/liblightlycommon5.so.5.19.4
/usr/lib64/qt5/plugins/kstyle_lightly_config.so
/usr/lib64/qt5/plugins/org.kde.kdecoration2/lightlydecoration.so
/usr/lib64/qt5/plugins/styles/lightly.so
/usr/share/color-schemes
/usr/share/color-schemes/Lightly.colors
/usr/share/doc/lightly
/usr/share/doc/lightly/AUTHORS
/usr/share/doc/lightly/README.md
/usr/share/kconf_update/kde4lightly.upd
/usr/share/kservices5/lightlydecorationconfig.desktop
/usr/share/kservices5/lightlystyleconfig.desktop
/usr/share/kstyle/themes/lightly.themerc
/usr/share/licenses/lightly
/usr/share/licenses/lightly/COPYING

References

Summary

In this tutorial we learn how to install lightly on Fedora 34 using yum and dnf.