nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

how to install the 3rd party software on linux

This is a discussion on how to install the 3rd party software on linux within the Linux software forums, part of the Linux Getting Started category; how to install the 3rd party software on linux and how to cofigure and how to run the application pls ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 03-05-2007, 02:43 PM
Junior Member
 
Join Date: Mar 2007
Posts: 3
Rep Power: 0
ravigovind29
Default how to install the 3rd party software on linux

how to install the 3rd party software on linux

and how to cofigure

and how to run the application

pls guide me

thanks

ravi
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-05-2007, 07:56 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,060
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

3rd party software can be in RPM or .DEB format. Another option is source code.

If it is an rpm file, use command:
Code:
rpm -ivh package.rpm
If it is a deb file, use command:
Code:
dpkg –i package.deb
If it is a source code file .tar.gz, use command:
Code:
tar -zxvf package.tar.gz
cd package
vi README
vi INSALL
./configure
make
make install
Let me know package type
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
  #3 (permalink)  
Old 03-06-2007, 11:18 AM
Junior Member
 
Join Date: Mar 2007
Posts: 3
Rep Power: 0
ravigovind29
Default its a package.tar.gz

it .tar.gz type file

after installation how to configure the application

pls guide me


ravi
Reply With Quote
  #4 (permalink)  
Old 03-06-2007, 01:20 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,060
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Different application has different configuration files. You need to create them /etc or some other place. Let me know the name of application so that I can tell you config file name.
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
  #5 (permalink)  
Old 03-06-2007, 05:19 PM
Junior Member
 
Join Date: Mar 2007
Posts: 3
Rep Power: 0
ravigovind29
Default i am getting the follwoing error while install the packages

hi linux guru's

i have installed .tar.gz type file

for example anjuta-1.1.97.tar.gz

i copied this file to /opt then i unziped that file and extracted that file using the following comands

gz -d anjuta-1.1.97.tar.gz
tar -xvf anjuta-1.1.97 tar
then i chenaged the directory to /opt/anjuta-1.1.97

from here i have run ./configure but i am not able to install i got the following errror

checking wheather build envrionment ........ yes
checking wheather sane......... yes
checking wheather make set $[MAKE]..... yes
checking for aclocal1-1.4..... missing
checkig for autoconfig........missing
checking for automake-1.4 .....missing
checking for makeinfo.........missing

checking for /usr/bin/perl
checking for gcc ...... no
checking for cc ...... no
cheking for cl..... no
configure error: no accptance for C compiler found in $ PATH

what does it mean how to install and confiugre

pls guide me

one more quesiotn

i have installed mozill rpm that also i am not able to run the application

i have installed yahoomessenger rpm . but i dont know how to run the messenger

is ther any configure have to be done
pls guide me

ravi
Reply With Quote
  #6 (permalink)  
Old 03-07-2007, 09:21 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,060
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Ravi,

You need to install gcc compiler and other development environment and libraries to compile any app.

If you have live internet connection use package manager to install all application. If you have DVD/CD use the same. What distro you are using? Red Hat Enterpriese Linux OR Fedora Core or Debian?
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
HD recovery software for linux rslrdx Linux software 6 05-12-2008 06:11 PM
How to install tar format software in RHEL 4.0 mannrj45 Linux software 8 09-26-2007 06:57 PM
Linux software for development device drivers marfy Linux software 1 04-16-2007 05:20 PM
Ubuntu Linux install software from source code tar ball toor Linux software 4 07-14-2006 05:37 PM
VC++ like software on linux chiku Linux software 2 02-02-2005 03:14 PM


All times are GMT +5.5. The time now is 08:53 PM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36