home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / file-roller / README < prev    next >
Encoding:
Text File  |  2009-04-13  |  2.2 KB  |  76 lines

  1.  
  2.                * File Roller *
  3.  
  4.           an archive manager utility for the
  5.               GNOME Environment.
  6.  
  7. * What is it ?
  8.  
  9.   File Roller is an archive manager for the GNOME environment.  This means
  10.   that you can create and modify archives; view the content of an archive; 
  11.   view and modify a file contained in the archive; extract files from the 
  12.   archive.
  13.  
  14.   File Roller is only a front-end (a graphical interface) to archiving programs
  15.   like tar and zip. The supported file types are :
  16.     * 7-Zip Compressed File (.7z)
  17.     * WinAce Compressed File (.ace)
  18.     * ALZip Compressed File (.alz)
  19.     * AIX Small Indexed Archive  (.ar)
  20.     * ARJ Compressed Archive (.arj)
  21.     * Cabinet File (.cab)
  22.     * UNIX CPIO Archive (.cpio)
  23.     * Debian Linux Package (.deb) [Read-only mode]
  24.     * ISO-9660 CD Disc Image (.iso) [Read-only mode]
  25.     * Java Archive (.jar)
  26.     * Java Enterprise archive (.ear)
  27.     * Java Web Archive (.war)
  28.     * LHA Archive (.lzh, .lha)
  29.     * WinRAR Compressed Archive (.rar)
  30.     * RAR Archived Comic Book (.cbr)
  31.     * RPM Linux Package (.rpm) [Read-only mode]
  32.     * Tape Archive File:
  33.           * uncompressed (.tar) 
  34.           or compressed with
  35.           * gzip (.tar.gz , .tgz)
  36.           * bzip (.tar.bz , .tbz)
  37.           * bzip2 (.tar.bz2 , .tbz2)
  38.           * compress (.tar.Z , .taz)
  39.           * lzop (.tar.lzo , .tzo)
  40.           * 7zip (.tar.7z)
  41.     * Stuffit Archives (.bin, .sit)
  42.     * ZIP Archive (.zip)
  43.     * ZIP Archived Comic Book (.cbz)
  44.     * ZOO Compressed Archive File (.zoo)
  45.     * Single files compressed with gzip, bzip, bzip2, compress, lzop, rzip.
  46.  
  47. * Home Page
  48.  
  49.   http://fileroller.sourceforge.net
  50.  
  51. * Licensing
  52.  
  53.   This program is released under the terms of the GNU General Public
  54.   License (GNU GPL) version 2 or greater.  
  55.   You can find a copy of the license in the file COPYING.
  56.  
  57. * Dependencies
  58.  
  59.   In order to build this program from the source code you need a working 
  60.   GNOME environment version 2.x, with the development tools installed
  61.   properly. 
  62.  
  63.   Also you need the following libraries: 
  64.       * glib >= 2.16.0
  65.       * gtk+ >= 2.12.0
  66.       * libgnome >= 2.6.0
  67.       * libgnomeui >= 2.6.0
  68.         * libglade >= 2.4.0
  69.         * libnautilus-extension >= 2.22.2 (optional)
  70.  
  71. * Install
  72.  
  73.   ./configure 
  74.   make
  75.   make install
  76.