Difference between revisions of "Template:Installation/Ubuntu/CurlPPA"
(Add newer version of curl providing PPA for Ubuntu below saucy) |
(+cat) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | ==== Curl ==== | ||
+ | |||
There is a [https://github.com/diaspora/diaspora/issues/4202 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; | There is a [https://github.com/diaspora/diaspora/issues/4202 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; | ||
{{#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 dist-upgrade |
|lang=bash}} | |lang=bash}} | ||
+ | |||
+ | [[Category:Templates]] |
Latest revision as of 07:41, 16 August 2017
Curl
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 dist-upgrade