Hello Linux Geeksters. As you may know, SoundConverter is a simple and fast tool for converting audio files. It has support for all the files supported by GStreamer and converts them to Ogg, WAV, FLAC or MP3. The latest version available is SoundConverter 2.1.2.

Note: SoundConverter is not the same software as SoundKonverter, so do not make confusions between them.
In this article I will show you how to install SoundConverter 2.1.2 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Pear OS 8, Pear OS 7 and Elementary OS 0.2 Luna.
For Ubuntu 13.10, Ubuntu 12.04, Linux Mint 16, Linux Mint 13 and Elementary OS 0.2, SoundConverter 2.1.2 is available via the GetDeb repository. Follow the instructions for your system exactly, in order to get a successfully installation.
How to install SoundConverter 2.1.2 on Ubuntu 13.10 and Linux Mint 16:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu saucy-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install soundconverter
How to install SoundConverter 2.1.2 on Ubuntu 12.04, Linux Mint 13 and Elementary OS 0.2:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu precise-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install soundconverter
For Ubuntu 13.04, Ubuntu 12.10, Linux Mint 15, Linux Mint 14, Pear OS 8 and Pear OS 7, SoundConverter 2.1.2 can be easily downloaded from GetDeb and installed via dpkg. However, I will use gdebi, in order not to get dependency issues:
$ sudo apt-get install gdebi
$ wget -c archive.getdeb.net/ubuntu/pool/apps/s/soundconverter/soundconverter_2.1.2-1~getdeb1_all.deb
$ sudo gdebi soundconverter_2.1.2-1~getdeb1_all.deb