-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: not install libmagic raise error (#13146)
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
304467e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
28.15 Some packages could not be installed. This may mean that you have
28.15 requested an impossible situation or if you are using the unstable
28.15 distribution that some required packages have not yet been created
28.15 or been moved out of Incoming.
28.15 The following information may help to resolve the situation:
28.15
28.15 The following packages have unmet dependencies:
28.29 libmagic1 : Depends: libmagic-mgc (= 1:5.44-3) but 1:5.45-3+b1 is to be installed
28.30 E: Unable to correct problems, you have held broken packages.
304467e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same problem:
28.15 The following packages have unmet dependencies:
28.29 libmagic1 : Depends: libmagic-mgc (= 1:5.44-3) but 1:5.45-3+b1 is to be installed
28.30 E: Unable to correct problems, you have held broken packages
The issue was resolved by removing the line: '&& apt-get install -y libmagic1 '