Software - Installed Packages

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

No installed packages

Either the package manager (pacman) is not responding,
or there are no known installed packages.
{% else %}

This is a list of all the currently installed software packages.
Click on the package names to manage individual software packages.

Export list of installed packages as CSV

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

Export list of installed packages as CSV
{% end %}