Results 1 to 3 of 3

Thread: Installing applications to customers

  1. #1
    chreshel is offline Senior Member
    Join Date
    Jan 2009
    Posts
    139
    Rep Power
    4

    Default Installing applications to customers

    Something not found in the manual or fails to understand is how you install new applications in terminals from the server.

    Is done automatically at all?
    I do it from the server or client?

    Thank you!

  2. #2
    aldrin is offline Senior Member
    Join Date
    Jan 2009
    Posts
    153
    Rep Power
    4

    Default

    Hi,

    Well, the best way to install software is to use apices packaged for distribution. In this case, and since EduLinux is based on Fedora Core 4, you should try to find the application in an RPM file. It is usually called something like aplicación1.0.4.i386.rpm, the final means that RPM is packaged for Fedora and is indeed EduLinux. In some cases referred to the i386 (or i686), which states that architecture is the family procesarores Intel 80386 ... generally all desktop and portable computers have this processor architecture. Of non-i386, or at least they were not, are Macintosh computers, is now well clear plates and use Intel processors.

    Anyway, summing up (I was going around the bush), find your application in RPM, this, the server with root user, run it by double clicking on it.

    If RPM does not exist, usually come in. The CG is because it is compressed, because ART is packaged. Then, what is usually done is the following. Suppose you have the application in the directory / home/usuario1 and is called aplicacion.tar.gz. Open the terminal and type:

    # Cd / home/usuario1

    Unzip the file:
    # Tar xvfz aplicacion.tar.gz

    Enter the new directory is created:
    # Cd application

    Configure the application with the command:
    #. / Configure

    Compile
    # Make

    Install
    # Make install

    And that's it, your application will be installed and all customers. However, in the directory that is created when you unpack a tar file, there is a file or README indicates that all steps for installation.

    Greetings!

  3. #3
    chreshel is offline Senior Member
    Join Date
    Jan 2009
    Posts
    139
    Rep Power
    4

    Default

    Ok!

    I am a Mandriva user, so I know well the rpm.

    What I meant is if you install the application like the links are made on the clients...

    Thank you!

Similar Threads

  1. Google Reveals EtherPad as Open Source to Calm customers
    By Adrian Paul in forum Latest Hardware News
    Replies: 0
    Last Post: 12-18-2009, 08:57 PM
  2. Bundled applications
    By allster in forum Windows Vista
    Replies: 0
    Last Post: 01-07-2009, 07:50 AM
  3. UI and Applications
    By Jacq44 in forum Applications
    Replies: 0
    Last Post: 12-17-2008, 07:42 AM
  4. Restricting applications
    By inriteck in forum General Internet Terms
    Replies: 0
    Last Post: 07-18-2008, 02:46 PM
  5. No sound for some applications
    By unerina in forum Everything Else
    Replies: 0
    Last Post: 06-30-2008, 02:48 PM

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
SEO by SubmitEdge

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 37 38 39 40 41 42 43 44 45 46 47 48