How To Install freeopcua on Fedora 34
Introduction
In this tutorial we learn how to install freeopcua
on Fedora 34.
What is freeopcua
A LGPL C++ library to develop server and client OPC-UA applications. freeopcua 0 0.17.20200131.da2b76f.fc34 x86_64 1.4 M freeopcua-0-0.17.20200131.da2b76f.fc34.src.rpm fedora Open Source C++ OPC-UA Server and Client Library http LGPLv3+ A LGPL C++ library to develop server and client OPC-UA applications.
We can use yum
or dnf
to install freeopcua
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install freeopcua.
Install freeopcua on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install freeopcua
using dnf
by running the following command:
sudo dnf -y install freeopcua
Install freeopcua on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the freeopcua
package we can use the following command:
sudo dnf remove freeopcua
freeopcua Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/1fa32b1659f7f44b06b9d46d5afb2984e2587e
/usr/lib/.build-id/83
/usr/lib/.build-id/83/aa43df5ac1b5f69349a3c6a49ae950299b84b4
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/22a56babbfce60637868f2736661901710b995
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/f7c304879eb9d64ed40687b2e884ce6f5bca51
/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
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/d26fc15ce354d553b074c790d6121b98a1cbea
/usr/lib/.build-id/32
/usr/lib/.build-id/32/86d761b549b559028e9b78855df4be0b47b23b
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/9fb5e3b26b7d4412ad853ca37bde8301c1ee9f
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/9ff7c9feff0153858f12786e9f012cbb8b974e
/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
- [freeopcua website](http://freeopcua.github.io/ http://freeopcua.github.io/)
Summary
In this tutorial we learn how to install freeopcua
on Fedora 34 using yum and dnf.