libportaudio2 from home:illuusio:portaudio project
Select Your Operating System
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:illuusio:portaudio/Fedora_Rawhide/home:illuusio:portaudio.repo dnf install libportaudio2
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:illuusio:portaudio/openSUSE_Tumbleweed/home:illuusio:portaudio.repo zypper refresh zypper install libportaudio2
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:illuusio:portaudio/openSUSE_Slowroll/home:illuusio:portaudio.repo zypper refresh zypper install libportaudio2
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:illuusio:portaudio/15.6/home:illuusio:portaudio.repo zypper refresh zypper install libportaudio2
Grab binary packages directly
Add repository and install manually
For xUbuntu 21.04 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:/illuusio:/portaudio/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:illuusio:portaudio.list curl -fsSL https://download.opensuse.org/repositories/home:illuusio:portaudio/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_illuusio_portaudio.gpg > /dev/null sudo apt update sudo apt install libportaudio2
For xUbuntu 20.04 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:/illuusio:/portaudio/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:illuusio:portaudio.list curl -fsSL https://download.opensuse.org/repositories/home:illuusio:portaudio/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_illuusio_portaudio.gpg > /dev/null sudo apt update sudo apt install libportaudio2