diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2010-09-18 12:07:04 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:09:39 -0500 |
commit | b92f4d6ca7aee92fdb44d8db30ca57b74acfca2c (patch) | |
tree | 4ce3d899dfaa929b045d342ab3dbc090f9c91340 /system/file-roller/README | |
parent | ba6a5d98819849a72551ac803bc5a3545bd1542e (diff) | |
download | slackbuilds-b92f4d6ca7aee92fdb44d8db30ca57b74acfca2c.tar.gz |
system/file-roller: Added (archive manager for GNOME)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/file-roller/README')
-rw-r--r-- | system/file-roller/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/system/file-roller/README b/system/file-roller/README new file mode 100644 index 0000000000..73268f894d --- /dev/null +++ b/system/file-roller/README @@ -0,0 +1,25 @@ +File-roller is an archive manager for the GNOME environment. It allows +you to: + + * Create and modify archives + * View the content of an archive + * View a file contained in an archive + * Extract files from the archive + +File-roller supports the following formats: + + * Tar (.tar) archives, including those compressed with + gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), + compress (.tar.Z, .taz), lzop (.tar.lzo, .tzo) and lzma (.tar.lzma) + * Zip archives (.zip) + * Jar archives (.jar, .ear, .war) + * 7z archives (.7z) + * iso9660 CD images (.iso) + * Lha archives (.lzh) + * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), + compress (.Z), lzop (.lzo) and lzma (.lzma) + +File-roller doesn't perform archive operations by itself, but relies on +standard tools for this. + +This requires GConf. |