You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have looked at the list of the existing issues (including closed issues) and searched if my issue has been already reported
I have tried to resolve the issue myself and will describe what I did in clear and concise manner
Describe the bug
There are broken dependencies when trying to apt-get install nginx from the nginx-mainline reposistory. It seems to be similar problem as in #2163
To Reproduce
Steps to reproduce the behavior:
Add the nginx-mainline repository
Run apt-get install nginx
I am pasting the output of trying to install both nginx and nignx-common as I believe it demonstrates the problem better:
# apt-get install nginx nginx-common
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nginx : Depends: nginx-common (= 1.27.0-1+0~20240604.56+debian12~1.gbp7ed698) but 1.27.0-2+0~20240624.57+debian12~1.gbp983ae8 is to be installed
nginx-common : Depends: nginx (>= 1.27.0-2+0~20240624.57+debian12~1.gbp983ae8) but 1.27.0-1+0~20240604.56+debian12~1.gbp7ed698 is to be installed
E: Unable to correct problems, you have held broken packages.
Distribution (please complete the following information):
Frequently asked questions
Describe the bug
There are broken dependencies when trying to
apt-get install nginx
from the nginx-mainline reposistory. It seems to be similar problem as in #2163To Reproduce
Steps to reproduce the behavior:
apt-get install nginx
I am pasting the output of trying to install both nginx and nignx-common as I believe it demonstrates the problem better:
Distribution (please complete the following information):
Package(s) (please complete the following information):
Seems that more packages could be kept with the
1.27.0-1...
version instead of the1.27.0-2...
, likenginx-extras
.The text was updated successfully, but these errors were encountered: