Safely update openresty?

Can we safely do sudo apt upgrade to update openresty without breaking the bouncer? I am getting this error and don't want to break anything...
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
openresty-opm : Depends: openresty (>= 1.27.1.2) but 1.27.1.1-1~focal1 is installed
openresty-resty : Depends: openresty (>= 1.27.1.2) but 1.27.1.1-1~focal1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
openresty-opm : Depends: openresty (>= 1.27.1.2) but 1.27.1.1-1~focal1 is installed
openresty-resty : Depends: openresty (>= 1.27.1.2) but 1.27.1.1-1~focal1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
3 Replies
CrowdSec
CrowdSec7mo ago
Important Information
This post has been marked as resolved. If this is a mistake please press the red button below or type /unresolve
© Created By WhyAydan for CrowdSec ❤️
GNU Plus Windows User
Yes, but in your case there seems to be a dependancy issue with your openresty install. If you run the command apt tells you to, then it should fix the issue: apt --fix-broken install
CrowdSec
CrowdSec7mo ago
Resolving Safely update openresty? This has now been resolved. If you think this is a mistake please run /unresolve

Did you find this page helpful?