You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input to the update form for the package manager update is handled incorrectly as spaces in the input split to the following fields.
apx pkgmanagers update yum
INFO Enter new command for 'autoRemove' (leave empty to keep 'yum autoremove'):
INFO Enter new command for 'clean' (leave empty to keep 'yum clean'):
INFO Enter new command for 'install' (leave empty to keep 'yum update -v'):
yum install -v
INFO Enter new command for 'list' (leave empty to keep 'yum list'):
INFO Enter new command for 'purge' (leave empty to keep 'yum remove'):
INFO Enter new command for 'remove' (leave empty to keep 'yum remove'):
INFO Enter new command for 'search' (leave empty to keep 'yum search'):
INFO Enter new command for 'show' (leave empty to keep 'yum info'):
INFO Enter new command for 'update' (leave empty to keep 'yum upgrade --refresh'):
INFO Enter new command for 'upgrade' (leave empty to keep 'yum upgrade'):
INFO Updated package manager 'yum'.
jardon@lagann:~/Projects/apx$ apx pkgmanagers show yum
Input to the update form for the package manager update is handled incorrectly as spaces in the input split to the following fields.
jardon@lagann:~/Projects/apx$ apx pkgmanagers show yum
Wrapping in quotes nets the same result.
The text was updated successfully, but these errors were encountered: