sudo apt-get instaluj libboost-all-dev

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

sudo apt install libboost-all-dev
John Appleseed