How To Install tse3 on Fedora 36
Introduction
In this tutorial we learn how to install tse3
on Fedora 36.
What is tse3
TSE3 is a powerful open source sequencer engine written in C++. It is a ‘sequencer engine’ because it provides the actual driving force elements of a sequencer but provides no form of user interface. Sequencer applications or multimedia presentation packages will incorporate the TSE3 libraries to provide a user with MIDI sequencing facilities.
We can use yum
or dnf
to install tse3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tse3.
Install tse3 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 tse3
using dnf
by running the following command:
sudo dnf -y install tse3
Install tse3 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 tse3
using yum
by running the following command:
sudo yum -y install tse3
How To Uninstall tse3 on Fedora 36
To uninstall only the tse3
package we can use the following command:
sudo dnf remove tse3
tse3 Package Contents on Fedora 36
/usr/bin/tse3play
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/a4fd633d8ab078e618861925bde68b8c79ed91
/usr/lib/.build-id/82
/usr/lib/.build-id/82/9574304745c3e67dc2a028e38d8599c62650b1
/usr/lib64/libtse3.so.0
/usr/lib64/libtse3.so.0.0.0
/usr/share/doc/tse3
/usr/share/doc/tse3/AUTHORS
/usr/share/licenses/tse3
/usr/share/licenses/tse3/COPYING
/usr/share/man/man1/tse3play.1.gz
References
Summary
In this tutorial we learn how to install tse3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install tse3 on Fedora 36” linkTitle: “tse3” type: “docs” description: “In this tutorial we learn how to install tse3 in Fedora 36. tse3 is MIDI Sequencer Engine” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tse3-featured.png
Introduction
In this tutorial we learn how to install tse3
on Fedora 36.
What is tse3
TSE3 is a powerful open source sequencer engine written in C++. It is a ‘sequencer engine’ because it provides the actual driving force elements of a sequencer but provides no form of user interface. Sequencer applications or multimedia presentation packages will incorporate the TSE3 libraries to provide a user with MIDI sequencing facilities.
We can use yum
or dnf
to install tse3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tse3.
Install tse3 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 tse3
using dnf
by running the following command:
sudo dnf -y install tse3
Install tse3 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 tse3
using yum
by running the following command:
sudo yum -y install tse3
How To Uninstall tse3 on Fedora 36
To uninstall only the tse3
package we can use the following command:
sudo dnf remove tse3
tse3 Package Contents on Fedora 36
/usr/bin/tse3play
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/217f2c06f9c65dbe00f117cb35747c69c467e3
/usr/lib/.build-id/49
/usr/lib/.build-id/49/e50a4925dd05a22df9fb3a1c788b3efffcb02b
/usr/lib/libtse3.so.0
/usr/lib/libtse3.so.0.0.0
/usr/share/doc/tse3
/usr/share/doc/tse3/AUTHORS
/usr/share/licenses/tse3
/usr/share/licenses/tse3/COPYING
/usr/share/man/man1/tse3play.1.gz
References
Summary
In this tutorial we learn how to install tse3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).