The Following Packages Have Unmet Dependencies Nginx

[Solved] The Following Packages Have Unmet Dependencies Nginx | Shell - Code Explorer | yomemimo.com
Question : The following packages have unmet dependencies: nginx : Depends: libssl1.0.0 (>= 1.0.2~beta3)

Answered by : black-bug-ja6xhw1wpj7e

echo "deb http://security.ubuntu.com/ubuntu bionic-security main" | sudo tee -a /etc/apt/sources.list.d/bionic.list
sudo apt update
apt-cache policy libssl1.0-dev
sudo apt-get install libssl1.0-dev

Source : https://askubuntu.com/questions/462094/unable-to-install-libssl1-0-0i386-due-to-unmet-dependencies | Last Update : Tue, 03 Nov 20

Answers related to the following packages have unmet dependencies nginx depends libssl1 0 0 = 1 0 2~beta3

Code Explorer Popular Question For Shell