Hallo Klaus,
try the following:
become root, chdir to to location, where you want to install Sinbgular (like /usr/local or /opt). Then execute
Code:
tar -xvzf /path/to/Singular-3-1-0-ix86-Linux.tar.gz
(use the download location of the Singular package instead of /path/to/.)
Please let us know, if the problem persists.
For the second question:
Quote:
robert@challenger2:/usr/local/install$ sudo gzip -dc Singular-3-1-0-ix86-Linux.tar.gz
It ended up with a huge amount of asci-code running over my screen, it looks a bit like matrix , Twisted Evil, and then nothing but the command line. There are no additional files in the install folder after that.
That's exactly, what the "half" command is expected to do: It puts binary stuff to stdcout, the pipe-command
Code:
| tar etc.
generates files from this. Without the pipe, everything is put to the terminal session.
Best regards,
Alexander