LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-27-2013, 05:31 PM   #1
StevenG
LQ Newbie
 
Registered: May 2013
Posts: 4

Rep: Reputation: Disabled
Installing Applications On Ubuntu


Trying to install an application on my Ubuntu platform. I have a filename.tar.gz. I also have a filename nojre.sh (incase I don't need java on the machine because I already have it) but it doesn't seem like it wants to "install". I'm new to Linux...all I know is windows..so as you can imagine I'm in over my head at the moment....any help for a newbie?
 
Old 05-27-2013, 06:15 PM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,095
Blog Entries: 21

Rep: Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473
Quote:
Trying to install an application on my Ubuntu platform.
Ubuntu Version and application name will be needed for further assistance.

Howdy and Welcome also.

For tar.gz. You will need to

http://www.howtogeek.com/105413/how-...rce-on-ubuntu/

But if you name the application you are trying to install. Well we might be able to find it in synaptic package manager in Ubuntu instead which makes it a 2 click gui install.
 
Old 05-28-2013, 05:08 AM   #3
fortran
Member
 
Registered: Nov 2011
Location: Cairo, Egypt
Distribution: CentOS, RHEL, Fedora
Posts: 300
Blog Entries: 2

Rep: Reputation: 51
If you are new to linux and you are using ubuntu.
I think you should download .deb file of the application, it is really easy to install just like exe file.

If your first selection is ubuntu software center and you double click on the deb file, it takes you in the software center, there is install button at right side, just click on it and your application will be installed.

If you do not want to install using ubuntu software center then you can install with 'GDebi Package Manager'.

But if you have downloaded .tar.gz file of the application and you have to install it using it.

First I want to tell you, it is a compressed file. You should extract the file first. Now open the directory.
There should be a read me file inside it. It contains installation process of application.
If there is no read me file then there should be a filename INSTALL. open the file. It has the process to install the application
like how to configure this package then how to run make and make install.
 
1 members found this post helpful.
Old 05-28-2013, 10:35 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,606

Rep: Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960Reputation: 7960
Quote:
Originally Posted by fortran View Post
If you are new to linux and you are using ubuntu. I think you should download .deb file of the application, it is really easy to install just like exe file.

If your first selection is ubuntu software center and you double click on the deb file, it takes you in the software center, there is install button at right side, just click on it and your application will be installed. If you do not want to install using ubuntu software center then you can install with 'GDebi Package Manager'.

But if you have downloaded .tar.gz file of the application and you have to install it using it.
...which is what the OP first stated...they have a .tar.gz file, so the software center, GDebi, and .deb file mentions will probably only confuse a new user, since none of that applies.
Quote:
First I want to tell you, it is a compressed file. You should extract the file first. Now open the directory.
Which directory?? Not all .tar.gz files will create a new directory, so that's a bit misleading. Also, without knowing where it was download to, they may not be able to execute that command without moving the file to a different directory. rokytnji posted a good how-to.
Quote:
There should be a read me file inside it. It contains installation process of application. If there is no read me file then there should be a filename INSTALL. open the file. It has the process to install the application like how to configure this package then how to run make and make install.
Again, this is misleading. There MIGHT be a read-me file, an install file, a configure script...or there may NOT be any of those. Without knowing what package the OP downloaded from where, telling them to look for things that may not exist will only serve to confuse them further.
 
Old 05-28-2013, 06:22 PM   #5
StevenG
LQ Newbie
 
Registered: May 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thank You

Thank You all for your replies. I was remiss in telling everyone that I Have to do this offline. This particular machine does not have internet access. It is installed in such a manner (Physically) that I can't get my hands on it physically without allot of drama and it cannot be connected to the internet. This particular machine has Java 1.6 and I'm trying to upgrade to 1.7 as I have an application that requires it for the graphics improvements.

Any help would be most appreciated!! Thank You again.
 
Old 05-28-2013, 06:25 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I would go with fortran's advice. At first. look if a DEB package is available for that software. If not, decompress the archive and look for installation instructions. It would help us to help you if you tell us which software you want to install.
 
Old 05-30-2013, 12:41 AM   #7
StevenG
LQ Newbie
 
Registered: May 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thank You All. I found that I had to install the correct version of Java and discovered the "install-alternate" modifications...

Thank You all for your help.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Installing Applications in Ubuntu LXer Syndicated Linux News 0 10-30-2012 05:41 AM
LXer: Ubuntu Software Center Lets You Test-Drive Applications Without Installing Them Ubuntu 11.04 LXer Syndicated Linux News 0 03-26-2011 09:10 PM
LXer: 18 Applications You Need to Install and Experience After Installing Ubuntu LXer Syndicated Linux News 0 12-20-2010 04:30 PM
Installing applications in ubuntu without apt-get archimedes123 Linux - Newbie 2 07-18-2008 06:32 AM
LXer: Installing Applications on Ubuntu with Add/Remove LXer Syndicated Linux News 0 07-31-2006 11:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration