on Buster plugins should depend on libopenexr23#108
Merged
mosra merged 1 commit intomosra:masterfrom Oct 4, 2021
andyboxerg:patch-1
Merged
on Buster plugins should depend on libopenexr23#108mosra merged 1 commit intomosra:masterfrom andyboxerg:patch-1
mosra merged 1 commit intomosra:masterfrom
andyboxerg:patch-1
Conversation
$ uname -a Linux 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux $ sudo apt install libopenexr22 libopenexr24 Reading package lists... Done Building dependency tree Reading state information... Done Package libopenexr22 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: libopenexr23 Package libopenexr24 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libopenexr22' has no installation candidate E: Package 'libopenexr24' has no installation candidate
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
=======================================
Coverage 94.86% 94.86%
=======================================
Files 112 112
Lines 8874 8874
=======================================
Hits 8418 8418
Misses 456 456 Continue to review full report at Codecov.
|
Owner
|
Thank you! :) I did a similar fix for Ubuntu 20.04 recently in #105 which used |
Contributor
Author
|
Thank you for your efforts! I made this pr exactly based on your explanations in #105 :) |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
$ uname -a
Linux 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux
$ sudo apt install libopenexr22 libopenexr24
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libopenexr22 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
However the following packages replace it:
libopenexr23
Package libopenexr24 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'libopenexr22' has no installation candidate
E: Package 'libopenexr24' has no installation candidate