title: “How To Install disomaster on Fedora 36” linkTitle: “disomaster” title: “How To Install disomaster on Fedora 36” type: “docs” linkTitle: “disomaster” type: “docs” description: “In this tutorial we learn how to install disomaster in Fedora 36. disomaster is Library to manipulate DISC burning” date: “2022-08-17” description: “In this tutorial we learn how to install disomaster in Fedora 36. disomaster is Library to manipulate DISC burning” lastmod: “2022-08-17” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/disomaster-featured.png
Introduction
In this tutorial we learn how to install disomaster
on Fedora 36.
What is disomaster
#image: /images/fedora/36/disomaster-featured.png
This package provides a libisoburn wrapper class for Qt.
Introduction
We can use yum
or dnf
to install disomaster
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install disomaster.
In this tutorial we learn how to install disomaster
on Fedora 36.
What is disomaster
Install disomaster on Fedora 36 Using dnf
This package provides a libisoburn wrapper class for Qt.
Update yum database with dnf
using the following command.
We can use `yum` or `dnf` to install `disomaster` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install disomaster.
sudo dnf makecache --refresh
Install disomaster on Fedora 36 Using dnf
After updating yum database, We can install disomaster
using dnf
by running the following command:
Update yum database with dnf
using the following command.
```bash
sudo dnf -y install disomaster
sudo dnf makecache –refresh
## Install disomaster on Fedora 36 Using yum
After updating yum database, We can install `disomaster` using `dnf` by running the following command:
Update yum database with `yum` using the following command.
```bash
```bash
sudo dnf -y install disomaster
sudo yum makecache –refresh
## Install disomaster on Fedora 36 Using yum
After updating yum database, We can install `disomaster` using `yum` by running the following command:
Update yum database with `yum` using the following command.
```bash
```bash
sudo yum -y install disomaster
sudo yum makecache –refresh
## How To Uninstall disomaster on Fedora 36
After updating yum database, We can install `disomaster` using `yum` by running the following command:
To uninstall only the `disomaster` package we can use the following command:
```bash
```bash
sudo yum -y install disomaster
sudo dnf remove disomaster
## How To Uninstall disomaster on Fedora 36
## disomaster Package Contents on Fedora 36
```bash
To uninstall only the `disomaster` package we can use the following command:
```bash
sudo dnf remove disomaster
disomaster Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/5ab878f18fbe6dba67330403e22225fd8ad4b0
/usr/lib/libdisomaster.so.1
/usr/lib/libdisomaster.so.1.0
/usr/lib/libdisomaster.so.1.0.0
/usr/share/doc/disomaster
/usr/share/doc/disomaster/README.md
/usr/share/licenses/disomaster
/usr/share/licenses/disomaster/LICENSE
References
Summary
In this tutorial we learn how to install disomaster
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/ed /usr/lib/.build-id/ed/f9e7d3c8921afb8cf169808d03842693cb1d99 /usr/lib64/libdisomaster.so.1 /usr/lib64/libdisomaster.so.1.0 /usr/lib64/libdisomaster.so.1.0.0 /usr/share/doc/disomaster /usr/share/doc/disomaster/README.md /usr/share/licenses/disomaster /usr/share/licenses/disomaster/LICENSE
## References
* [disomaster website](https://github.com/linuxdeepin/disomaster)
## Summary
In this tutorial we learn how to install `disomaster` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).