Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Successfully merging a pull request may close this issue.
New install of Trident-x64-20180831.iso
Added pc-updatemanager via pkg install pc-updatemanager.
Installed pc-updatemanager complains that "/usr/local/sbin/pkg-static: not found".
It's actually located at /usr/sbin/pkg-static.
Check the setting for "PKG_CMD"
The text was updated successfully, but these errors were encountered:
As a quick workaround, you can ln -s /usr/sbin/pkg-static /usr/local/sbin/pkg-static before you start mucking around with packages
Sorry, something went wrong.
The pc-updatemanager utility was depricated in TrueOS 18.06, and replaced by the trueos-update utility (along with other changes such as pkg getting moved into the base OS - hence the path change).
pc-updatemanager
trueos-update
pkg
New install of Trident-x64-20180831.iso
Added pc-updatemanager via pkg install pc-updatemanager.
Installed pc-updatemanager complains that "/usr/local/sbin/pkg-static: not found".
It's actually located at /usr/sbin/pkg-static.
Check the setting for "PKG_CMD"
The text was updated successfully, but these errors were encountered: