![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2007
Location: Michigan, USA
Beans: 31
Edubuntu 6.10 Edgy
|
g++ compiler
How can I install the g++ compiler for Ubuntu? It isn't listed under the programming section in the Add/Remove applications menu.
Thank you
__________________
Michigan Technological University Computer Science Major |
|
|
|
|
|
#2 |
|
Ubuntu Extra Shot
![]() Join Date: Sep 2005
Location: The American Empire
Beans: 349
|
Re: g++ compiler
I see it when using apt-cache search via the console.
Code:
apt-cache search g++ | grep "g++"
__________________
Registered Linux User # 437006 http://sidux.com/ - K Desktop Environment (Debian Sid) MasterShaper - Network traffic under control Currently listening to |
|
|
|
|
|
#3 | |
|
I Ubuntu, Therefore, I Am
![]() |
Re: g++ compiler
Quote:
How-To: http://www.psychocats.net/ubuntu/sources
__________________
Linux is NOT Windows:http://linux.oneandoneis2.org/LNW.htm Is Ubuntu for you?: http://ubuntuforums.org/showthread.php?t=63315 Hardy Heron 8.04 Guide:http://ubuntuguide.org/wiki/Ubuntu:Hardy |
|
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2007
Location: Michigan, USA
Beans: 31
Edubuntu 6.10 Edgy
|
Re: g++ compiler
I tried enabling the extra repositories using that guide, but it says I am not on the sudoers list.
How can I login as root to do this? I am new to linux by the way.
__________________
Michigan Technological University Computer Science Major |
|
|
|
|
|
#5 |
|
Has an Ubuntu Drip
![]() |
Re: g++ compiler
You should be in the sudoers list. Take a look at "/etc/group" and make sure that your user name appears in the 'admin' group, like this:
Code:
admin:x:112:your_name_here pico /etc/group (edit the file, save, exit) shutdown -r now Then when you boot up, run "sudo apt-get install build-essential" |
|
|
|
|
|
#6 |
|
Extra Foam Sugar Free Ubuntu
![]() |
Re: g++ compiler
Code:
sudo aptitude install build-essential |
|
|
|
|
|
#7 | |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2007
Location: Michigan, USA
Beans: 31
Edubuntu 6.10 Edgy
|
Re: g++ compiler
Quote:
__________________
Michigan Technological University Computer Science Major |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|