sudo apt-get install libboost-todo-devel

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

sudo apt install libboost-all-dev
John Appleseed