How To Install 4th on Fedora 36
Introduction
In this tutorial we learn how to install 4th
on Fedora 36.
What is 4th
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.
We can use yum
or dnf
to install 4th
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install 4th.
Install 4th 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 4th
using dnf
by running the following command:
sudo dnf -y install 4th
Install 4th 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 4th
using yum
by running the following command:
sudo yum -y install 4th
How To Uninstall 4th on Fedora 36
To uninstall only the 4th
package we can use the following command:
sudo dnf remove 4th
4th Package Contents on Fedora 36
/usr/bin/4th
/usr/bin/4tsh
/usr/bin/pp4th
/usr/lib/.build-id
/usr/lib/.build-id/92
/usr/lib/.build-id/92/9d45cc38cdd7b5bad8e2c3af38f766cdc3dcf9
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/38b34e6c141cbb3e6bbd5b104afbe1eef250ca
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/dbbf1037ef060510833ef20223ac9b7360da04
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/ca6242cb8d8fa11574fddc4c9622cde99c7f6a
/usr/lib/lib4th.so.3
/usr/lib/lib4th.so.3.62.4
/usr/share/doc/4th
/usr/share/doc/4th/4tHmanual.txt
/usr/share/doc/4th/README
/usr/share/licenses/4th
/usr/share/licenses/4th/COPYING
/usr/share/man/man1/4th.1.gz
References
Summary
In this tutorial we learn how to install 4th
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install 4th on Fedora 36” linkTitle: “4th” type: “docs” description: “In this tutorial we learn how to install 4th in Fedora 36. 4th is A Forth compiler” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/4th-featured.png
Introduction
In this tutorial we learn how to install 4th
on Fedora 36.
What is 4th
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.
We can use yum
or dnf
to install 4th
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install 4th.
Install 4th 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 4th
using dnf
by running the following command:
sudo dnf -y install 4th
Install 4th 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 4th
using yum
by running the following command:
sudo yum -y install 4th
How To Uninstall 4th on Fedora 36
To uninstall only the 4th
package we can use the following command:
sudo dnf remove 4th
4th Package Contents on Fedora 36
/usr/bin/4th
/usr/bin/4tsh
/usr/bin/pp4th
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/63dceae48a3ba4dec6e674ad09e252a1c086b1
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/7d095c2dd568e2410fb6a312e882b547e2db29
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/bb6f49aabe7944d813761a67c47b5f05199ab0
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/ea473ea47be53e54e1b0c0f879ed726e17f3ff
/usr/lib64/lib4th.so.3
/usr/lib64/lib4th.so.3.62.4
/usr/share/doc/4th
/usr/share/doc/4th/4tHmanual.txt
/usr/share/doc/4th/README
/usr/share/licenses/4th
/usr/share/licenses/4th/COPYING
/usr/share/man/man1/4th.1.gz
References
Summary
In this tutorial we learn how to install 4th
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).