midipatch from home:elchaschab project
Select Your Operating System
Add repository and install manually
For Debian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/elchaschab/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:elchaschab.list curl -fsSL https://download.opensuse.org/repositories/home:elchaschab/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_elchaschab.gpg > /dev/null sudo apt update sudo apt install midipatch
Grab binary packages directly
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:elchaschab/Fedora_Rawhide/home:elchaschab.repo dnf install midipatch
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:elchaschab/openSUSE_Tumbleweed/home:elchaschab.repo zypper refresh zypper install midipatch
Grab binary packages directly
Add repository and install manually
For Raspbian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/elchaschab/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:elchaschab.list curl -fsSL https://download.opensuse.org/repositories/home:elchaschab/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_elchaschab.gpg > /dev/null sudo apt update sudo apt install midipatch