Hello Linux Geeksters. As you may know, the SysMonitor Indicator applet displays real time information like download and upload speed or cpu and memory usage.
The latest version available is SysMonitor Indicator 0.6.2, which has been recently released, coming only with bug-fixes and stability enhancements.
In this article I will show you how to install SysMonitor Indicator 0.6.2 on Ubuntu 15.04 Vivid Vervet, Ubuntu 14.10 Utopic Unicorn and Ubuntu 14.04 Trusty Tahr.
Because it is available via PPA, installing SysMonitor Indicator 0.6.2 on Ubuntu 15.04, Ubuntu 14.10 and Ubuntu 14.04 is easy. All you have to do is add the ppa to your system, update the local repository index and install the indicator-sysmonitor. Like this:
$ sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor
$ sudo apt-get update
$ sudo apt-get install indicator-sysmonitor
Optional, to remove indicator sysmonitor, do:
$ sudo apt-get remove indicator-sysmonitor