Download List

Descripción del Proyecto

deco is a command-line program that, together with the deco-archive package, allows you to extract dozens of popular archive file formats. It has a consistent interface ("deco 1.tar.bz2 2.rar 3.zip 4.flac 5.deb") and consistent behavior (never deleting archives after extraction and extracting relative to the current working directory, just verbosely enough, all unless explicitly requested otherwise). It creates an extraction directory if there is more than one file or directory at the archive top level, and it is able to fix strange permissions.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-06-08 06:45
1.6.2

Deco ya está compilado con-D_FILE_OFFSET_BITS = 64 para que los archivos de 2 GB o más grande se puede extraer en plataformas que no permiten el soporte de archivos grandes de forma predeterminada.
Deco is now compiled with -D_FILE_OFFSET_BITS=64 so that files of 2 GiB or larger can be extracted on platforms that don’t enable large file support by default.

2010-04-12 23:56
1.6.1.1

Algo de código obsoleto se ha eliminado.
Some obsolete code has been removed.

2010-01-17 05:08
1.6.1

Un mensaje de error equivocado (que probablemente nunca nadie ha visto) ha sido corregida.
A misleading error message (which probably nobody will ever have seen) has been corrected.

2009-01-30 02:30
1.6.0.1

El sistema de construcción ha sido actualizado para usuarios de BSD tiene problemas para compilar deco.
Tags: Code cleanup
The build system has been updated for BSD users having trouble compiling deco.

2009-01-19 00:08
1.6

La opción-k se ha eliminado, y su comportamiento es ahora el valor predeterminado, que debería conducir a un flujo de trabajo más agradable. Utilice el nuevo-c ( "limpio") para obtener la opción por defecto anterior de abortar en caso de error de extracción y eliminación de contenido parcial.
Tags: Major feature enhancements
The -k option has been removed, and its behavior
is now the default, which should lead to a nicer
work flow. Use the new -c ("clean") option to get
the previous default of aborting extraction on
error and deleting partial contents.

Project Resources