How To Install open62541 on Fedora 36
Introduction
In this tutorial we learn how to install open62541
on Fedora 36.
What is open62541
open62541 is a C-based library (linking with C++ projects is possible) with all necessary tools to implement dedicated OPC UA clients and servers, or to integrate OPC UA-based communication into existing applications.
We can use yum
or dnf
to install open62541
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install open62541.
Install open62541 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 open62541
using dnf
by running the following command:
sudo dnf -y install open62541
Install open62541 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 open62541
using yum
by running the following command:
sudo yum -y install open62541
How To Uninstall open62541 on Fedora 36
To uninstall only the open62541
package we can use the following command:
sudo dnf remove open62541
open62541 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/54ea48c63a835f94b52d8d450a6e67df0a3e41
/usr/lib64/libopen62541.so.1
/usr/lib64/libopen62541.so.1.2.4
/usr/share/doc/open62541
/usr/share/doc/open62541/AUTHORS
/usr/share/doc/open62541/README.md
/usr/share/licenses/open62541
/usr/share/licenses/open62541/LICENSE
References
Summary
In this tutorial we learn how to install open62541
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install open62541 on Fedora 36” linkTitle: “open62541” type: “docs” description: “In this tutorial we learn how to install open62541 in Fedora 36. open62541 is OPC UA implementation” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/open62541-featured.png
Introduction
In this tutorial we learn how to install open62541
on Fedora 36.
What is open62541
open62541 is a C-based library (linking with C++ projects is possible) with all necessary tools to implement dedicated OPC UA clients and servers, or to integrate OPC UA-based communication into existing applications.
We can use yum
or dnf
to install open62541
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install open62541.
Install open62541 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 open62541
using dnf
by running the following command:
sudo dnf -y install open62541
Install open62541 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 open62541
using yum
by running the following command:
sudo yum -y install open62541
How To Uninstall open62541 on Fedora 36
To uninstall only the open62541
package we can use the following command:
sudo dnf remove open62541
open62541 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/815151e03373c15777592fd9f279d811f83c23
/usr/lib/libopen62541.so.1
/usr/lib/libopen62541.so.1.2.4
/usr/share/doc/open62541
/usr/share/doc/open62541/AUTHORS
/usr/share/doc/open62541/README.md
/usr/share/licenses/open62541
/usr/share/licenses/open62541/LICENSE
References
Summary
In this tutorial we learn how to install open62541
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).