Update Bash (Ubuntu 10)
Print this Article
Last Updated:
July 6, 2015 4:37 PM
You must update bash
to protect your Ubuntu 10 server against the ShellShock vulnerability.
- Connect to your server via SSH.
- Switch to the root user.
- Verify which version (32- or 64-bit) of Ubuntu you use by running the following command:
uname -m
- Update bash by running one of the following commands, depending on your Ubuntu version:
Ubuntu Version Command Ubuntu 10.04 32-bit curl -O http://security.ubuntu.com/ubuntu/pool/main/b/bash/bash_4.1-2ubuntu3.5_i386.deb && dpkg -i bash_4.1-2ubuntu3.5_i386.debUbuntu 10.04 64-bit curl -O http://security.ubuntu.com/ubuntu/pool/main/b/bash/bash_4.1-2ubuntu3.5_amd64.deb && dpkg -i bash_4.1-2ubuntu3.5_amd64.deb
Bash is now properly patched and updated on your server.