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

Last updated: May 10,2024

1. Install "4th.i686" package

Please follow the instructions below to install 4th.i686 on Fedora 35

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

2. Uninstall "4th.i686" package

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

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

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

Last metadata expiration check: 2:30:44 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : 4th
Version : 3.62.5
Release : 8.fc35
Architecture : i686
Size : 341 k
Source : 4th-3.62.5-8.fc35.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.