Can't install a package if one of its dependencies is already installed #46
Labels
No labels
Bug
Cannot Resolve
Completed
Enhancement
Important
Question
Resolved
Security Issue
Suggestion
Todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Nosial/ncc#46
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For example, when installing
netkas/markinphant
, the package attempts to install LogLib. If LogLib was already installed on the system (even the correct version!), the following happens:assigned to @netkas
Current workaround:
ncc package uninstall-all
, try again.