Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: question for linux users  (Read 998 times)

0 Members and 1 Guest are viewing this topic.

jakejake28

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 683
  • Last login:September 02, 2005, 07:23:54 pm
  • Thank you sir, may I have another?
question for linux users
« on: July 28, 2003, 09:59:25 pm »
hey. i have been running mandrake linux 9.1 for about a month or so, and just recently tried to open a tar.gz file. i un-compressed it, but i still cannot open any files. it says file --- not found. wtf have i done or must i do? thanks,

Jacob
It's all about the Pentiums

Jakobud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1962
  • Last login:June 30, 2025, 02:20:39 pm
Re:question for linux users
« Reply #1 on: July 29, 2003, 01:54:45 am »
umm...this forum is for arcade and game emulation software and fe's etc....

u_rebelscum

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3633
  • Last login:April 21, 2010, 03:06:26 pm
  • You rebel scum
    • Mame:Analog+
Re:question for linux users
« Reply #2 on: July 29, 2003, 02:21:48 am »
hey. i have been running mandrake linux 9.1 for about a month or so, and just recently tried to open a tar.gz file. i un-compressed it, but i still cannot open any files. it says file --- not found. wtf have i done or must i do? thanks,

Jacob

You need to "uncompress and extract" the files.

Did you just "uncompress" it?  If so, you have a .tar file that you need to "extract" the files from.  Unlike zip or rar files, the tar.gz are compressed and joined separately: tar puts all the files in one big file, gz compresses that one file.
Robin
Knowledge is Power

Unkis17

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 90
  • Last login:March 24, 2017, 12:03:37 am
  • I'd keep on building if i had the space
Re:question for linux users
« Reply #3 on: July 29, 2003, 08:55:20 am »
From your terminal:

tar -zxvf filename

Also make sure you are logged in as your user account, not the SU!  This will create problems when compiling, unless you use CHOWN or CHGRP on whatever you mess up.

jakejake28

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 683
  • Last login:September 02, 2005, 07:23:54 pm
  • Thank you sir, may I have another?
Re:question for linux users
« Reply #4 on: July 29, 2003, 11:00:54 am »
yea, u_rebe;, forgot to extract it :-[
actually, Jakobud, i asked this in order to use linux based emus to try a linux based cab. i felt that kinda had a bit to do with arcades.
thanks for the help
It's all about the Pentiums

SirPoonga

  • Puck'em Up
  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 8188
  • Last login:July 20, 2025, 03:37:24 pm
  • The Bears Still Suck!
Re:question for linux users
« Reply #5 on: July 29, 2003, 12:58:00 pm »
Hint when using the terminal...
goto the directory with the tar.gz.
start typing tar -zxvf begin_of_filename
Type the first couple of letters of the filename then push tab.  If you typed enough to uniquely identify the file it will type the rest of the file.

Windows finally got around to doing this too.