LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Internet Configuration & Installation of a software (https://www.linuxquestions.org/questions/linux-newbie-8/internet-configuration-and-installation-of-a-software-701409/)

guruprasad81 02-01-2009 07:29 AM

Internet Configuration & Installation of a software
 
Hello All,
I recently installed Ubuntu and i am new to Linux other than knowing basic commands and Vi editor.
I wanted to configure my internet connection in ubuntu. I have a bsnl connection with a type-2 modem. I dont know how to configure it. Can anyone please help me :)

Also i have a software with me whose file extension is .tar.bz2
Please help me with the commands that are to be used to install the software.

nelufarup 02-01-2009 07:45 AM

You can untar the software by using following commands
Code:

$bunzip2 *.tar.bz2
and once the command line is free then use
Code:

$tar -xvf *.tar
After this read the file named as 'README' in the new directory that you extracted using above commands and follow the instructions written there.


All times are GMT -5. The time now is 04:19 PM.