UltraStar Deluxe is a free and open source karaoke singing game for Linux, Windows and MacOS. It is written in Pascal and released under GNU General Public License v2.0. This app is heavily inspired by SingStar software. It comes with total 6 players to sing along with music using microphones. It calculate the scores based on the pitch of the voice and the rhythm of singing. Some other features are party mode, theme support, many audio and video formats support.
Download UltraStar Deluxe [Windows, Linux, MacOS]
How to Install UltraStar Deluxe on Ubuntu Linux
UltraStar Deluxe is available as a portable AppImage and flatpak from flathub. Download the latest version of UltraStar Deluxe in .AppImage file format from the above UltraStar Deluxe download link and save it on your Downloads folder.
Here “UltraStarDeluxe-v2023.3.0-x86_64.AppImage” is the downloaded file name and the path is Downloads folder. You can change below commands based on your file name and path.
Open the terminal application (ctrl+alt+t) and run below commands one by one.
cd Downloads
sudo chmod +x ~ UltraStarDeluxe-v2023.3.0-x86_64.AppImage
./UltraStarDeluxe-v2023.3.0-x86_64.AppImage
Install UltraStar Deluxe on Flatpak:
First install flatpak and flathub on your system and restart it after the installation.
Now in the terminal app run below UltraStar Deluxe flatpak install command.
flatpak install flathub eu.usdx.UltraStarDeluxe
After the installation you can open UltraStar Deluxe using below command.
flatpak run eu.usdx.UltraStarDeluxe
And uninstall UltraStar Deluxe using below command.
sudo flatpak uninstall eu.usdx.UltraStarDeluxe
That’s all.