francis bosco wrote: > Friends, > > I have installed ubuntu linux 6.06 in my system. I am > very proud to use it. I cannot compile the C files using ubuntu and > also I am not able to play .mp3, .mpeg,.wma files in linux. > > How can i run mp3 files in linux and also how to get gcc > > your's > Francis Bosco > > > ------------------------------------------------------------------------ > Find out what India is talking about on - Yahoo! Answers India > <http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/> > Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. > Get it NOW > <http://us.rd.yahoo.com/mail/in/messengertagline/*http://in.messenger.yahoo.com> >
To run and compile C files do a build essential in your Synaptic Package Manager or do a apt-get install build-essential. This will install gcc and other stuffs. To get mp3 working in ubuntu do a apt-get install xmms. This player plays mp3 and for mpeg i suggest mplayer. Sharad -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
