How To Install tse3 on Fedora 34
Introduction
In this tutorial we learn how to install tse3
on Fedora 34.
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. tse3 0.3.1 28.fc34 x86_64 323 k tse3-0.3.1-28.fc34.src.rpm fedora MIDI Sequencer Engine http GPL+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install tse3.
Install tse3 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install tse3
using dnf
by running the following command:
sudo dnf -y install tse3
Install tse3 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the tse3
package we can use the following command:
sudo dnf remove tse3
tse3 Package Contents on Fedora 34
/usr/bin/tse3play
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/751d834a0b69399f32488090418ce7aec4102b
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/876c687b17421576ea7e6ac40926928762691e
/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
/usr/bin/tse3play
/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/c8cceeb1d10c84f5559836d3d1de2dd9d4d15a
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/808d9e0fd51e5f7e15c2adb4b42d22cf4b8eab
/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
- [tse3 website](http://tse3.sourceforge.net/ http://tse3.sourceforge.net/)
Summary
In this tutorial we learn how to install tse3
on Fedora 34 using yum and dnf.