6

I'd like to get the latest releases of g++ (and clang) via package manager (apt). Currently I need to compile gcc/g++ on my own which needs really a lot of time.

Are there any repositories with "special packages" like g++-10-2, g++-11 or just g++-master?

I'd be really nice :-)

Bernd
  • 161

2 Answers2

0

There seems to be no way to get up-to-date packages for ubuntu, you have to built them by yourself...

Bernd
  • 161
0

There is a solution via ppa.

You can find the instructions here: Install g++ 11 on Ubuntu 20.04

  • 3
    While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review – David Mar 14 '22 at 06:28