> # gzip -dc ral-0.1-pkg.tar.gz | tar xvf -
> gzip: ral-0.1-pkg.tar.gz: No such file or directory
> tar: tama?o de bloques = 0
> #
> The directory exists, then I don't know what could be the problem. 

First off, ral-0.1-pkg.tar.gz is a file, not a directory (also known as a 
"folder").
In your shell, you need to cd to the directory containing the file 
ral-0.1-pkg.tar.gz, extract the files, then cd to ral-0.1.

# gzip -dc ral-0.1-pkg.tar.gz |tar xvf -
x ral-0.1, 0 bytes, 0 tape blocks
x ral-0.1/SUNWral, 0 bytes, 0 tape blocks
. . . 
x ral-0.1/THIRDPARTYLICENSE, 4193 bytes, 9 tape blocks
# ls
ral-0.1/  ral-0.1-pkg.tar.gz
# cd ral-0.1
# ls
LICENSE  README  SUNWral/  THIRDPARTYLICENSE
# pkgadd -d .

The following packages are available:
  1  SUNWral     Ralink 802.11b/g Wireless NIC Driver
                 (i386) 11.11,REV=2006.08.31.16.37

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:
-- 
This message posted from opensolaris.org

Reply via email to