How To Install libmash on Fedora 36
Introduction
In this tutorial we learn how to install libmash
on Fedora 36.
What is libmash
Mash is a small library for using real 3D models within a Clutter scene. Models can be exported from Blender or other 3D modeling software as PLY files and then used as actors. It also supports a lighting model with animatable lights.
We can use yum
or dnf
to install libmash
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmash.
Install libmash 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 libmash
using dnf
by running the following command:
sudo dnf -y install libmash
Install libmash 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 libmash
using yum
by running the following command:
sudo yum -y install libmash
How To Uninstall libmash on Fedora 36
To uninstall only the libmash
package we can use the following command:
sudo dnf remove libmash
libmash Package Contents on Fedora 36
---
title: "How To Install libmash on Fedora 36"
linkTitle: "libmash"
type: "docs"
description: "In this tutorial we learn how to install libmash in Fedora 36. libmash is A library for using real 3D models within a Clutter scene"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libmash-featured.png
---
## Introduction
In this tutorial we learn how to install `libmash` on Fedora 36.
### What is `libmash`
> Mash is a small library for using real 3D models within a Clutter scene. Models can be exported from Blender or other 3D modeling software as PLY files and then used as actors. It also supports a lighting model with animatable lights.
We can use `yum` or `dnf` to install `libmash` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmash.
## Install libmash 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 libmash
using dnf
by running the following command:
sudo dnf -y install libmash
Install libmash 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 libmash
using yum
by running the following command:
sudo yum -y install libmash
How To Uninstall libmash on Fedora 36
To uninstall only the libmash
package we can use the following command:
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/f0fca18d14cf1ded3d3f59b3a8ba82116aefa6
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/Mash-0.2.typelib
/usr/lib64/libmash-0.2.so.0
/usr/lib64/libmash-0.2.so.0.0.0
/usr/share/doc/libmash
/usr/share/doc/libmash/AUTHORS
/usr/share/doc/libmash/COPYING.LIB
/usr/share/doc/libmash/NEWS
/usr/share/doc/libmash/README
References
Summary
In this tutorial we learn how to install libmash
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
sudo dnf remove libmash
## libmash Package Contents on Fedora 36
```bash
/usr/lib/.build-id
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/7c7b9f68f90f8347ae1e98a4516f9bbfd2776e
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/Mash-0.2.typelib
/usr/lib/libmash-0.2.so.0
/usr/lib/libmash-0.2.so.0.0.0
/usr/share/doc/libmash
/usr/share/doc/libmash/AUTHORS
/usr/share/doc/libmash/COPYING.LIB
/usr/share/doc/libmash/NEWS
/usr/share/doc/libmash/README
References
Summary
In this tutorial we learn how to install libmash
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).