How To Install Coin4 on Fedora 34
Introduction
In this tutorial we learn how to install Coin4
on Fedora 34.
What is Coin4
Coin3D is a high-level, retained-mode toolkit for effective 3D graphics development. It is API compatible with Open Inventor 2.1. Coin4 4.0.0 8.fc34 x86_64 2.5 M Coin4-4.0.0-8.fc34.src.rpm fedora High-level 3D visualization library https BSD and GPLv3+ Coin3D is a high-level, retained-mode toolkit for effective 3D graphics development. It is API compatible with Open Inventor 2.1.
We can use yum
or dnf
to install Coin4
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install Coin4.
Install Coin4 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 Coin4
using dnf
by running the following command:
sudo dnf -y install Coin4
Install Coin4 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 Coin4
using yum
by running the following command:
sudo yum -y install Coin4
How To Uninstall Coin4 on Fedora 34
To uninstall only the Coin4
package we can use the following command:
sudo dnf remove Coin4
Coin4 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/860b249907446c28dbe8cbdefc8450b29c4693
/usr/lib64/libCoin.so.4.0.0
/usr/lib64/libCoin.so.80
/usr/share/Coin4
/usr/share/Coin4/scxml
/usr/share/Coin4/scxml/navigation
/usr/share/Coin4/scxml/navigation/common.xml
/usr/share/Coin4/scxml/navigation/examiner.xml
/usr/share/Coin4/scxml/navigation/plane.xml
/usr/share/doc/Coin4
/usr/share/doc/Coin4/AUTHORS
/usr/share/doc/Coin4/ChangeLog
/usr/share/doc/Coin4/FAQ
/usr/share/doc/Coin4/FAQ.legal
/usr/share/doc/Coin4/README
/usr/share/doc/Coin4/README.UNIX
/usr/share/doc/Coin4/THANKS
/usr/share/licenses/Coin4
/usr/share/licenses/Coin4/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/faa100ae0674ad3762386572c2f17649d713f0
/usr/lib/libCoin.so.4.0.0
/usr/lib/libCoin.so.80
/usr/share/Coin4
/usr/share/Coin4/scxml
/usr/share/Coin4/scxml/navigation
/usr/share/Coin4/scxml/navigation/common.xml
/usr/share/Coin4/scxml/navigation/examiner.xml
/usr/share/Coin4/scxml/navigation/plane.xml
/usr/share/doc/Coin4
/usr/share/doc/Coin4/AUTHORS
/usr/share/doc/Coin4/ChangeLog
/usr/share/doc/Coin4/FAQ
/usr/share/doc/Coin4/FAQ.legal
/usr/share/doc/Coin4/README
/usr/share/doc/Coin4/README.UNIX
/usr/share/doc/Coin4/THANKS
/usr/share/licenses/Coin4
/usr/share/licenses/Coin4/COPYING
References
- [Coin4 website](https://bitbucket.org/Coin3D/coin/wiki/Home https://bitbucket.org/Coin3D/coin/wiki/Home)
Summary
In this tutorial we learn how to install Coin4
on Fedora 34 using yum and dnf.