shevabam / ezservermonitor-web

eZ Server Monitor`Web - A simple and lightweight dashboard for Linux
GNU General Public License v3.0
352 stars 128 forks source link

Number of updates available #65

Open pucelev opened 5 years ago

pucelev commented 5 years ago

Is there a possibility of adding the number of package updates available in eSM'Web?
These updates are the ones you see when you do an "apt-get update".

JamoDevNich commented 5 years ago

You'd need to grant sudo permissions to the PHP interpreter or apt will complain...

Unless there's another way to check available updates without root?

brumoen commented 5 years ago

On Ubuntu 16.04 and newer it seems that you can use apt list --upgradeable without root access so that might be a starting point.