Sponsored Content
Full Discussion: dtrx 6.1 (Default branch)
Special Forums News, Links, Events and Announcements Software Releases - RSS News dtrx 6.1 (Default branch) Post 302215174 by Linux Bot on Tuesday 15th of July 2008 07:50:15 PM
Old 07-15-2008
dtrx 6.1 (Default branch)

dtrx intelligently extracts many different archivetypes. It will get the contents from tar, zip,rpm, deb, and cpio archives, as well as compressedfiles, with one simple command. It helps keep yourfilesystem sane by putting every archive'scontents into a dedicated directory, and makingsure the owner can read and write whatever'sextracted. It can even recursively extractarchives. License: GNU General Public License v3Changes:
This release adds support for InstallShield archives, fixes a number of bugs related to archives that only had one file or directory in them, and adjusts the wording of several interactive prompts to make it easier for the user to make their decisions.Image

More...
 
ARCHIVE_WRITE_FORMAT(3) 				   BSD Library Functions Manual 				   ARCHIVE_WRITE_FORMAT(3)

NAME
archive_write_set_format_cpio, archive_write_set_format_pax, archive_write_set_format_pax_restricted, archive_write_set_format_shar, archive_write_set_format_shar_dump, archive_write_set_format_ustar -- functions for creating archives LIBRARY
Streaming Archive Library (libarchive, -larchive) SYNOPSIS
#include <archive.h> int archive_write_set_format_cpio(struct archive *); int archive_write_set_format_pax(struct archive *); int archive_write_set_format_pax_restricted(struct archive *); int archive_write_set_format_shar(struct archive *); int archive_write_set_format_shar_dump(struct archive *); int archive_write_set_format_ustar(struct archive *); DESCRIPTION
These functions set the format that will be used for the archive. The library can write POSIX octet-oriented cpio format archives, POSIX-standard ``pax interchange'' format archives, traditional ``shar'' ar- chives, enhanced ``dump'' shar archives that store a variety of file attributes and handle binary files, and POSIX-standard ``ustar'' ar- chives. The pax interchange format is a backwards-compatible tar format that adds key/value attributes to each entry and supports arbitrary filenames, linknames, uids, sizes, etc. ``Restricted pax interchange format'' is the library default; this is the same as pax format, but suppresses the pax extended header for most normal files. In most cases, this will result in ordinary ustar archives. RETURN VALUES
These functions return ARCHIVE_OK on success, or ARCHIVE_FATAL. ERRORS
Detailed error codes and textual descriptions are available from the archive_errno() and archive_error_string() functions. SEE ALSO
tar(1), libarchive(3), archive_write(3), archive_write_set_options(3), cpio(5), mtree(5), tar(5) BSD
February 2, 2012 BSD
All times are GMT -4. The time now is 08:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy