On Sun, Sep 28, 2008 at 9:33 PM, Vedarth Kulkarni <[EMAIL PROTECTED]> wrote: > > thanxx verymuch my problem is solved > i have yet another one > i had been to SFD which PLUG had organised and i got a CSLinux CD > i want to install the packages in that CD onto kubuntu how can i do that ??
"i want to install the packages in that CD onto kubuntu how can i do that ??" You can't copy those packages from CSLinux CD on your Kubuntu system. But if you spend some time to understand "How to use apt-get or synaptic ?". https://wiki.ubuntu.com/AddingRepositoriesHowto https://help.ubuntu.com/community/Repositories/Kubuntu https://help.ubuntu.com/ubuntu/desktopguide/C/synaptic.html https://help.ubuntu.com/community/SynapticHowto You can install those package on your system. eg. If you want to install ddd from that Live CD to your system. Use this command in your Kubuntu system. $ sudo apt-get install ddd Done. > > > On 9/28/08, Raseel Bhagat <[EMAIL PROTECTED]> wrote: > > Hi, > > > > On Sun, Sep 28, 2008 at 10:27 AM, Kaustubh Gadkari < > > [EMAIL PROTECTED]> wrote: > > > >> On Sat, Sep 27, 2008 at 10:53 PM, Vedarth Kulkarni <[EMAIL PROTECTED]> > >> wrote: > >> > thanxx but, where can i get it ?? > >> > > >> > > >> > > > > Try the following, once you have connected to the internet : > > sudo apt-get install build-essentials > > > > The build-essentials package has all the basic tools required to start > > programming on Ubuntu and ita variants. > > > > Thanks, > > Raseel > > http://raseel.in/techblog > > -- > > ______________________________________________________________________ > > Pune GNU/Linux Users Group Mailing List: ([email protected]) > > List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail > > Send 'help' to [EMAIL PROTECTED] for mailing instructions. > > > > > -- > \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ > Vedarth the great programer > HACKING is my DEVOTION > \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ > > -- > ______________________________________________________________________ > Pune GNU/Linux Users Group Mailing List: ([email protected]) > List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail > Send 'help' to [EMAIL PROTECTED] for mailing instructions. -- Regards Amit. -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
