nxPackage crashes when dpkg is picked as the package manager and the package itself is not installed. To fix this, I'm updating nxPackage to properly handle when "dpkg --status \<package>" returns error output. Created unit tests to cover this path.
This Pull Request (PR) fixes the following issues
Fixes #45
Task list
[x] Added an entry to the change log under the Unreleased section of the file CHANGELOG.md.
Entry should say what was changed and how that affects users (if applicable), and
reference the issue being resolved (if applicable).
[x] Resource documentation added/updated in README.md.
[x] Comment-based help added/updated.
[x] Localization strings added/updated in all localization files as appropriate.
Pull Request (PR) description
nxPackage crashes when dpkg is picked as the package manager and the package itself is not installed. To fix this, I'm updating nxPackage to properly handle when "dpkg --status \<package>" returns error output. Created unit tests to cover this path.
This Pull Request (PR) fixes the following issues
Task list