![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Ubuntu Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ubuntu 8 SPARC edition problem jumbled text at install | garethmob | Ubuntu | 3 | 04-12-2009 09:49 AM |
| Would like to install x86 desktop Ubuntu over AMD64 Ubuntu server | docflyboy | UNIX for Dummies Questions & Answers | 0 | 02-20-2009 09:58 PM |
| Ubuntu 8.04: Upgrade or clean install? | iBot | UNIX and Linux RSS News | 0 | 05-08-2008 03:30 PM |
| Use Wubi to install Ubuntu without partitioning | iBot | UNIX and Linux RSS News | 0 | 04-10-2008 05:10 AM |
| Ubuntu Linux Toolbox: 1000+ Commands For Ubuntu And Debian Power ... - PR-Inside.com | iBot | UNIX and Linux RSS News | 0 | 12-19-2007 09:00 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
how to install g++ in ubuntu?
on giving the command sudo apt-get install build-essentials it asks for password then the following is displayed Code:
Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package build-essentials Last edited by Yogesh Sawant; 04-20-2009 at 06:57 AM.. Reason: added code tags |
|
||||
|
You've created a thread like this before, right?
![]() sudo apt-get install build-essential not working Are you familiar with what a software repository is in Linux? In Ubuntu, 'apt-get' or 'aptitude' is known as the package manager. This package manager installs packages for you, among other things. It knows what packages are available thanks to a cached file (usually in xml) stored on your hard disk. It generates this cache file by searching the repositories everytime you run `sdo apt-get update` The list of repositories is stored in the text file: /etc/apt/sources.list What's happening with you is that the repositories you currently have don't contain the build-essential package. So you have to add the right repository to the list you already have. That's why I added that link in my post in your first thread. Which part of this are you having a problem with? If you can tell us exactly what the problem is, I'm sure one of us, in this thread, can help you out faster. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|