How To Install Coin3 on Fedora 34
Introduction
In this tutorial we learn how to install Coin3
on Fedora 34.
What is Coin3
Coin is a 3D graphics library with an Application Programming Interface based on the Open Inventor 2.1 API. Coin3 3.1.3 28.fc34 x86_64 2.5 M Coin3-3.1.3-28.fc34.src.rpm fedora High-level 3D visualization library https GPLv2 Coin is a 3D graphics library with an Application Programming Interface based on the Open Inventor 2.1 API.
We can use yum
or dnf
to install Coin3
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install Coin3.
Install Coin3 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 Coin3
using dnf
by running the following command:
sudo dnf -y install Coin3
Install Coin3 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 Coin3
using yum
by running the following command:
sudo yum -y install Coin3
How To Uninstall Coin3 on Fedora 34
To uninstall only the Coin3
package we can use the following command:
sudo dnf remove Coin3
Coin3 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/8f745ec672b43ff98eed0fe877a3be47465351
/usr/lib/libCoin.so.60
/usr/lib/libCoin.so.60.1.3
/usr/share/Coin3
/usr/share/Coin3/scxml
/usr/share/Coin3/scxml/navigation
/usr/share/Coin3/scxml/navigation/examiner.xml
/usr/share/doc/Coin3
/usr/share/doc/Coin3/AUTHORS
/usr/share/doc/Coin3/FAQ
/usr/share/doc/Coin3/FAQ.legal
/usr/share/doc/Coin3/README
/usr/share/doc/Coin3/THANKS
/usr/share/licenses/Coin3
/usr/share/licenses/Coin3/COPYING
/usr/share/licenses/Coin3/LICENSE.GPL
/usr/lib/.build-id
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/e8950a84a267b5f3189ba1c2a78ac3ae4028ba
/usr/lib64/libCoin.so.60
/usr/lib64/libCoin.so.60.1.3
/usr/share/Coin3
/usr/share/Coin3/scxml
/usr/share/Coin3/scxml/navigation
/usr/share/Coin3/scxml/navigation/examiner.xml
/usr/share/doc/Coin3
/usr/share/doc/Coin3/AUTHORS
/usr/share/doc/Coin3/FAQ
/usr/share/doc/Coin3/FAQ.legal
/usr/share/doc/Coin3/README
/usr/share/doc/Coin3/THANKS
/usr/share/licenses/Coin3
/usr/share/licenses/Coin3/COPYING
/usr/share/licenses/Coin3/LICENSE.GPL
References
- [Coin3 website](https://bitbucket.org/Coin3D/coin/wiki/Home https://bitbucket.org/Coin3D/coin/wiki/Home)
Summary
In this tutorial we learn how to install Coin3
on Fedora 34 using yum and dnf.