-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails on Debian bookworm due to outdated dependencies #25750
Comments
@bebound for awareness |
CLI does not support Debian 12. |
@bebound Can it though? MS clearly has Debian power users (those of use who use Debian Testing/Next) interested in using the tools provided to the Linux community. Debian 12 will be released mid-2023 as well so why not prep the package for it now vs waiting. :D |
We'll support it once it's released. For now, you can install CLI from pypi or use CLI docker image. |
Understood, thanks for the heads up. I guess our expectation originated from the fact that you're providing a package for this unsupported distribution release in https://packages.microsoft.com/repos/azure-cli/dists/bookworm/. Might want to avoid that in the future. Anyways, I guess we'll migrate our provisioning to manual installation via pip. |
It appears they have now removed that, but my expectations was that it had been working on Bookworm for over a year then it broke. :) The lib version they are requiring is outdated to begin with. |
Debian 12 (bookworm) is now out. |
yeah it is! I spent the weekend wiping my main and installing fresh version! :D @bebound how long do you think it will take for you all to now support this on Debian again? |
I'm working on this. I hope I can release it within in next two releases. |
The package is built but the API of releasing Linux packages is changed. I need some time to migrate to new API to release it. |
Hi @bebound! Were you tracking the release in another issue? Where's a good place to subscribe to be notified? |
@williamscs I'll comment here once it's released. |
Same problem on Ubuntu 22.10 LTS after apt upgrade |
@kitingChris I can't repro. |
|
Maybe your repo config is wrong: In a fresh ubuntu:22.10 docker, run
|
Azure CLI 2.50 is released in Debian 12, enjoy. |
Related command
$ curl -sL https://aka.ms/InstallAzureCLIDeb | docker run --rm -i debian:bookworm bash -
Describe the bug
The azure-cli package provided for Debian bookworm depends on the packages libffi7 and libssl1.1, which are not available:
To Reproduce
Running the documented installation command
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
on a Debian bookworm installation causes the installation failure. Easily reproducable by using thedebian:bookworm
docker image (see related command above).Expected behavior
Expected the installation to succeed without error on Debian bookworm.
Environment summary
Installation method: apt-get (via the installation script, see above)
OS version: Debian bookworm (testing), specifically tested on docker image
debian:bookworm-20230227
(see above)The text was updated successfully, but these errors were encountered: