Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save khancyr/f29aa15021f555784495b54011dd1aa8 to your computer and use it in GitHub Desktop.
Save khancyr/f29aa15021f555784495b54011dd1aa8 to your computer and use it in GitHub Desktop.
Gcc alternative
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 50 --slave /usr/bin/g++ g++ /usr/bin/g++-9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment