How To Install 4diac-forte on Fedora 36
Introduction
In this tutorial we learn how to install 4diac-forte
on Fedora 36.
What is 4diac-forte
The 4DIAC runtime environment (4DIAC-RTE, FORTE) is a small portable implementation of an IEC 61499 runtime environment targeting small embedded control devices (16/32 Bit), implemented in C++. It supports online-reconfiguration of its applications and the real-time capable execution of all function block types provided by the IEC 61499 standard.
We can use yum
or dnf
to install 4diac-forte
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install 4diac-forte.
Install 4diac-forte 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 4diac-forte
using dnf
by running the following command:
sudo dnf -y install 4diac-forte
Install 4diac-forte 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 4diac-forte
using yum
by running the following command:
sudo yum -y install 4diac-forte
How To Uninstall 4diac-forte on Fedora 36
To uninstall only the 4diac-forte
package we can use the following command:
sudo dnf remove 4diac-forte
4diac-forte Package Contents on Fedora 36
/etc/sysconfig/4diac-forte
/usr/bin/forte
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/17d3bc5e359f954b148f8309acbf3258915383
/usr/lib/systemd/system/4diac-forte.service
/usr/share/licenses/4diac-forte
/usr/share/licenses/4diac-forte/epl-2.0.html
References
Summary
In this tutorial we learn how to install 4diac-forte
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).