How To Install libsavitar on Fedora 36
Introduction
In this tutorial we learn how to install libsavitar
on Fedora 36.
What is libsavitar
Savitar is a C++ implementation of 3mf loading with SIP Python bindings. 3mf is a 3D printing file format.
We can use yum
or dnf
to install libsavitar
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsavitar.
Install libsavitar 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 libsavitar
using dnf
by running the following command:
sudo dnf -y install libsavitar
Install libsavitar 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 libsavitar
using yum
by running the following command:
sudo yum -y install libsavitar
How To Uninstall libsavitar on Fedora 36
To uninstall only the libsavitar
package we can use the following command:
sudo dnf remove libsavitar
libsavitar Package Contents on Fedora 36
---
title: "How To Install libsavitar on Fedora 36"
linkTitle: "libsavitar"
type: "docs"
description: "In this tutorial we learn how to install libsavitar in Fedora 36. libsavitar is C++ implementation of 3mf loading with SIP Python bindings"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libsavitar-featured.png
---
## Introduction
In this tutorial we learn how to install `libsavitar` on Fedora 36.
### What is `libsavitar`
> Savitar is a C++ implementation of 3mf loading with SIP Python bindings. 3mf is a 3D printing file format.
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/1de9fef22a749447133820b57ca1877227ca61
/usr/lib64/libSavitar.so.0
/usr/lib64/libSavitar.so.0.1.2
/usr/share/doc/libsavitar
/usr/share/doc/libsavitar/README.md
/usr/share/licenses/libsavitar
/usr/share/licenses/libsavitar/LICENSE
We can use `yum` or `dnf` to install `libsavitar` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsavitar.
## Install libsavitar 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 libsavitar
using dnf
by running the following command:
sudo dnf -y install libsavitar
## Install libsavitar on Fedora 36 Using yum
Update yum database with `yum` using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install libsavitar
using yum
by running the following command:
sudo yum -y install libsavitar
How To Uninstall libsavitar on Fedora 36
To uninstall only the libsavitar
package we can use the following command:
sudo dnf remove libsavitar
libsavitar Package Contents on Fedora 36
## References
* [libsavitar website](https://github.com/Ultimaker/libSavitar)
## Summary
In this tutorial we learn how to install `libsavitar` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/83ab0b27d64198576557d636ee28b337d283b3
/usr/lib/libSavitar.so.0
/usr/lib/libSavitar.so.0.1.2
/usr/share/doc/libsavitar
/usr/share/doc/libsavitar/README.md
/usr/share/licenses/libsavitar
/usr/share/licenses/libsavitar/LICENSE
References
Summary
In this tutorial we learn how to install libsavitar
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).