How To Install tint2 on Fedora 36

In this tutorial we learn how to install tint2 in Fedora 36. tint2 is A lightweight X11 desktop panel and task manager

Introduction

In this tutorial we learn how to install tint2 on Fedora 36.

What is tint2

tint2 is a simple panel/taskbar made for modern X window managers. It was specifically made for Openbox3 but should also work with other window managers (GNOME, KDE, etc…). It’s based on ttm code http

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

Install tint2 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 tint2 using dnf by running the following command:

sudo dnf -y install tint2

Install tint2 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 tint2 using yum by running the following command:

sudo yum -y install tint2

How To Uninstall tint2 on Fedora 36

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

sudo dnf remove tint2

tint2 Package Contents on Fedora 36

/etc/xdg/tint2
/etc/xdg/tint2/tint2rc
/usr/bin/tint2
/usr/bin/tint2conf
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/3b11e2578ccdc062fa460fe51800a86488a737
/usr/lib/.build-id/76
/usr/lib/.build-id/76/d14a5d02ba3f71ab4ee8f9f2579962f345b88d
/usr/share/applications/tint2.desktop
/usr/share/applications/tint2conf.desktop
/usr/share/doc/tint2
/usr/share/doc/tint2/AUTHORS
/usr/share/doc/tint2/ChangeLog
/usr/share/doc/tint2/README.md
/usr/share/doc/tint2/images
/usr/share/doc/tint2/images/panel_padding.jpg
/usr/share/doc/tint2/images/panel_size_margin.jpg
/usr/share/doc/tint2/images/task_padding.jpg
/usr/share/doc/tint2/images/taskbar_padding.jpg
/usr/share/doc/tint2/manual.html
/usr/share/doc/tint2/readme.html
/usr/share/doc/tint2/tint2.md
/usr/share/icons/hicolor/scalable/apps/tint2.svg
/usr/share/icons/hicolor/scalable/apps/tint2conf.svg
/usr/share/licenses/tint2
/usr/share/licenses/tint2/COPYING
/usr/share/locale/bs/LC_MESSAGES/tint2conf.mo
/usr/share/locale/es/LC_MESSAGES/tint2conf.mo
/usr/share/locale/fr/LC_MESSAGES/tint2conf.mo
/usr/share/locale/hr/LC_MESSAGES/tint2conf.mo
/usr/share/locale/pl/LC_MESSAGES/tint2conf.mo
/usr/share/locale/ru/LC_MESSAGES/tint2conf.mo
/usr/share/locale/sr/LC_MESSAGES/tint2conf.mo
/usr/share/man/man1/tint2.1.gz
/usr/share/man/man1/tint2conf.1.gz
/usr/share/mime/packages/tint2conf.xml
/usr/share/tint2
/usr/share/tint2/default_icon.png
/usr/share/tint2/horizontal-dark-opaque.tint2rc
/usr/share/tint2/horizontal-dark-transparent.tint2rc
/usr/share/tint2/horizontal-icon-only.tint2rc
/usr/share/tint2/horizontal-light-opaque.tint2rc
/usr/share/tint2/horizontal-light-transparent.tint2rc
/usr/share/tint2/horizontal-text-only.tint2rc
/usr/share/tint2/vertical-dark-opaque.tint2rc
/usr/share/tint2/vertical-dark-transparent.tint2rc
/usr/share/tint2/vertical-light-opaque.tint2rc
/usr/share/tint2/vertical-light-transparent.tint2rc
/usr/share/tint2/vertical-neutral-icons.tint2rc

References

Summary

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