LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to install software in linux (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-software-in-linux-824395/)

pradiptart 08-05-2010 11:05 AM

how to install software in linux
 
sir i am new to linux i cant able to install software in linux .
so can any one tell me how to do this ....

repo 08-05-2010 11:06 AM

Take a look at
http://www.linuxforums.org/forum/lin...are-linux.html

jstephens84 08-05-2010 11:12 AM

Quote:

Originally Posted by pradiptart (Post 4056954)
sir i am new to linux i cant able to install software in linux .
so can any one tell me how to do this ....

That depends on which distro that you are using. If you are using an rpm based distro you can use rpm -ivh <filename>.rpm or if you have if you have a debian based system you can use dpkg -i <filename>.deb.

Now some linux distro's have a package manager. IE yum, or apt-get, pacman, emerge, and BSD's ports system.

I would check your distro's documentation.

If you downloaded a .tar.gz or tar.bz or tgz or tbz file then these would be source code files in which you would need to unzip them then decompress them and they will normally have instructions the useally end up in you doing the following
Code:

./configure
make && make install


John VV 08-05-2010 01:35 PM

pradiptart WTF
new to linux ?????

you created this account back in Sep. 2007 !!!!!!!!



i am beginning to think that ALL posts like this are bots and the users NEED TO BE BANNED and accounts deleted .

onebuck 08-05-2010 08:20 PM

Hi,
Quote:

Originally Posted by John VV (Post 4057111)
pradiptart WTF
new to linux ?????

you created this account back in Sep. 2007 !!!!!!!!



i am beginning to think that ALL posts like this are bots and the users NEED TO BE BANNED and accounts deleted .

The person surely could be a member here on LQ for three years and be new to GNU/Linux. Look at the number of posts and post history. All the posts are within the last few weeks.

Not all the posts of this type are 'bots' but people that just don't have a background in GNU/Linux.

:hattip:


All times are GMT -5. The time now is 01:11 PM.