Fenrus is a command line tool for easily creating FEN strings for Chess. In this tutorial, we will show you how to install Fenrus on Manjaro Linux.
Open a terminal on your Manjaro Linux system.
Install Git by running the following command:
sudo pacman -S git
Clone the fenrus repository from Github by running the following command:
git clone https://github.com/revenz/fenrus.git
Navigate into the fenrus directory:
cd fenrus
Install the dependencies using the following command:
sudo pacman -S go
go mod download
Compile the fenrus tool using the following command:
go build -o fenrus main.go
Install the fenrus tool by copying the binary to /usr/local/bin
sudo cp fenrus /usr/local/bin/
Confirm that fenrus is installed properly by running the following command:
fenrus
You should see the output of fenrus version information.
Congratulations! Fenrus is now installed on your Manjaro Linux system.
We have shown you how to install Fenrus on Manjaro Linux. With Fenrus, you can easily create FEN strings for chess. Now you can start using Fenrus and improve your chess games.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!