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

Last updated: May 09,2024

1. Install "4th.i686" package

In this section, we are going to explain the necessary steps to install 4th.i686 on Fedora 39

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

2. Uninstall "4th.i686" package

Please follow the instructions below to uninstall 4th.i686 on Fedora 39:

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

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

Last metadata expiration check: 4:11:26 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : 4th
Version : 3.62.5
Release : 12.fc39
Architecture : i686
Size : 341 k
Source : 4th-3.62.5-12.fc39.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.