Search Criteria
Package Details: rpimonitor 2.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rpimonitor.git (read-only, click to copy) |
---|---|
Package Base: | rpimonitor |
Description: | A self monitoring application designed to run on Raspberry Pi |
Upstream URL: | https://github.com/XavierBerger/RPi-Monitor |
Licenses: | GPL |
Submitter: | None |
Maintainer: | suthernfriend |
Last Packager: | suthernfriend |
Votes: | 8 |
Popularity: | 0.115650 |
First Submitted: | 2013-08-27 04:24 (UTC) |
Last Updated: | 2019-01-18 09:20 (UTC) |
Latest Comments
1 2 Next › Last »
philb38 commented on 2020-11-24 13:41 (UTC) (edited on 2020-11-24 13:48 (UTC) by philb38)
Would be great to add to /usr/share/rpimonitor/scripts/updatePackagesStatus.pl option for pacman to list available upgrades on archlinux:
if(which('aptitude')) {
open ( FILE, 'aptitude -F%p --disable-columns search ~U |') or die "$!\n";
} elsif (which('checkupdates')) {
open ( FILE, 'checkupdates |' ) or die "$!\n";
} elsif (which ('pacman')) {
open ( FILE, 'pacman -Syy > /dev/null && pacman -Qu |') or die "$!\n";
} else {
die "Error: neither checkupdates, aptitude nor pacman seem to be available\n";
}
PanisSupraOmnia commented on 2019-05-05 03:20 (UTC)
The license for this should be
GPL3
, notGPL
.Shelvak commented on 2016-08-25 01:15 (UTC)
ben00it commented on 2016-03-01 12:58 (UTC)
commented on 2015-01-07 21:28 (UTC)
Yamakaky commented on 2014-10-21 07:35 (UTC)
commented on 2014-08-17 22:59 (UTC)
commented on 2014-08-17 20:29 (UTC)
zifnab commented on 2014-07-30 09:54 (UTC)
zifnab commented on 2014-07-30 00:09 (UTC)
1 2 Next › Last »