Find the answer to your Linux question:
Results 1 to 5 of 5
so i downloaded tremulous installer for linux and i have no clue how to install it its a .run file...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Location
    dead center of colorado
    Posts
    21

    Question [SOLVED] ok so now whats up installing things



    so i downloaded tremulous installer for linux and i have no clue how to install it
    its a .run file

  2. #2
    Linux Engineer khafa's Avatar
    Join Date
    Apr 2008
    Location
    Tokyo, Japan
    Posts
    858
    you would move to the directory you downloaded in.
    set the file to executable
    Code:
    chmod +x file.run
    then run it(if it needs root permission you use sudo
    Code:
    ./file.run
    Linux and me it's a love story

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Location
    dead center of colorado
    Posts
    21
    ok do i use the terminal?
    and change the directory?

  4. #4
    Linux Engineer khafa's Avatar
    Join Date
    Apr 2008
    Location
    Tokyo, Japan
    Posts
    858
    yeah you execute those commands in the terminal.
    for the directory just move to where you have your file.run. if its in your home directory you dont need to move since you are in your home directory when you login.
    Linux and me it's a love story

  5. #5
    Just Joined!
    Join Date
    Jun 2008
    Location
    dead center of colorado
    Posts
    21
    ok thank you i got it workin

Posting Permissions

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