Hi,
I want to install libssl-dev v1.0.1, since it is a dependency for another software (libest).
This page says, version 1.0.1k-3 has been added to kali rolling.
But when i tried, i cannot install
Code:
sudo apt-get install libssl-dev=1.0.1k-3
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Version '1.0.1k-3' for 'libssl-dev' was not found
The sources.list file is updated with kali rolling repo.
Code:
cat /etc/apt/sources.list
deb http://http.kali.org/kali kali-rolling main non-free contrib
Please help me to understand what is wrong here. Thank you.