-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Describe the bug
i am trying to install azure cli by following the official documentation but i am not able to do so because i am getting an dependency error.
this is the documentation i am following.
Related command
the command i am trying to run
sudo apt-get install azure-cli
Errors
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:
azure-cli : Depends: libffi6 (>= 3.0.10~rc8) but it is not installable
Depends: libssl1.1 (>= 1.1.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
Issue script & Debug output
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:
azure-cli : Depends: libffi6 (>= 3.0.10~rc8) but it is not installable
Depends: libssl1.1 (>= 1.1.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
Expected behavior
should install correctly
Environment Summary
os linux ubuntu 24
Additional context
i have tried to look into other issues but they are useless as well.
