I'm trying to build a package that requires version 1.73 or higher of Boost. When I run
sudo apt-get install libboost-all-dev
the version that gets installed is 1.71, even though the current release listed on boost.org is 1.80. I'm running Ubuntu 20.04 on WSL2.
I've done a purge and remove, but a subsequent install again gets 1.71. When I repeat the apt-get without removing Boost first, then apt-get notifies that libboost-all-dev is already the newest version (1.71.0.0ubuntu2)
. I also tried doing a sudo add-apt-repository universe
but this didn't make a difference either.