How To Install freeopcua on Fedora 36

In this tutorial we learn how to install freeopcua in Fedora 36. freeopcua is Open Source C++ OPC-UA Server and Client Library

Introduction

In this tutorial we learn how to install freeopcua on Fedora 36.

What is freeopcua

A LGPL C++ library to develop server and client OPC-UA applications.

We can use yum or dnf to install freeopcua on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freeopcua.

Install freeopcua 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 freeopcua using dnf by running the following command:

sudo dnf -y install freeopcua

Install freeopcua 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 freeopcua using yum by running the following command:

sudo yum -y install freeopcua

How To Uninstall freeopcua on Fedora 36

To uninstall only the freeopcua package we can use the following command:

sudo dnf remove freeopcua

freeopcua Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/1ab7c96ce9de975a7d35216cced05f01301262
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/5f54ecd0e7fede0e28cb919953e9698988b85f
/usr/lib/.build-id/42
/usr/lib/.build-id/42/06fc979b4db9bec2643e67b78846b480db553f
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/4e9242dadb0e70c7509aa76c128337174e6fa7
/usr/lib/libopcuaclient.so.0.1
/usr/lib/libopcuacore.so.0.1
/usr/lib/libopcuaprotocol.so.0.1
/usr/lib/libopcuaserver.so.0.1
/usr/share/doc/freeopcua
/usr/share/doc/freeopcua/README.md
/usr/share/licenses/freeopcua
/usr/share/licenses/freeopcua/COPYING

References

Summary

In this tutorial we learn how to install freeopcua on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install freeopcua on Fedora 36” linkTitle: “freeopcua” type: “docs” description: “In this tutorial we learn how to install freeopcua in Fedora 36. freeopcua is Open Source C++ OPC-UA Server and Client Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/freeopcua-featured.png

Introduction

In this tutorial we learn how to install freeopcua on Fedora 36.

What is freeopcua

A LGPL C++ library to develop server and client OPC-UA applications.

We can use yum or dnf to install freeopcua on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freeopcua.

Install freeopcua 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 freeopcua using dnf by running the following command:

sudo dnf -y install freeopcua

Install freeopcua 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 freeopcua using yum by running the following command:

sudo yum -y install freeopcua

How To Uninstall freeopcua on Fedora 36

To uninstall only the freeopcua package we can use the following command:

sudo dnf remove freeopcua

freeopcua Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/130811c1e896876377dde3e5b8589d6cf866ad
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/7d2dabb9861b094927eca0b24fead7215db967
/usr/lib/.build-id/73
/usr/lib/.build-id/73/2177b4bbf8c7feb0b2ce2e2d6cb553ce0e7ee6
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/bec32054e82a84093855e47dfe284322ecc3a3
/usr/lib64/libopcuaclient.so.0.1
/usr/lib64/libopcuacore.so.0.1
/usr/lib64/libopcuaprotocol.so.0.1
/usr/lib64/libopcuaserver.so.0.1
/usr/share/doc/freeopcua
/usr/share/doc/freeopcua/README.md
/usr/share/licenses/freeopcua
/usr/share/licenses/freeopcua/COPYING

References

Summary

In this tutorial we learn how to install freeopcua on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).