Results 1 to 7 of 7

Thread: Installing Indevisual Files From Sites

  1. #1
    Join Date
    Dec 2008
    Beans
    35

    Angry Installing Indevisual Files From Sites

    This may be a dumb question but oh well. If I extract the files of an app, how do I get Ubuntu to install and run it? What are the install-run commands in terminal?

  2. #2
    Join Date
    Oct 2006
    Location
    Binghamton, NY
    Beans
    1,850
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing Indevisual Files From Sites

    Once you have extracted the files, there should be a "read me" file, this should tell you how to install it.

    To install from terminal:

    Code:
     sudo apt-get install <program name>
    To run from terminal:

    Code:
     <program name>
    Last edited by gettinoriginal; December 28th, 2008 at 08:09 PM. Reason: correct typo's
    Never wade in water you're afraid to swim in unless it's the Linux pond, cause there's always a life ring in the forums

  3. #3
    Join Date
    Dec 2008
    Beans
    35

    Unhappy Re: Installing Indevisual Files From Sites

    No. I mean like I have the files on a folder on my desktop, and I want to turn them into an installed application.

  4. #4
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Installing Indevisual Files From Sites

    Quote Originally Posted by Thilo Kuhlman View Post
    No. I mean like I have the files on a folder on my desktop, and I want to turn them into an installed application.
    It depends on what the files in a folder are, e.g. source code, or precompiled binaries, or ?

  5. #5
    Join Date
    Dec 2008
    Beans
    35

    Re: Installing Indevisual Files From Sites

    xlink kai downloaded files, whatever they are..they are just the files that make up the program

  6. #6
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Installing Indevisual Files From Sites

    I'd start looking for any documentation that came with the program, README or INSTALL or something in a "docs" folder.

  7. #7
    Join Date
    Dec 2008
    Beans
    35

    Thumbs down Re: Installing Indevisual Files From Sites

    Never mind. The program hardly works for Ubuntu, and I have it up and running on Window's. (If Ubuntu's version worked, I would of still pursued it, but this is a rush thing I'm trying to get done. Thanks for the help, though.

Tags for this Thread

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
  •