Butt
Butt (Broadcast Using This Tool) is a lightweight, clean, but extremely efficient and stable software that allows you to send audio streams to an online radio server (e.g., Icecast, Shoutcast). Ideal for DJs, podcasters, or anyone who wants to broadcast live simply.
Follow these steps to install Butt software on Ubuntu 22.04 system:
sudo add-apt-repository universe -y && sudo add-apt-repository multiverse -y && sudo wget -O /usr/share/keyrings/newlifelinux.gpg http://ppa.newlifelinux.org/jammy/newlifelinux.gpg
sudo echo "deb [signed-by=/usr/share/keyrings/newlifelinux.gpg] http://ppa.newlifelinux.org/jammy/ jammy main" | sudo tee /etc/apt/sources.list.d/newlife-jammy.list
sudo apt update && sudo apt-get install butt
Note: This guide applies to Ubuntu 22.04 (Jammy Jellyfish) system.
Follow these steps to install Butt software on Ubuntu 24.04 system:
sudo wget -qO - http://ppa.newlifelinux.org/ubuntu/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/newlifelinux.gpg
sudo echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/newlifelinux.gpg] http://ppa.newlifelinux.org/ubuntu noble main' | sudo tee /etc/apt/sources.list.d/newlifelinux.list
sudo apt update && sudo apt-get install butt
Note: This guide applies to Ubuntu 24.04 (Noble Numbat) system.
Follow these steps to install Butt software on Ubuntu 25.04 system:
sudo wget -O /usr/share/keyrings/newlifelinux.gpg http://ppa.newlifelinux.org/ubuntu/plucky/newlifelinux.gpg
sudo echo "deb [arch=amd64 signed-by=/usr/share/keyrings/newlifelinux.gpg] http://ppa.newlifelinux.org/plucky/ plucky main" | sudo tee /etc/apt/sources.list.d/newlife-plucky.list
sudo apt update && sudo apt-get install butt
Note: This guide applies to Ubuntu 25.04 (Plucky Penguin) system.
Follow these steps to install Butt software on Ubuntu 25.10 system:
sudo apt-get install butt
Note: This guide applies to Ubuntu 25.10 (Questing Quail) system.