Hello Linux Geeksters. As you may know, Asunder is an open-source audio CD ripper and encoder, allowing the users to easily burn tracks on CDs.

Main features:
- Supports WAV, MP3, Ogg Vorbis, FLAC, and Wavpack audio files
- Uses CDDB to name and tag each track
- Can encode to multiple formats in one session
- Creates M3U playlists
- Allows for each track to be by a different artist
- Does not require a specific desktop environment (just GTK+)
The latest version available is Asunder 2.7, which has been recently released, coming with small changes only.
In this article I will show you how to install Asunder 2.7 on Ubuntu 15.04 Vivid Vervet, Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Deepin 2014, Peppermint Five, LXLE 14.04, Linux Lite 2 and other Ubuntu derivative systems.
Because it is available via PPA, installing Asunder 2.7 on Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the asunder package. Like this:
$ sudo add-apt-repository ppa:webupd8team/unstable
$ sudo apt-get update
$ sudo apt-get install asunder
Optional, to remove asunder, do:
$ sudo apt-get remove asunder