Audacious Music Player 4.2 is Out Finally! Ubuntu PPA Updated

Last updated: July 10, 2022 — 5 Comments

Audacious 4.2 finally goes stable! Here are the new features and how to install guide for Ubuntu users.

This release is a bit late, since the beta has been released for 5 months. As you may already known, Audacious 4.2 feature new dark theme, as well as Flat icon in both light and dark. You can enable them via ‘Files -> Settings’ dialog.

Audacious Dark & Flat icons

For Winamp interface in Qt mode, there’s now a Search and Select dialog for searching music in playlist. Which, supports regular expressions syntax for advanced users.

Winamp interface, search in playlist

Other changes in the release include:

  • Add partial support for Ogg FLAC streams
  • Automatically set the title of an imported playlist based on the filename
  • Preselect the filename of an imported playlist when exporting it again
  • Add a Jump to Song dialog to the Winamp interface in Qt mode
  • Add formatter syntax to allow truncating title strings

Install Audacious 4.2 via PPA:

I’ve updated the unofficial PPA with the package for Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04 and their based systems, such as Linux Mint and Pop! OS.

NOTE if you’re using the Audacious 4.2 beta package via my test PPA, you have to remove it as well as the PPA first.

First, open terminal by either pressing Ctrl+Alt+T on keyboard or searching from Activities overview (start menu). When it opens, run the command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Second, update the package cache in Ubuntu 18.04, Linux Mint, though it’s done automatically in Ubuntu 20.04 +

sudo apt update

Finally, either update the music player via Software Updater, or run the command below in terminal to install/update the package:

sudo apt install audacious audacious-plugins

Uninstall Audacious:

To remove the music player package, use command:

sudo apt remove --autoremove audacious audacious-plugins

And remove the Ubuntu PPA via command:

sudo add-apt-repository --remove ppa:ubuntuhandbook1/apps

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

5 responses to Audacious Music Player 4.2 is Out Finally! Ubuntu PPA Updated

  1. Thank you for maintaining the unofficial PPA!

  2. While Clementine is my main music player I use Audacious as my default for sound files. It is lightweight, fast and you can edit tags with it.

  3. Ji m, thank you very much for keep Audacious updated on Ubuntu, works great on Lunar.

    Don’t know if this happens to other users, but when I launch Audacious I get a second window besides the main one, which could be closed if Audacious is not playing a song. If I try to close it while Audacious is playing, the App freeze for a second and then crash.

    I use Audacious with GTK interface on Gnome Desktop.

    Again, thanks.

    • No sure if it will work, but you may try adding ‘X-GNOME-SingleWindow=true‘ in shortcut file to tell run only single window.

      To do so, open terminal (Ctrl+Alt+T) and run command:

      sudo gnome-text-editor /usr/share/applications/audacious.desktop

      Then add the new line ‘X-GNOME-SingleWindow=true‘ and save it. Finally, try launching it a few moments later.

      If it the issue still occurs, report it HERE.

      • Sorry for the late reply, I thought that I will receive an email in case of a reply. I will give it a try.

        I forget to say, that I had this issue too, in Arch Linux with the AUR package of Audacious. So, is definitely something about the 4.3 app version and GTK.

        Thanks.

Leave a Reply

Text formatting is available via select HTML.

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

*