-
Notifications
You must be signed in to change notification settings - Fork 1.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
Can not install on Ubuntu 22.04 (jammy) due to libssl1.1 dependency #24759
Comments
I have the same issue. I tried using the snap package of the sdk instead, but this segfaults when doing a |
Jep, that seems to be the same issue. Should we close this one here? |
What worked for me here is to use |
I guess that can work as a hack to get the package installed, but I doubt its a good idea to gamble with encryption in this way.... |
I mean, we're talking prerelease OS version anyways, so there's that. 🙂 It's a runtime workaround to get |
Dear, encounter the similar problem, when trying to install PHP7.4 packages, look for someone for a workaround. sudo cat /etc/os-release Kernel 5.15.0-41-generic x86_64 GNU/Linux sudo apt install php7.4 php7.4-fpm php7.4-cli -y The following packages have unmet dependencies: |
Maybe @bartonjs can advise. |
Dear @jucinaldo , your problem is related to PHP, while the problems in this thread are related to dotnet SDK. Even though the underlying cause may be related, nobody here can help you. You need to go to the people that compiled the version of PHP that you are trying to install. Good luck! |
For all that still face the same problem
The problem should be fixed **Edited the link |
Sep 3 and 5 work best for me! |
I was facing the libssl1.1 issue when trying to install mongo-db in Pop!_OS 22.04 LTS (or Ubuntu 22.04 LTS). |
when running docker build command, would fail to install ngnx because of libssl 1.1.1, this way it was installed manually using this forum post: dotnet/sdk#24759
Can't install a node due to error on Ubuntu 22.04
|
|
That should help you sail you through :) |
Above deb file is missing, use "http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb" instead |
Thx! It worked! But the link of libssl1.1 has been updated. |
@feisalramar
|
I managed to find the link for arm64 Page Link : https://launchpad.net/ubuntu/bionic/arm64/libssl-dev/1.1.0g-2ubuntu4 Package link : http://launchpadlibrarian.net/367327966/libssl-dev_1.1.0g-2ubuntu4_arm64.deb I hope that will work for you. |
Thank you - confirmed working on Linux Mint 21.3 |
Describe the bug
Thanks a lot for providing out-of-the-box Ubuntu images, they are great! We are getting ready for Ubuntu 22.04 (jammy) that will be released in a few days, but found that the current dotnet packages can currently not be installed. It seems that the problem is due to dotnet linking
libssl1.1
whereas Ubuntu jammy now ships onlylibssl3
.Here is the error I get. It does not
To Reproduce
apt-get --quiet --assume-yes --no-install-recommends --purge install "dotnet-sdk-5.0" "dotnet-runtime-5.0"
The text was updated successfully, but these errors were encountered: