sudo apt-get install libboost-all-dev

use apt instead of apt-get, it is a better wrapper

sudo apt install libboost-all-dev
John Appleseed