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

Last updated: May 10,2024

1. Install "4th.i686" package

Please follow the steps below to install 4th.i686 on Fedora 38

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

2. Uninstall "4th.i686" package

This is a short guide on how to uninstall 4th.i686 on Fedora 38:

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

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

Last metadata expiration check: 0:36:33 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : 4th
Version : 3.62.5
Release : 11.fc38
Architecture : i686
Size : 341 k
Source : 4th-3.62.5-11.fc38.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.