How to install boost

I faied to install “boost"by"apt-get install libboost-all-dev”,it said more dependencies are needed,however,it seems to be an endless circle,I have tried"apt-get update"but it didin’t work.How can I do?

Try adding the -f option:
sudo apt-get -f install libboost-all-dev

I’ve moved this to the https://community.ubuntu.com/c/support-help-requests category because this site isn’t designed to take tech support questions. Sorry. I’d recommend using one of the official support channels listed on the https://community.ubuntu.com/t/finding-help/712 page.