14

Why don't I get latest (>1.62) versions of boost when I try to download from apt-get install?

sudo add-apt-repository ppa:boost-latest/ppa
sudo apt-get update
aptitude search boost

I only see 1.55 versions. What happen to 1.67?

  • It depends on what was tested with your version of Ubuntu, usually the latest isn't what is in the repos. Check with the repo owners. By the way what version of Ubuntu are we talking here? – George Udosen Apr 21 '18 at 05:11
  • 1
    Adding PPAs blindly is not good method. Have you checked its contents before adding? Last package was dated 2014 in it... – N0rbert Apr 21 '18 at 07:47
  • 1
    In this case the reason is because the PPA in question hasn't been updated since 2014. – David Foerster Apr 22 '18 at 00:30

1 Answers1

12

You can find some other PPAs that have latest version, for example: https://launchpad.net/~mhier/+archive/ubuntu/libboost-latest

Timotei
  • 229
  • 2
    As of today, most of the builds failed, see https://launchpad.net/~mhier/+archive/ubuntu/libboost-latest/+packages – kebs Mar 10 '21 at 16:20