It's always advisable to use the standard Ubuntu package distribution mechanism (PPA). To install the application from my PPA:
sudo apt-add-repository ppa:yktooo/ppa
sudo apt-get update
sudo apt-get install indicator-sound-switcher
In order to install the application from the source tarball:
- Download the tarball (
indicator-sound-switcher-*.tar.gz
) - Decompress the archive:
tar xf indicator-sound-switcher-*.tar.gz
cd
to theindicator-sound-switcher-*
dir- Run
sudo python3 setup.py install