Elektroid is a free and open source MIDI device manager application for Linux. It includes the elektroid GUI and commad-line CLI application. Using Elektroid, you can manage different types of data on different MIDI devices. You can also upload and download audio files and send and receive SysEx MIDI files. It comes with buil-in presets, projects or tunings settings. It is released under GNU General Public License v3.0
How to install Elektroid on Ubuntu Linux
You can Elektroid using flatpak package file from the flathub remote store. First install flatpak and flathub on your system and restart it after the installation.
Now open the terminal app (ctrl+alt+t) and run below Elektroid app flatpak installation command.
flatpak install flathub io.github.dagargo.Elektroid
After the successful installation of Elektroid, you can open it using the show applications menu or the below command in terminal.
flatpak run io.github.dagargo.Elektroid
And also uninstall it using below command.
flatpak uninstall io.github.dagargo.Elektroid
[OR]If you are encountering any errors, please try the solution below.
sudo flatpak uninstall io.github.dagargo.Elektroid
That’s it.