How to Install and Uninstall 4th.i686 Package on Fedora 36

Last updated: April 25,2024

1. Install "4th.i686" package

This is a short guide on how to install 4th.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install 4th.i686

2. Uninstall "4th.i686" package

This tutorial shows how to uninstall 4th.i686 on Fedora 36:

$ sudo dnf remove 4th.i686 $ sudo dnf autoremove

3. Information about the 4th.i686 package on Fedora 36

Last metadata expiration check: 0:29:05 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : 4th
Version : 3.62.5
Release : 9.fc36
Architecture : i686
Size : 340 k
Source : 4th-3.62.5-9.fc36.src.rpm
Repository : fedora
Summary : A Forth compiler
URL : https://thebeez.home.xs4all.nl/4tH/
License : GPLv3+
Description : 4tH is basic framework for creating application specific scripting
: languages. It is a library of functions centered around a virtual
: machine, which guarantees high performance, ease of use and low overhead.