How To Install Coin4 on Fedora 36
Introduction
In this tutorial we learn how to install Coin4
on Fedora 36.
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.
We can use yum
or dnf
to install Coin4
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install Coin4.
Install Coin4 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 Coin4
using dnf
by running the following command:
sudo dnf -y install Coin4
Install Coin4 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 Coin4
using yum
by running the following command:
sudo yum -y install Coin4
How To Uninstall Coin4 on Fedora 36
To uninstall only the Coin4
package we can use the following command:
sudo dnf remove Coin4
Coin4 Package Contents on Fedora 36
---
title: "How To Install Coin4 on Fedora 36"
linkTitle: "Coin4"
type: "docs"
description: "In this tutorial we learn how to install Coin4 in Fedora 36. Coin4 is High-level 3D visualization library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/Coin4-featured.png
---
## Introduction
In this tutorial we learn how to install `Coin4` on Fedora 36.
### 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.
We can use `yum` or `dnf` to install `Coin4` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install Coin4.
## Install Coin4 on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install Coin4
using dnf
by running the following command:
sudo dnf -y install Coin4
Install Coin4 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 Coin4
using yum
by running the following command:
sudo yum -y install Coin4
How To Uninstall Coin4 on Fedora 36
To uninstall only the Coin4
package we can use the following command:
sudo dnf remove Coin4
Coin4 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/7291af3ad1a33e8020abd1e3b3abbe3fbd9560
/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
References
Summary
In this tutorial we learn how to install Coin4
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/eb /usr/lib/.build-id/eb/882e6ab13ea7e863aa95c6c4094403d33bfb3d /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://github.com/coin3d/coin/wiki)
## Summary
In this tutorial we learn how to install `Coin4` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).