Ask Your Question
0

When trying to install composer, why is Ubuntu unable to find the openssl package?

asked 2022-12-14 11:00:00 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-05-22 11:00:00 +0000

lalupa gravatar image

Ubuntu may be unable to find the openssl package because it is either not installed or not available in the current repository list. It is recommended to update the repository list and ensure that openssl is installed on the system before installing composer. You can use the following commands to install openssl and update the repository list:

  1. sudo apt-get update
  2. sudo apt-get install openssl

After installing openssl, you should be able to install composer without any issues.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-12-14 11:00:00 +0000

Seen: 9 times

Last updated: May 22 '22