Ubuntu – installing python-appindicator in 13.10

13.10aptindicatorpython

I'm trying to install python-appindicator in Ubuntu 13.10 but I'm receiving not found error:

E: unable to locate package python-appindicator

How can I install python-appindicator in 13.10 ?

Best Answer

python-appindicator is present in the ubuntu repository for 13.10. See this.

So just run

sudo apt-get update
sudo apt-get install python-appindicator
Related Question