Template:Installation/Ubuntu/CurlPPA: Difference between revisions
(Add newer version of curl providing PPA for Ubuntu below saucy) |
Thomasdotde (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
{{#tag:syntaxhighlight| | {{#tag:syntaxhighlight| | ||
sudo apt-get install python-software-properties | |||
sudo apt-add-repository ppa:jaywink/curldebian | sudo apt-add-repository ppa:jaywink/curldebian | ||
sudo apt-get update && sudo apt-get upgrade | sudo apt-get update && sudo apt-get upgrade | ||
|lang=bash}} | |lang=bash}} |
Revision as of 18:10, 1 January 2014
There is a bug in curl below version 7.32 which is shipped in Ubuntu versions below Saucy. You can use a PPA to update curl to a newer version as follows;
sudo apt-get install python-software-properties
sudo apt-add-repository ppa:jaywink/curldebian
sudo apt-get update && sudo apt-get upgrade