Answers for "libssl-dev ubuntu get version"

0

libssl-dev install on ubuntu

sudo apt-get install -y libssl-dev
Posted by: Guest on December-05-2021
0

libssl-dev ubuntu get version

michael@pi1:~ $ apt-cache policy libssl-dev
libssl-dev:
  Installed: 1.0.1t-1+deb8u6
  Candidate: 1.0.1t-1+deb8u6
  Version table:
 *** 1.0.1t-1+deb8u6 500
        500 http://mirrordirector.raspbian.org/raspbian jessie/main armhf Packages
        100 /var/lib/dpkg/status
michael@pi1:~ $ sudo apt-get -y install libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libssl-dev is already the newest version (1.0.1t-1+deb8u6).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
michael@pi1:~ $
Posted by: Guest on May-01-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language