Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joelbowen/11190194 to your computer and use it in GitHub Desktop.
Save joelbowen/11190194 to your computer and use it in GitHub Desktop.
Heartblead Ubuntu Upgrade when apt-get not properly updating:
List of packages I had to download and install
64 Bit
openssl: http://security.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.0.1-4ubuntu5.12_amd64.deb
libssl1.0.0: http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.1-4ubuntu5.12_amd64.deb
libssl-dev: http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.0.1-4ubuntu5.12_amd64.deb
32 Bit
http://security.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.0.1-4ubuntu5.12_i386.deb
http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.0.1c-3ubuntu2.7_i386.deb
http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.1c-3ubuntu2.7_i386.deb
The following command will install a manually downloaded deb package:
sudo dpkg -i package_name.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment