How To Install dssi-devel on Fedora 36
Introduction
In this tutorial we learn how to install dssi-devel
on Fedora 36.
What is dssi-devel
Libraries, include files, etc you can use to develop DSSI based applications.
We can use yum
or dnf
to install dssi-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dssi-devel.
Install dssi-devel 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 dssi-devel
using dnf
by running the following command:
sudo dnf -y install dssi-devel
Install dssi-devel 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 dssi-devel
using yum
by running the following command:
title: "How To Install dssi-devel on Fedora 36"
sudo yum -y install dssi-devel
linkTitle: "dssi-devel"
type: “docs”
How To Uninstall dssi-devel on Fedora 36
description: “In this tutorial we learn how to install dssi-devel in Fedora 36. dssi-devel is Libraries, includes, etc to develop DSSI applications”
date: “2022-08-17”
To uninstall only the dssi-devel
package we can use the following command:
lastmod: “2022-08-17”
#image: /images/fedora/36/dssi-devel-featured.png
sudo dnf remove dssi-devel
---
Introduction
dssi-devel Package Contents on Fedora 36
In this tutorial we learn how to install dssi-devel
on Fedora 36.
### What is `dssi-devel`
> Libraries, include files, etc you can use to develop DSSI based applications.
We can use `yum` or `dnf` to install `dssi-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dssi-devel.
## Install dssi-devel 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 dssi-devel
using dnf
by running the following command:
sudo dnf -y install dssi-devel
Install dssi-devel 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 dssi-devel
using yum
by running the following command:
sudo yum -y install dssi-devel
How To Uninstall dssi-devel on Fedora 36
To uninstall only the dssi-devel
package we can use the following command:
sudo dnf remove dssi-devel
dssi-devel Package Contents on Fedora 36
/usr/include/dssi.h
/usr/lib/pkgconfig/dssi.pc
/usr/share/doc/dssi-devel
/usr/share/doc/dssi-devel/COPYING
/usr/share/doc/dssi-devel/RFC.txt
/usr/share/doc/dssi-devel/midi-controllers.txt
/usr/share/doc/dssi-devel/why-use.txt
References
Summary
In this tutorial we learn how to install dssi-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/dssi.h /usr/lib64/pkgconfig/dssi.pc /usr/share/doc/dssi-devel /usr/share/doc/dssi-devel/COPYING /usr/share/doc/dssi-devel/RFC.txt /usr/share/doc/dssi-devel/midi-controllers.txt /usr/share/doc/dssi-devel/why-use.txt
## References
* [dssi-devel website](http://dssi.sourceforge.net/)
## Summary
In this tutorial we learn how to install `dssi-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).