Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gcc 7 install ubuntu

sudo apt install software-properties-commonsudo add-apt-repository ppa:ubuntu-toolchain-r/test
Comment

gcc 7 install ubuntu

sudo update-alternatives --config gcc
Comment

gcc 7 install ubuntu

sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin/g++-8 --slave /usr/bin/gcov gcov /usr/bin/gcov-8sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 70 --slave /usr/bin/g++ g++ /usr/bin/g++-7 --slave /usr/bin/gcov gcov /usr/bin/gcov-7
Comment

gcc 7 install ubuntu

sudo apt install gcc-7 g++-7 gcc-8 g++-8 gcc-9 g++-9
Comment

PREVIOUS NEXT
Code Example
Shell :: get new instagram posts by hashtag 
Shell :: remove untracked files 
Shell :: styled typescript 
Shell :: debian backports 
Shell :: git rename 
Shell :: remove git from angular oproject 
Shell :: git pull shows already up to date 
Shell :: wsl how to add gui to ubuntu 
Shell :: download calibre ubuntu 
Shell :: delete commit from pr 
Shell :: solana install 
Shell :: ghost in the shell 1995 
Shell :: add line at beginning of file unix 
Shell :: install realtek rtl88xxau usb wifi driver ubuntu 
Shell :: list groups of an user linux 
Shell :: move a file in git 
Shell :: kubectl for windows 
Shell :: download a zip file using curl 
Shell :: run bash script on zsh 
Shell :: download brew 
Shell :: Display your current shell name 
Shell :: Command for installing Brave browser 
Shell :: pip install git branch 
Shell :: appimagelauncher install 
Shell :: reset repo 
Shell :: database is being accessed by other users 
Shell :: migrate has no installation candidate 
Shell :: kill process from pid 
Shell :: dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2 
Shell :: docker compose down single container 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =