Install LiquidSoap in Centos 8 Stream/AlmaLinux/Rocky Linux/Oracle Linux

In this tutorial I’ll provide you easy instruction upon how you can install Liquidsoap in Centos 8 Stream/AlmaLinux/Rocky Linux/Oracle Linux just follow the below steps to get it installed in your server.

Liquidsoap is a powerful and flexible language for describing audio and video streams. It offers a rich collection of operators that you can combine at will, giving you more power than you need for creating or transforming streams.


For CentOS 8 Stream run the following as root:

cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:radiorabe:liquidsoap/CentOS_8_Stream/home:radiorabe:liquidsoap.repo

For CentOS 8/AlmaLinux/Rocky Linux/Oracle Linux run the following as root:

cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:radiorabe:liquidsoap/CentOS_8/home:radiorabe:liquidsoap.repo

Install rpmfusion repo

dnf install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm

Disable the repo for not to get the auto update via yum/dnf

dnf config-manager --set-disabled home_radiorabe_liquidsoap  rpmfusion-free-updates

Install liquidsoap

dnf install liquidsoap --enablerepo=rpmfusion-free-updates,home_radiorabe_liquidsoap

done it will install liquidsoap without any hassle.

Back to top button