Skip to content

Instantly share code, notes, and snippets.

  • Save codedeep79/57f350a42c27dab5194e9de2bdca8a4f to your computer and use it in GitHub Desktop.
Save codedeep79/57f350a42c27dab5194e9de2bdca8a4f to your computer and use it in GitHub Desktop.
Lỗi: The following packages have unmet dependencies: curl : Depends: libcurl4 (= 7.85.0-1ubuntu0.1) but 7.85.0-1ubuntu0.2 is to be installed E: Unable to correct problems, you have held broken packages.

Step 1: Enable focal-updates, run: echo "deb http://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list

Once done, run sudo apt update and retry installing cURL.

Step 2: Install libcurl4 from focal, simply run: sudo apt install libcurl4=7.85.0-1ubuntu0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment