Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Install GCC / G++ Version 4.9 in Linux Mint

You can get all the upstream development tools for Ubuntu 14.04 (and its derivatives) from ppa:ubuntu-toolchain-r/test

Activate it like so:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.9

Source: https://wiki.ubuntu.com/ToolChain#PPA_packages

Hope this helps!

Tags:

Linux

Ubuntu

Gcc

G++

Linux Mint

Related

How to get tree -a to ignore .git directories? Is there a quick way to indent tags in org-mode? Disable Microsoft Virtual WiFi Miniport Adapter Permanantly PATH set before /etc/zshenv How can I pipe console output directly to Notepad? How to examine source code of Firefox extension before installing it? How to empty file cache on Mac 10.9.3 Sudo vs root; any actual differences? Configuring Proof general for Coq in emacs How to list installed packages that depend on another installed package in Debian? How to insert enough spaces to align text to column number using Vim? OCR for numbers with gray noisy background

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy