>
> Resulta que baje un programa ftp del servidor ftp de la UCR pero tengo que
> descomprimirlo pero no se como hacerlo tengo el ark
>
Que tipo de programa bajaste (nombre+direccion)?
Ok, y tambien supongo que la pregunta es como descomprimirlo en unix...
Ok, si el archivo es un .tar.gz o un .tgz, pero si fuera, se descomprime
tar xzvf archivo_extranno.tar.gz
"tar"[1] es el programa que te hace la comprecion/descomprecion de
"tarballs", y estos parametros significan
Main operation mode:
-x, --extract, --get extract files from an archive
-z, --gzip, --ungzip filter the archive through gzip
-v, --verbose verbosely list files processed
-f, --file=ARCHIVE use archive file or device ARCHIVE
Tambien podes usar algo como
-w, --interactive ask for confirmation for every action
-y, --bzip2, --bunzip2 filter the archive through bzip2(tar.bz2)
-Z, --compress, --uncompress filter the archive through compress
-c, --create create a new archive
-d, --diff, --compare find differences between archive and file system
-r, --append append files to the end of an archive
-u, --update only append files newer than copy in archive
-A, --catenate append tar files to an archive
--delete delete from the archive (not on mag tapes!)
Si lo que tienes es un .rpm, y de _verdad_ queres descomprimirlo, hay una
aplicacion "rpm2tgz" que te lo pasa a un archivo .tgz y de ahi lo podes
descomprimir.
Pero los rpm's se instalan
rpm --help
[1] $ tar --version
tar (GNU tar) 1.13
--
Alvaro Figueroa C. I'm the root
Universidad Latina de CR and you're the hood
Departamento de C�mputo I have other souls in my hands
--
�Desea desuscribirse? Escriba a [EMAIL PROTECTED] con
el tema "unsubscribe".