How To Install chipmunk on Fedora 36
Introduction
In this tutorial we learn how to install chipmunk
on Fedora 36.
What is chipmunk
Chipmunk is a 2D rigid body physics library distributed under the MIT license. Though not yet complete, it is intended to be fast, numerically stable, and easy to use.
We can use yum
or dnf
to install chipmunk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install chipmunk.
Install chipmunk 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 chipmunk
using dnf
by running the following command:
sudo dnf -y install chipmunk
Install chipmunk 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 chipmunk
using yum
by running the following command:
sudo yum -y install chipmunk
How To Uninstall chipmunk on Fedora 36
To uninstall only the chipmunk
package we can use the following command:
sudo dnf remove chipmunk
chipmunk Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/f420c81fe77112f1d93efb987e1039e10256c9
/usr/lib/libchipmunk.so.7
/usr/lib/libchipmunk.so.7.0.3
/usr/share/doc/chipmunk
/usr/share/doc/chipmunk/README.textile
/usr/share/licenses/chipmunk
/usr/share/licenses/chipmunk/LICENSE.txt
References
Summary
In this tutorial we learn how to install chipmunk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install chipmunk on Fedora 36” linkTitle: “chipmunk” type: “docs” description: “In this tutorial we learn how to install chipmunk in Fedora 36. chipmunk is Physics engine for 2D games” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/chipmunk-featured.png
Introduction
In this tutorial we learn how to install chipmunk
on Fedora 36.
What is chipmunk
Chipmunk is a 2D rigid body physics library distributed under the MIT license. Though not yet complete, it is intended to be fast, numerically stable, and easy to use.
We can use yum
or dnf
to install chipmunk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install chipmunk.
Install chipmunk 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 chipmunk
using dnf
by running the following command:
sudo dnf -y install chipmunk
Install chipmunk 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 chipmunk
using yum
by running the following command:
sudo yum -y install chipmunk
How To Uninstall chipmunk on Fedora 36
To uninstall only the chipmunk
package we can use the following command:
sudo dnf remove chipmunk
chipmunk Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/58965c521834974a46f251637a15b20df168df
/usr/lib64/libchipmunk.so.7
/usr/lib64/libchipmunk.so.7.0.3
/usr/share/doc/chipmunk
/usr/share/doc/chipmunk/README.textile
/usr/share/licenses/chipmunk
/usr/share/licenses/chipmunk/LICENSE.txt
References
Summary
In this tutorial we learn how to install chipmunk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).