How to install SoundConverter 2.1.4 on Ubuntu 14.04, Ubuntu 14.10 and Linux Mint Systems. SoundConverter is a popular audio file converter software for Linux Ubuntu systems.
SoundConverter 2.1.4 is an audio file converter for GNOME Desktops. It works on GStreamer and is used to convert GStreamer formats into another formats. It supports various audio file formats like Opus, Ogg Vorbis, FLAC, WAV, AAC and MP3 files.
The SoundConverter 2.1.4 comes with the fixed Ubuntu automatic plugin installation forever-loop by ignoring video codecs. It also fix converting multiple folders containing the same filenames, as the same temporary files were created. For a better quality, it auto-corrects the noise in output when converting from certain formats.
Install SoundConverter 2.1.4 On Ubuntu 14.04, Linux Mint 17 & Derivatives
Open Terminal and run the following commands to install Soundconverter 2.1.4 on Ubuntu 14.04, Linux Mint 17 and Ubuntu 14.04 Derivatives. You can install Soundconverter 2.1.4 on Elementary OS 0.3, Deepin 2014, Peppermint Five, LXLE 14.04, Linux Lite 2.0 and others.
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install soundconverter
Install SoundConverter 2.1.4 On Ubuntu 14.10
To install Soundconverter 2.1.4 on Ubuntu 14.10, open Terminal and run the following commands:
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu utopic-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install soundconverter
Uninstall Soundconverter
To uninstall and remove the Soundconverter from Ubuntu system, run the following command in Terminal:
sudo apt-get remove soundconverter