How To Install lib3mf on Fedora 36
Introduction
In this tutorial we learn how to install lib3mf
on Fedora 36.
What is lib3mf
lib3mf is a C++ implementation of the 3D Manufacturing Format standard. This is a 3D printing standard for representing geometry as meshes.
We can use yum
or dnf
to install lib3mf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lib3mf.
Install lib3mf 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 lib3mf
using dnf
by running the following command:
sudo dnf -y install lib3mf
Install lib3mf 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 lib3mf
using yum
by running the following command:
sudo yum -y install lib3mf
How To Uninstall lib3mf on Fedora 36
To uninstall only the lib3mf
package we can use the following command:
sudo dnf remove lib3mf
lib3mf Package Contents on Fedora 36
---
title: "How To Install lib3mf on Fedora 36"
linkTitle: "lib3mf"
type: "docs"
description: "In this tutorial we learn how to install lib3mf in Fedora 36. lib3mf is Implementation of the 3D Manufacturing Format file standard"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lib3mf-featured.png
---
## Introduction
In this tutorial we learn how to install `lib3mf` on Fedora 36.
### What is `lib3mf`
> lib3mf is a C++ implementation of the 3D Manufacturing Format standard. This is a 3D printing standard for representing geometry as meshes.
We can use `yum` or `dnf` to install `lib3mf` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lib3mf.
## Install lib3mf 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 lib3mf
using dnf
by running the following command:
sudo dnf -y install lib3mf
Install lib3mf 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 lib3mf
using yum
by running the following command:
sudo yum -y install lib3mf
How To Uninstall lib3mf on Fedora 36
To uninstall only the lib3mf
package we can use the following command:
sudo dnf remove lib3mf
lib3mf Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/3dc739419302d26bd025a3b397660aedcbc7bc
/usr/lib64/lib3mf.so.2
/usr/lib64/lib3mf.so.2.0.1.0
/usr/share/doc/lib3mf
/usr/share/doc/lib3mf/README.md
/usr/share/licenses/lib3mf
/usr/share/licenses/lib3mf/LICENSE
References
Summary
In this tutorial we learn how to install lib3mf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/26 /usr/lib/.build-id/26/a93de220eaca890770355b41e19aa1260ffc90 /usr/lib/lib3mf.so.2 /usr/lib/lib3mf.so.2.0.1.0 /usr/share/doc/lib3mf /usr/share/doc/lib3mf/README.md /usr/share/licenses/lib3mf /usr/share/licenses/lib3mf/LICENSE
## References
* [lib3mf website](https://3mf.io)
## Summary
In this tutorial we learn how to install `lib3mf` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).