Find the answer to your Linux question:
Results 1 to 5 of 5
Does anyone know what sort of a file-type "application/x-executable" is? How can I run this? I am in China studying Chinese this semester and am trying to get hooked up ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    9

    application/x-executable --What is it and how do you run it?

    Does anyone know what sort of a file-type "application/x-executable" is? How can I run this?

    I am in China studying Chinese this semester and am trying to get hooked up to the broadband in my dorm and need to get a program running to do this which involves a "application/x-executable" file.
    Thanks!

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    application/x-executable is a MIME type and allow applications to run. Which package are you trying to run? Have you tried running it in Terminal/Konsole?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Sep 2007
    Posts
    9

    .rar to .tar to ?

    Thanks for your quick reply to my last post, I appreciate that lot!

    I was given a .rar file and extracted a .tar file from it, then extracted this MIME file from the tar. package. Below are the files

    Linux V1[1].1.1.rar
    xrgsu-1.1.1.i386.tar
    xrgsu-1.1.1.i386
    xrgsu

    I am really new to linux. I worked for a few hours on this last night but have no luck. I had no idea what to do with this "xrgsu" file. It is the application/x-executable file. Am I dealing with this package the right way?

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    Enter the command
    Code:
    file xrgsu
    That should tell you what type of file it is. If its a program or shell script, you probably can run it by doing
    Code:
    ./xrgsu

  5. #5
    Just Joined!
    Join Date
    Sep 2007
    Posts
    9
    Thanks guys, I am now having a problem with a libpcap file that is supposed to work with the xrgsu one, it seems like this is neverending. I have discovered that this is not an uncommon problem it seems for linux users here, so I have been able to get some help from posts on chinese sites.
    Thanks!

Posting Permissions

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