6

Many applications require curl or libcurl for running or installation. Why does Ubuntu not provide it by default?

2 Answers2

5

If an Ubuntu application requires curl, it will list it as a dependency in the package management system, ensuring it is installed automatically when installing that application.

thomasrutter
  • 37,804
2

Many applications require curl or libcurl for running or installation. Why does Ubuntu not provide it by default?

Because those applications are not installed by default in Ubuntu. So there is no need for cURL to be installed on a vanilla Ubuntu.

Rinzwind
  • 309,379