[Icecast] upgrading icecast to 2.4.1

"Thomas B. Rücker" thomas at ruecker.fi
Mon Feb 23 16:06:06 UTC 2015


On 02/23/2015 02:26 PM, Simone Dal Maso wrote:
> Hello,
> I'm a ubuntu 12.04 user.
> I'm currently running icecast 2.3.2 installed from ubuntu apt-get,  with 
> Liquidsoap 1.1.1 that instead is compiled by myself.

OK, that's from the Icecast side an easy situation.

> I'd like to upgrade to icecast 2.4.1, but since I have a webradio and 
> all work fine, I'd like to know if there is a procedure or a tutorial on 
> how to upgrade from 2.3.2 to 2.4.1.
> Which steps  should I follow?

It is fairly easy, you add the official Icecast repository (it's like a
PPA):
http://download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_12.04/
The signing key is:
http://download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_12.04/Release.key


This line will add the official Icecast repository for Ubuntu 12.04 to
your system:
sudo sh -c "echo deb
http://download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_14.04/ ./
>>/etc/apt/sources.list.d/icecast.list"

This line will add the GPG signing key to your system:|
wget -qO -
||http://download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_12.04/Release.key
| sudo apt-key add -|

Once you've done that you should be able to just:
sudo apt-get update
sudo apt-get install icecast2

It should now offer the 2.4.1 package. Upgrading should "just work" and
your original config should be kept.

In case it doesn't work or you want to remove the repository, this will
get you back to the original Ubuntu package:
sudo rm /etc/apt/sources.list.d/icecast.list
sudo apt-get install icecast2/trusty

There should be no changes necessary to your Liquidsoap setup.


Cheers

Thomas




More information about the Icecast mailing list