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

docs: Add FAQ about package versions #767

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,13 @@ between the various package managers. If you'd prefer to not need to install
this tool, then you can contribute a native `pkg:rpm` and `pkg:deb` resource to
mgmt!

### Latest vs Installed for packages.

You have multiple options to install a package using mgmt, it might be tempting
to use `latest`, and it could be the case for some packages, but using `installed`
is better as it is better to use an mgmt module to manage the versions of the
installed packages, rather than let mgmt itself install the latest packages.

### When running mgmt, it says: "module path error: can't find a module path".

You might get an error along the lines of:
Expand Down
Loading