Home>Article>Operation and Maintenance> What should I do if the installation of gcc on ubuntu fails?
What should I do if the installation of gcc on ubuntu fails?
Solution to the failure of installing gcc on ubuntu:
Step 1: First open the terminal.
Step 2: Enter sudo apt install gcc.
Step 3: Then enter the Ubuntu password.
Step 4: Install build-essential, enter sudo apt install build-essential.
Step 5: Enter gcc --version to check the gcc version.
Recommended tutorial: "linux video tutorial"
The above is the detailed content of What should I do if the installation of gcc on ubuntu fails?. For more information, please follow other related articles on the PHP Chinese website!