Thursday, April 25, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1055  / 1 Year ago, mon, december 5, 2022, 7:05:40

I have 4.5.2 installed from the Ubuntu official repositories. I would like to install 4.6 as well to try out the C++0x features it brings.



How can I do this without breaking my system? I'm fine with the newer being default, but also want to keep the older version.


More From » package-management

 Answers
2

If you know your way around the command line, you should be able to compile from source and set the configuration to install in /opt.



Something along the lines of ./configure --prefix=/opt.


[#44799] Tuesday, December 6, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
coffekne

Total Points: 114
Total Questions: 122
Total Answers: 126

Location: Mauritania
Member since Sun, Oct 17, 2021
3 Years ago
;