I am trying to install the build-essential package per the instructions located here:
https://help.ubuntu.com/community/InstallingCompilers
I get this error when I use the command apt-get install build-essential:
Media change: please insert the disc labeled
'Ubuntu 12.04.1 LTS _Precise Pangolin_ - Release i386 (20120817.3)'
in the drive '/cdrom/' and press enter
When attempting to install the
I installed Lubuntu 11.10 and I installed build-essential with this command:
sudo apt-get install build-essential
Now I have gcc 4.6
I read on some forum that adding the next PPA I'll be able to install gcc 4.7:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
I did that, then ran:
sudo apt-get update
sudo apt-get install gcc-4.7
But my machine can't find the gcc-4.7 package?
I have a source tarball: ap-kernelmodule-1.0.14-13.tar.gz
I have to compile a kernel module out of it and was instructed to install development tools for my Ubuntu version (which is 12.10).
The format is: sudo apt-get install linux-headers-$(uname -r) build-essential
Question #1: what is uname?
(When I installed Ubuntu, I input sharon as my name and which is also my account name.
Hello, It's been a long time since I've used ubuntu. I'm trying to install a program but I'm getting some issues during make. I remember there being some essential packages you used to have to install.
Things like build-essentials (which i can't find anymore)
and other essential libraries to ensure you can compile and run make successfully for a variety of things.
I have some strange problems regarding my build setup... acutally I am trying to compile
#include <stdio.h>
int main()
{
printf( "Hello World!\n" );
return 0;
}
by running
gcc -o simple simple.c
but this gives some errors.
I know how to list available packages from the repos and so on, but how can I find a list that matches up equivalent meta-packages, such as the build-essential.
Is there such a thing and if not what would be a sensible approach to find such close/similar matches?
we are working on project related to language translation with the help of moses tool...but we are not able to install moses...we face some installation problems.
we make a directory on desktop named workingdir
Sir we install the initial packages:-
$sudo apt-get install build-essential
$sudo apt-get install subversion
$sudo apt-get install tcl-dev
$sudo apt-get install tclx8.4-de
I'm using Putty to SSH into a Crystalbuntu (runs off of Ubuntu 8.0.4) install on my Apple TV to run XBMC. I'm trying to get my original XBOX DVD Remote to work with XMBC.
I've been following instructions on this blog post. I've reached the point to where I need to "./autogen.sh" but I'm coming up with errors saying I'm missing parts of the program.
Hello, I'm using Ubuntu (mini)12.04 or(lubuntu) with Lxde desktop
I need help getting gnome mplayer to play a video (it doesn't show a video) I have read that "lubuntu" has a bug with mplayer and to use mplayer2.
So I downloaded mplayer2-build-106bf4525ac9ef7a1cf8f1f41664d3be72121e99.tar.bz2
then folowed the instructions from here: http://ubuntuforums.org/showthread.php?p=10996224