Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.md | 2015-05-17 | 1.1 kB | |
RPi-Monitor-master_2.10.zip | 2015-05-17 | 1.4 MB | |
rpimonitor_2.10-1_all.deb | 2015-05-17 | 453.4 kB | |
Totals: 3 Items | 1.8 MB | 2 |
Install RPi-Monitor from deb package
Download the latest version of RPi-Monitor ex: rpimonitor_2.10-1_all.deb
Install it with the following command:
dpkg -i rpimonitor_2.10-1_all.deb
RPi-Monitor repository
Debian based system can install RPi-Monitor directly from the official repository:
Activate https transport for apt:
sudo apt-get install apt-transport-https ca-certificates
Add my public key to the trusted key list for apt:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
Execute the following command to add rpimonitor into your list of repository:
sudo wget http://goo.gl/rsel0F -O /etc/apt/sources.list.d/rpimonitor.list
This will add the file /etc/apt/source.list.d/rpimonitor.list
containing:
deb https://github.com XavierBerger/RPi-Monitor-deb/raw/master/repo/
Install RPi-Monitor
sudo apt-get update; sudo apt-get install rpimonitor
For update (when a new release of RPi-Monitor is available)
sudo apt-get update; sudo apt-get upgrade