Results 1 to 5 of 5

Thread: How to install an application

  1. #1
    Join Date
    Mar 2013
    Beans
    2

    How to install an application

    Hello everybody,

    I have the following problem which I wish to solve using ubundu.
    I have a server application which is running in SCO UNIX. Every time I need to install it to a new server I just copyning (tar cvf /app) it and then (tar xvf /app).
    DO you have any sujestion on how I can use ububtu and install there my applicayion?

    tanks

  2. #2
    Join Date
    May 2007
    Location
    Leeds, UK
    Beans
    1,675
    Distro
    Ubuntu

    Re: How to intsall an application

    Do you have the source code of this application or just the binaries? Do you know which language it is written in?

    Are there other steps that you take after unpacking the archive? Where do you normally unpack it?

    What does the application do?
    Please create new threads for new questions.
    Please wrap code in code tags using the '#' button or enter it in your post like this: [code]...[/code].

  3. #3
    Join Date
    Jan 2010
    Location
    Sydney, Australia
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How to intsall an application

    Hi fanzio12,

    Welcome to the Ubuntuforums!!

    Your thread is not about "Programming Talk", hence it is moved to "General Help" sub-forum.

    Please provide more information about the application you are trying to install. If it is source tarball there should be a README file or something similar that contains information about how to install and configure.

    However you can avoid installation from source if the software is already available in repositories.

    Best of Luck!!
    Last edited by codemaniac; March 6th, 2013 at 10:04 AM.
    “Progress is made by lazy men looking for easier ways to do things”
    — Robert A. Heinlein

  4. #4
    Join Date
    Mar 2013
    Beans
    2

    Re: How to intsall an application

    thanks r-senior,

    the application is called fids (flight information display system).
    The server runs SCO Unix 2.1.2.
    So I have the server runnig the application (name "Greek18"). I do not have the source code. It is installed under root/app. Everytime I need to transfer it in an onother system which runs SCO Unix I am following the steps:
    - going to /app and tar cvf /app
    - then in the new server tar xvf /app

    the application runs when typing "fids", calls upa shell procedure contained in the directory /app/tools

    Do you have the source code of this application or just the binaries? NO
    Do you know which language it is written in? NO
    Are there other steps that you take after unpacking the archive? no
    Where do you normally unpack it? /app

  5. #5
    Join Date
    May 2007
    Location
    Leeds, UK
    Beans
    1,675
    Distro
    Ubuntu

    Re: How to intsall an application

    OK, so it sounds like you have binaries. I don't think they will work.

    This might be of interest, although it looks like it's not being maintained.

    http://linux-abi.sourceforge.net/
    Please create new threads for new questions.
    Please wrap code in code tags using the '#' button or enter it in your post like this: [code]...[/code].

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •