1 Answers
curl is lot more flexible and powerful – it can download and upload and supports many more features and protocols besides http. On the other hand wget can simply do http post but can and do recursively- important download feature. So you need both.
There is no need to use both curl AND wget to download an installation file. That’s what Philip is referring to.