How To Install lilyterm on Fedora 36
Introduction
In this tutorial we learn how to install lilyterm
on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install lilyterm.
Install lilyterm 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 lilyterm
using dnf
by running the following command:
sudo dnf -y install lilyterm
Install lilyterm 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 lilyterm
using yum
by running the following command:
sudo yum -y install lilyterm
How To Uninstall lilyterm on Fedora 36
To uninstall only the lilyterm
package we can use the following command:
sudo dnf remove lilyterm
lilyterm Package Contents on Fedora 36
/etc/lilyterm.conf
/usr/bin/lilyterm
/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/91e0b44e384df5624b99015a230670f4917cd4
/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 36 using yum and [dnf]((/fedora/36/dnf/).