I'm on Ubuntu, and I want to install Boost. I tried with
sudo apt-get install boost
But there was no such package. What is the best way to install Boost on Ubuntu?
boostubuntu
I'm on Ubuntu, and I want to install Boost. I tried with
sudo apt-get install boost
But there was no such package. What is the best way to install Boost on Ubuntu?
Best Solution
You can use
apt-getcommand (requiressudo)Or you can call
find packages you need and install them using the
apt-getcommand.