How To Install lilyterm on Fedora 34

lilyterm is Light and easy to use X Terminal Emulator

Introduction

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

What is lilyterm

LilyTerm is a light and easy to use libvte based X Terminal Emulator with a lot of features * Supports multiple tabs, reorderable tabs and hides the tab tray when there is only one tab * Add, close, swith, move, rename tabs with function keys * Disable/Enable function keys for temporary (use <`> by default). * Shows the foreground running command on tab and/or window title. * Change the font name, size, and window size with right click menu. * User custom function keys (need to edit profile). * Support for User/System profiles. * Supports true transparency if the window manager is composited. * Support for transparent background and background saturation. * Support for text and background color (need to edit profile). * Good support for UTF-8. * Decide the text encoding via environment. Using UTF-8 by default. * Change the text encoding with right click menu.

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

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

sudo dnf -y install lilyterm

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

sudo yum -y install lilyterm

How To Uninstall lilyterm on Fedora 34

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

sudo dnf remove lilyterm

lilyterm Package Contents on Fedora 34

/etc/lilyterm.conf
/usr/bin/lilyterm
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/5e03f36fb685918c55bbfd4e85819c949dac76
/usr/share/applications/lilyterm.desktop
/usr/share/doc/lilyterm
/usr/share/doc/lilyterm/AUTHORS
/usr/share/doc/lilyterm/ChangeLog
/usr/share/doc/lilyterm/README
/usr/share/doc/lilyterm/TODO
/usr/share/licenses/lilyterm
/usr/share/licenses/lilyterm/COPYING
/usr/share/locale/de/LC_MESSAGES/lilyterm.mo
/usr/share/locale/es/LC_MESSAGES/lilyterm.mo
/usr/share/locale/fr/LC_MESSAGES/lilyterm.mo
/usr/share/locale/it/LC_MESSAGES/lilyterm.mo
/usr/share/locale/nl/LC_MESSAGES/lilyterm.mo
/usr/share/locale/pl/LC_MESSAGES/lilyterm.mo
/usr/share/locale/pt_BR/LC_MESSAGES/lilyterm.mo
/usr/share/locale/ru/LC_MESSAGES/lilyterm.mo
/usr/share/locale/sk/LC_MESSAGES/lilyterm.mo
/usr/share/locale/tr/LC_MESSAGES/lilyterm.mo
/usr/share/locale/uk/LC_MESSAGES/lilyterm.mo
/usr/share/locale/zh_CN/LC_MESSAGES/lilyterm.mo
/usr/share/locale/zh_TW/LC_MESSAGES/lilyterm.mo
/usr/share/man/man1/lilyterm.1.gz
/usr/share/pixmaps/lilyterm.png
/usr/share/pixmaps/lilyterm.xpm

References

Summary

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