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.4.6, which has been recently released, coming with the ability to view the output of commands and scripts.
In this article I will show you how to install SysMonitor Indicator 0.4.6 on Ubuntu 14.04 Trusty Tahr.
Because it is available via PPA, installing SysMonitor Indicator 0.4.6 on 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
Thank U. It was very helpful 😉