How To Install brainfuck on Fedora 36
Introduction
In this tutorial we learn how to install brainfuck
on Fedora 36.
What is brainfuck
This is an interpreter of the brainf*ck language, written in the pure, lazy, functional language Haskell.
We can use yum
or dnf
to install brainfuck
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install brainfuck.
Install brainfuck 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 brainfuck
using dnf
by running the following command:
sudo dnf -y install brainfuck
Install brainfuck 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 brainfuck
using yum
by running the following command:
sudo yum -y install brainfuck
How To Uninstall brainfuck on Fedora 36
To uninstall only the brainfuck
package we can use the following command:
sudo dnf remove brainfuck
brainfuck Package Contents on Fedora 36
/usr/bin/bf
/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/524cccb5c2c1124b19f6ded737a60a9a1f12a8
/usr/share/licenses/brainfuck
/usr/share/licenses/brainfuck/LICENSE
References
Summary
In this tutorial we learn how to install brainfuck
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).