PDA

View Full Version : Help Unzipping MAngband


Master Shake
August 25th, 2005, 08:51 PM
I downloaded MAngband, and was trying to unzip it and I got the following error:

cp: cannot stat `/tmp/fr-wWMYoY/mangclient-061.glibc-2.1.linux': No such file or directory

What am I doing wrong? Do I need to be logged in as root for this?

BTW, I am a linux newb (in case you couldn't tell)

amohanty
August 26th, 2005, 12:04 AM
What is the file called - the full name?
Where did you download it to?
What command did you use to unzip it?

AM

Master Shake
August 26th, 2005, 08:01 AM
The file is called mangclient-061.glibc-2.1.linux.gz

Stored in a folder called Mangband which resides on the desktop, and I double click it, and it opens with File Roller

amohanty
August 26th, 2005, 11:23 PM
Opena terminal and type in:
cd <path to where file is located>
gunzip mangclient-061.glibc-2.1.linux.gz

This will unzip it in the same location.

HTH
AM