Skip to content
New issue

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

pc-updatemanager incorrect setting for pkg-static (Trident-x64-20180831.iso ) #13

Closed
ghost opened this issue Sep 3, 2018 · 2 comments
Closed

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
@ghost
Copy link

@ghost ghost commented Sep 3, 2018

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"

@ghost
Copy link
Author

@ghost ghost commented Sep 4, 2018

As a quick workaround, you can ln -s /usr/sbin/pkg-static /usr/local/sbin/pkg-static
before you start mucking around with packages

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Sep 11, 2018

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment