Setting Up
-
2. Adding Boost Repo
Then to Add Latest Boost C++ Libraries Repository for Ubuntu
Execute:sudo add-apt-repository ppa:mhier/libboost-latest
Then if needed Update the Apt Repo with:
sudo apt update
For the Non-LTS Releases if Not found then Edit the Repo manually with nano:
sudo nano /etc/apt/sources.list.d/*mhier*.list
And amend the Version to the Previous LTS, so for instance change “hirsute” in “focal”.
Ctrl+w to Search.
Ctrl+x to Save & Exit from nano Editor.
And finally Update the Repos again. -
3. Boost C++ Libraries Getting Started
Finally, to Install the Latest Boost C++ Libraries for Ubuntu Based
Contents