How To Install aterm on Fedora 36
Introduction
In this tutorial we learn how to install aterm
on Fedora 36.
What is aterm
aterm, version 1.00 is a colour vt102 terminal emulator, based on rxvt 2.4.8 with Alfredo Kojima´s additions of fast transparency, intended as an xterm(1) replacement for users who do not require fea- tures such as Tektronix 4014 emulation and toolkit-style configurabil- ity. As a result, aterm uses much less swap space – a significant advantage on a machine serving many X sessions.
We can use yum
or dnf
to install aterm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aterm.
Install aterm 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 aterm
using dnf
by running the following command:
sudo dnf -y install aterm
Install aterm 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 aterm
using yum
by running the following command:
sudo yum -y install aterm
How To Uninstall aterm on Fedora 36
To uninstall only the aterm
package we can use the following command:
sudo dnf remove aterm
aterm Package Contents on Fedora 36
/usr/bin/aterm
/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/5d293171e775635e26105b40abefe9f49122f0
/usr/share/applications/aterm.desktop
/usr/share/doc/aterm
/usr/share/doc/aterm/ChangeLog
/usr/share/doc/aterm/ChangeLog.0.4
/usr/share/doc/aterm/ChangeLog.rxvt
/usr/share/doc/aterm/FAQ
/usr/share/doc/aterm/README.Unix98PTY
/usr/share/doc/aterm/README.greek
/usr/share/doc/aterm/README.menu
/usr/share/doc/aterm/README.thai
/usr/share/doc/aterm/README.xvt
/usr/share/doc/aterm/example.menu
/usr/share/doc/aterm/jedmenu.sl
/usr/share/doc/aterm/menu
/usr/share/doc/aterm/rxvt.menu
/usr/share/doc/aterm/terminal.menu
/usr/share/man/man1/aterm.1.gz
References
Summary
In this tutorial we learn how to install aterm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).