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!
18.04 gcc
add a comment |
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!
18.04 gcc
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
add a comment |
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!
18.04 gcc
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
18.04 gcc
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
add a comment |
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
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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