justinquinn
ignacio@mangala:~$ apt-cache policy openssl
openssl:
Installed: 1.0.2g-1ubuntu4.15
Candidate: 1.0.2g-1ubuntu4.15
Version table:
*** 1.0.2g-1ubuntu4.15 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages
100 /var/lib/dpkg/status
1.0.2g-1ubuntu4 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
ignacio@mangala:~$ sudo apt-get remove openssl; sudo apt-get update; sudo apt-get autoremove
[sudo] password for ignacio:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
ca-certificates openssl
0 upgraded, 0 newly installed, 2 to remove and 96 not upgraded.
After this operation, 1,393 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 219196 files and directories currently installed.)
Removing ca-certificates (20170717~16.04.2) ...
Removing dangling symlinks from /etc/ssl/certs... done.
Removing openssl (1.0.2g-1ubuntu4.15) ...
Processing triggers for man-db (2.7.5-1) ...
Hit:1 http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu xenial InRelease
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:3 http://archive.canonical.com/ubuntu xenial InRelease
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Hit:5 https://repo.skype.com/deb stable InRelease
Ign:6 http://dell.archive.canonical.com/updates xenial-dell-matira-5-7 InRelease
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Ign:8 http://dell.archive.canonical.com/updates xenial-dell-service InRelease
Ign:9 http://dell.archive.canonical.com/updates xenial-dell InRelease
Hit:10 http://dell.archive.canonical.com/updates xenial-dell-matira-5-7 Release
Hit:11 http://dell.archive.canonical.com/updates xenial-dell-service Release
Get:12 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Hit:13 http://dell.archive.canonical.com/updates xenial-dell Release
Get:14 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [73.8 kB]
Get:16 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [73.2 kB]
Get:17 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [121 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [325 kB]
Get:19 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [179 kB]
Get:21 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [2,464 B]
Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [238 kB]
Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [271 kB]
Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [398 kB]
Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5,976 B]
Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse DEP-11 64x64 Icons [14.3 kB]
Get:28 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3,328 B]
Get:29 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [5,104 B]
Fetched 2,036 kB in 1s (1,249 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
ignacio@mangala:~$ sudo apt-get install openssl=1.0.2g-1ubuntu4.15
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
ca-certificates
The following NEW packages will be installed:
openssl
0 upgraded, 1 newly installed, 0 to remove and 96 not upgraded.
Need to get 0 B/492 kB of archives.
After this operation, 956 kB of additional disk space will be used.
Selecting previously unselected package openssl.
(Reading database ... 218929 files and directories currently installed.)
Preparing to unpack .../openssl_1.0.2g-1ubuntu4.15_amd64.deb ...
Unpacking openssl (1.0.2g-1ubuntu4.15) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up openssl (1.0.2g-1ubuntu4.15) ...
ignacio@mangala:~$ sudo apt-get install ca-certificates
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
ca-certificates
0 upgraded, 1 newly installed, 0 to remove and 96 not upgraded.
Need to get 0 B/167 kB of archives.
After this operation, 436 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package ca-certificates.
(Reading database ... 219021 files and directories currently installed.)
Preparing to unpack .../ca-certificates_20170717~16.04.2_all.deb ...
Unpacking ca-certificates (20170717~16.04.2) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up ca-certificates (20170717~16.04.2) ...
Processing triggers for ca-certificates (20170717~16.04.2) ...
Updating certificates in /etc/ssl/certs...
148 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
But still:
ignacio@mangala:~$ openssl version
OpenSSL 1.1.1 11 Sep 2018
ignacio@mangala:~$ dpkg -l openssl
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-============================-===================-===================-=============================================================
ii openssl 1.0.2g-1ubuntu4.15 amd64 Secure Sockets Layer toolkit - cryptographic utility
And cmake installation still gets stuck at same instance.