Results 1 to 4 of 4
Hello I think problem is self explanantory ..
Thanks for answering
bashrc.jpg gcc.jpg...
- 12-17-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 4
- 12-17-2011 #2
Hello.
It simply means that gcc is not installed.
Have you tried installing it?Code:sudo apt-get install gcc
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 12-18-2011 #3Just Joined!
- Join Date
- Dec 2011
- Posts
- 4
root@ubuntu:/home/elysium# gcc
The program 'gcc' can be found in the following packages:
* gcc
* pentium-builder
Try: apt-get install <selected package>
root@ubuntu:/home/elysium# apt-get install gcc
Reading package lists... Done
Building dependency tree
Reading state information... Done
gcc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 284 not upgraded.
root@ubuntu:/home/elysium# gcc
The program 'gcc' can be found in the following packages:
* gcc
* pentium-builder
Try: apt-get install <selected package>
- 12-18-2011 #4
Have you tried installing the other package in the error?
Try this:
Code:apt-get update apt-get upgrade apt-get install pentium-builder apt-get install gcc
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote