How To Install csound-java on Fedora 36

In this tutorial we learn how to install csound-java in Fedora 36. csound-java is Java Csound support

Introduction

In this tutorial we learn how to install csound-java on Fedora 36.

What is csound-java

Contains Java language bindings for developing and running Java applications that use Csound.

We can use yum or dnf to install csound-java on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install csound-java.

Install csound-java 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 csound-java using dnf by running the following command:

sudo dnf -y install csound-java

Install csound-java 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 csound-java using yum by running the following command:

sudo yum -y install csound-java

How To Uninstall csound-java on Fedora 36

To uninstall only the csound-java package we can use the following command:

sudo dnf remove csound-java

csound-java Package Contents on Fedora 36

---
title: "How To Install csound-java on Fedora 36"
linkTitle: "csound-java"
type: "docs"
description: "In this tutorial we learn how to install csound-java in Fedora 36. csound-java is Java Csound support"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/csound-java-featured.png
---

## Introduction

In this tutorial we learn how to install `csound-java` on Fedora 36.

### What is `csound-java`

> Contains Java language bindings for developing and running Java applications that use Csound.  

We can use `yum` or `dnf` to install `csound-java` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install csound-java.

## Install csound-java 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 csound-java using dnf by running the following command:

sudo dnf -y install csound-java

Install csound-java 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 csound-java using yum by running the following command:

sudo yum -y install csound-java

How To Uninstall csound-java on Fedora 36

To uninstall only the csound-java package we can use the following command:

sudo dnf remove csound-java

csound-java Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f0/4688f383d769c6103e941a0b189505888a7574
/usr/lib64/csnd6.jar
/usr/lib64/lib_jcsound.so.1
/usr/lib64/lib_jcsound6.so
/usr/share/java/csnd.jar
/usr/lib/.build-id
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/ad2860b14e791645d064f30e95bfea8ed11f5c
/usr/lib/csnd6.jar
/usr/lib/lib_jcsound.so.1
/usr/lib/lib_jcsound6.so
/usr/share/java/csnd.jar

References

Summary

In this tutorial we learn how to install `csound-java` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).


## References

* [csound-java website](http://csound.github.io/)

## Summary

In this tutorial we learn how to install `csound-java` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).