How to install gcc 6.3.0 on ubuntu 18.04











up vote
0
down vote

favorite












I am trying to install version 6.3.0 of gcc. I need that one in particular and I do not know how to do it. Since if I run "sudo apt-get install gcc" it updates me to the latest version (7.4) and it does not work for me.



Thank you!










share|improve this question






















  • Probably already answered here: askubuntu.com/q/39628/459652 (If not, edit and explain why.)
    – jdv
    Nov 26 at 18:36










  • unix.stackexchange.com/q/410723/255251
    – Debian_yadav
    Nov 26 at 18:38















up vote
0
down vote

favorite












I am trying to install version 6.3.0 of gcc. I need that one in particular and I do not know how to do it. Since if I run "sudo apt-get install gcc" it updates me to the latest version (7.4) and it does not work for me.



Thank you!










share|improve this question






















  • Probably already answered here: askubuntu.com/q/39628/459652 (If not, edit and explain why.)
    – jdv
    Nov 26 at 18:36










  • unix.stackexchange.com/q/410723/255251
    – Debian_yadav
    Nov 26 at 18:38













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am trying to install version 6.3.0 of gcc. I need that one in particular and I do not know how to do it. Since if I run "sudo apt-get install gcc" it updates me to the latest version (7.4) and it does not work for me.



Thank you!










share|improve this question













I am trying to install version 6.3.0 of gcc. I need that one in particular and I do not know how to do it. Since if I run "sudo apt-get install gcc" it updates me to the latest version (7.4) and it does not work for me.



Thank you!







18.04 gcc






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 26 at 18:31









Juass93

12




12












  • Probably already answered here: askubuntu.com/q/39628/459652 (If not, edit and explain why.)
    – jdv
    Nov 26 at 18:36










  • unix.stackexchange.com/q/410723/255251
    – Debian_yadav
    Nov 26 at 18:38


















  • Probably already answered here: askubuntu.com/q/39628/459652 (If not, edit and explain why.)
    – jdv
    Nov 26 at 18:36










  • unix.stackexchange.com/q/410723/255251
    – Debian_yadav
    Nov 26 at 18:38
















Probably already answered here: askubuntu.com/q/39628/459652 (If not, edit and explain why.)
– jdv
Nov 26 at 18:36




Probably already answered here: askubuntu.com/q/39628/459652 (If not, edit and explain why.)
– jdv
Nov 26 at 18:36












unix.stackexchange.com/q/410723/255251
– Debian_yadav
Nov 26 at 18:38




unix.stackexchange.com/q/410723/255251
– Debian_yadav
Nov 26 at 18:38










1 Answer
1






active

oldest

votes

















up vote
0
down vote













For getting gcc version 6.3.0, first you've to download the source:



wget https://github.com/gcc-mirror/gcc/archive/gcc-6_3_0-release.tar.gz


Then extract it:



tar xvzf gcc-6_3_0-release.tar.gz


Then install it according to their official documentation.






share|improve this answer























  • Could you tell me what commands to enter to install it? I am new with this operating system and I do not understand the official documentation well... Thank you very much anyway
    – Juass93
    Nov 26 at 18:56






  • 1




    Tarballs are recommended only for those who already have some skills. If, as a beginner, you insist upon specific versions and complex install methods, then you may find your learning curve to be frustrating. .tar.gz files usually include a README file and an INSTALL file. Read them.
    – user535733
    Nov 26 at 19:10










  • I don't know how to do... I'm very desperate I can not install the compiler. Help me please
    – Juass93
    Nov 28 at 16:12











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096258%2fhow-to-install-gcc-6-3-0-on-ubuntu-18-04%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













For getting gcc version 6.3.0, first you've to download the source:



wget https://github.com/gcc-mirror/gcc/archive/gcc-6_3_0-release.tar.gz


Then extract it:



tar xvzf gcc-6_3_0-release.tar.gz


Then install it according to their official documentation.






share|improve this answer























  • Could you tell me what commands to enter to install it? I am new with this operating system and I do not understand the official documentation well... Thank you very much anyway
    – Juass93
    Nov 26 at 18:56






  • 1




    Tarballs are recommended only for those who already have some skills. If, as a beginner, you insist upon specific versions and complex install methods, then you may find your learning curve to be frustrating. .tar.gz files usually include a README file and an INSTALL file. Read them.
    – user535733
    Nov 26 at 19:10










  • I don't know how to do... I'm very desperate I can not install the compiler. Help me please
    – Juass93
    Nov 28 at 16:12















up vote
0
down vote













For getting gcc version 6.3.0, first you've to download the source:



wget https://github.com/gcc-mirror/gcc/archive/gcc-6_3_0-release.tar.gz


Then extract it:



tar xvzf gcc-6_3_0-release.tar.gz


Then install it according to their official documentation.






share|improve this answer























  • Could you tell me what commands to enter to install it? I am new with this operating system and I do not understand the official documentation well... Thank you very much anyway
    – Juass93
    Nov 26 at 18:56






  • 1




    Tarballs are recommended only for those who already have some skills. If, as a beginner, you insist upon specific versions and complex install methods, then you may find your learning curve to be frustrating. .tar.gz files usually include a README file and an INSTALL file. Read them.
    – user535733
    Nov 26 at 19:10










  • I don't know how to do... I'm very desperate I can not install the compiler. Help me please
    – Juass93
    Nov 28 at 16:12













up vote
0
down vote










up vote
0
down vote









For getting gcc version 6.3.0, first you've to download the source:



wget https://github.com/gcc-mirror/gcc/archive/gcc-6_3_0-release.tar.gz


Then extract it:



tar xvzf gcc-6_3_0-release.tar.gz


Then install it according to their official documentation.






share|improve this answer














For getting gcc version 6.3.0, first you've to download the source:



wget https://github.com/gcc-mirror/gcc/archive/gcc-6_3_0-release.tar.gz


Then extract it:



tar xvzf gcc-6_3_0-release.tar.gz


Then install it according to their official documentation.







share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 26 at 18:54









abu_bua

3,15081023




3,15081023










answered Nov 26 at 18:46









Kníght Shaswata

12




12












  • Could you tell me what commands to enter to install it? I am new with this operating system and I do not understand the official documentation well... Thank you very much anyway
    – Juass93
    Nov 26 at 18:56






  • 1




    Tarballs are recommended only for those who already have some skills. If, as a beginner, you insist upon specific versions and complex install methods, then you may find your learning curve to be frustrating. .tar.gz files usually include a README file and an INSTALL file. Read them.
    – user535733
    Nov 26 at 19:10










  • I don't know how to do... I'm very desperate I can not install the compiler. Help me please
    – Juass93
    Nov 28 at 16:12


















  • Could you tell me what commands to enter to install it? I am new with this operating system and I do not understand the official documentation well... Thank you very much anyway
    – Juass93
    Nov 26 at 18:56






  • 1




    Tarballs are recommended only for those who already have some skills. If, as a beginner, you insist upon specific versions and complex install methods, then you may find your learning curve to be frustrating. .tar.gz files usually include a README file and an INSTALL file. Read them.
    – user535733
    Nov 26 at 19:10










  • I don't know how to do... I'm very desperate I can not install the compiler. Help me please
    – Juass93
    Nov 28 at 16:12
















Could you tell me what commands to enter to install it? I am new with this operating system and I do not understand the official documentation well... Thank you very much anyway
– Juass93
Nov 26 at 18:56




Could you tell me what commands to enter to install it? I am new with this operating system and I do not understand the official documentation well... Thank you very much anyway
– Juass93
Nov 26 at 18:56




1




1




Tarballs are recommended only for those who already have some skills. If, as a beginner, you insist upon specific versions and complex install methods, then you may find your learning curve to be frustrating. .tar.gz files usually include a README file and an INSTALL file. Read them.
– user535733
Nov 26 at 19:10




Tarballs are recommended only for those who already have some skills. If, as a beginner, you insist upon specific versions and complex install methods, then you may find your learning curve to be frustrating. .tar.gz files usually include a README file and an INSTALL file. Read them.
– user535733
Nov 26 at 19:10












I don't know how to do... I'm very desperate I can not install the compiler. Help me please
– Juass93
Nov 28 at 16:12




I don't know how to do... I'm very desperate I can not install the compiler. Help me please
– Juass93
Nov 28 at 16:12


















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096258%2fhow-to-install-gcc-6-3-0-on-ubuntu-18-04%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to change which sound is reproduced for terminal bell?

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Can I use Tabulator js library in my java Spring + Thymeleaf project?