Software - Current Status

{% if (pkgCount == 0) then %}

All packages seems to be up to date

Be sure to update the repository sources periodically to get the latest versions.
Also see the list of installed packges for further information
{%else%}
This is a list of all the software packages that has updated versions in therepository.
Be sure to update the repository sources periodically to get the latest versions.

Click on the package names to manage individual software packages.

Export list of out of date packages as CSV

{% for _,package in ipairs(pkgs) do %} {%end%}
Package name Old Version New Version
{{package.name}} {{package.version}} {{package.newversion}}

Export list of out of date packages as CSV
{%end%}