How to install Audio Recorder in Ubuntu 16.04, 15.10
-----------------------------------------------------------So go ahead and start your terminal and add this ppa ppa:audio-recorder/ppa
sudo add-apt-repository ppa:audio-recorder/ppa
After typing your sudo password type ENTER when asked and then update with
sudo apt-get update
Next you can install the audio recorder using
sudo apt-get install audio-recorder
In case you want to remove audio recorder after installing it you can use
sudo apt-get remove audio-recorder