What is proper way to get specific version of package
Posted
by
Peter
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Peter
Published on 2014-05-28T15:28:10Z
Indexed on
2014/05/28
15:56 UTC
Read the original article
Hit count: 224
I am using Ubuntu 14.04 LTS
I need to use curl package. But it comes in version 7.35.0
with known SSL bug (already fixed in next version)
I either need lower version <= 7.33.0
or higher >= 7.36.0
to make it works, but how can I do it?
Do I need to manually install curl? I checked synaptics, "Force Version" feature is greyed out. I also checked apt-cache showpkg curl
, there is no other version available. I also tried to add "proposed" repositories, no new curl version either.
What should I do? I am thinking about getting .deb package from previous ubuntu release...
© Ask Ubuntu or respective owner