Problem on installing Ansible on 18.04 LTS

What I did:

sudo apt-add-repository ppa:ansible/ansible ; sudo apt update ; sudo apt install ansible

Error message:

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: ansible : Depends: python-paramiko but it is not installable
E: Unable to correct problems, you have held broken packages.

Description:
As you see, the problem is with the python-paramiko package. I tried to install the required package but it hasn't solved the problem.


In addition, none of the following related questions solved the problem.

Thanks in advance.

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like