How To Install terminology on Fedora 34
Introduction
In this tutorial we learn how to install terminology
on Fedora 34.
What is terminology
Fast and lightweight terminal emulator using EFL libraries.
We can use yum
or dnf
to install terminology
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install terminology.
Install terminology 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 terminology
using dnf
by running the following command:
sudo dnf -y install terminology
Install terminology 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 terminology
using yum
by running the following command:
sudo yum -y install terminology
How To Uninstall terminology on Fedora 34
To uninstall only the terminology
package we can use the following command:
sudo dnf remove terminology
terminology Package Contents on Fedora 34
/usr/bin/terminology
/usr/bin/tyalpha
/usr/bin/tybg
/usr/bin/tycat
/usr/bin/tyls
/usr/bin/typop
/usr/bin/tyq
/usr/bin/tysend
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/03c75123b53fd8375cc59e8eb13a3e1366bd7c
/usr/lib/.build-id/64
/usr/lib/.build-id/64/c2d10f0764197609d376fbe162d220996a3fd8
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/687043da59fca1896f4b55fa07c1aa9bbbb2f9
/usr/lib/.build-id/85
/usr/lib/.build-id/85/4e2ad14a1e705c998616e9db473392710d50e1
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/01423764497dac963d98a38a34604e9fd92204
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/23bfe48da525b36151141694aacd142f2c4137
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/cc4459974344815221a319a59b6807e3693e3b
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/aa7036f9233b76aa59e7bc531bddc010d58d55
/usr/share/applications/terminology.desktop
/usr/share/doc/terminology
/usr/share/doc/terminology/COPYING
/usr/share/doc/terminology/README.md
/usr/share/icons/hicolor/128x128/apps/terminology.png
/usr/share/locale/ca/LC_MESSAGES/terminology.mo
/usr/share/locale/da/LC_MESSAGES/terminology.mo
/usr/share/locale/de/LC_MESSAGES/terminology.mo
/usr/share/locale/el/LC_MESSAGES/terminology.mo
/usr/share/locale/eo/LC_MESSAGES/terminology.mo
/usr/share/locale/es/LC_MESSAGES/terminology.mo
/usr/share/locale/fi/LC_MESSAGES/terminology.mo
/usr/share/locale/fr/LC_MESSAGES/terminology.mo
/usr/share/locale/hi/LC_MESSAGES/terminology.mo
/usr/share/locale/hr/LC_MESSAGES/terminology.mo
/usr/share/locale/it/LC_MESSAGES/terminology.mo
/usr/share/locale/ja/LC_MESSAGES/terminology.mo
/usr/share/locale/ko/LC_MESSAGES/terminology.mo
/usr/share/locale/ms/LC_MESSAGES/terminology.mo
/usr/share/locale/nb_NO/LC_MESSAGES/terminology.mo
/usr/share/locale/nl/LC_MESSAGES/terminology.mo
/usr/share/locale/pl/LC_MESSAGES/terminology.mo
/usr/share/locale/ru/LC_MESSAGES/terminology.mo
/usr/share/locale/sl/LC_MESSAGES/terminology.mo
/usr/share/locale/sr/LC_MESSAGES/terminology.mo
/usr/share/locale/tr/LC_MESSAGES/terminology.mo
/usr/share/locale/uk/LC_MESSAGES/terminology.mo
/usr/share/locale/vi/LC_MESSAGES/terminology.mo
/usr/share/locale/zh_Hans/LC_MESSAGES/terminology.mo
/usr/share/man/man1/terminology-helpers.1.gz
/usr/share/man/man1/terminology.1.gz
/usr/share/man/man1/tyalpha.1.gz
/usr/share/man/man1/tybg.1.gz
/usr/share/man/man1/tycat.1.gz
/usr/share/man/man1/tyls.1.gz
/usr/share/man/man1/typop.1.gz
/usr/share/man/man1/tyq.1.gz
/usr/share/man/man1/tysend.1.gz
/usr/share/terminology
/usr/share/terminology/backgrounds
/usr/share/terminology/backgrounds/mystic.png
/usr/share/terminology/backgrounds/texture_background.png
/usr/share/terminology/colorschemes.eet
/usr/share/terminology/fonts
/usr/share/terminology/fonts/TERMINUS.txt
/usr/share/terminology/fonts/XFONT.txt
/usr/share/terminology/fonts/nexus.pcf
/usr/share/terminology/images
/usr/share/terminology/images/terminology.png
/usr/share/terminology/themes
/usr/share/terminology/themes/default.edj
/usr/share/terminology/themes/mild.edj
/usr/share/terminology/themes/nyanology.edj
References
Summary
In this tutorial we learn how to install terminology
on Fedora 34 using yum and dnf.