• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

caja/H03-May-2022-1,3851,102

data/H03-May-2022-2,0751,854

help/H03-May-2022-458,071395,981

m4/H06-Aug-2021-12,34511,324

mate-submodules/H03-May-2022-5,8404,125

po/H03-May-2022-268,484207,988

src/H03-May-2022-47,44335,690

ABOUT-NLSH A D06-Aug-202167 21

AUTHORSH A D06-Aug-2021477 1512

COPYINGH A D06-Aug-202117.6 KiB341281

ChangeLogH A D06-Aug-202124.7 KiB1,3831,228

HACKINGH A D06-Aug-20211.4 KiB3725

Makefile.amH A D06-Aug-20212 KiB8767

Makefile.inH A D03-May-202229 KiB952845

NEWSH A D06-Aug-202114.2 KiB373323

READMEH A D06-Aug-20212.7 KiB9072

aclocal.m4H A D06-Aug-202180 KiB2,2362,004

autogen.shH A D06-Aug-2021538 2919

compileH A D06-Aug-20217.2 KiB349259

config.guessH A D06-Aug-202143.1 KiB1,4871,294

config.h.inH A D06-Aug-20212.8 KiB11175

config.rpathH A D06-Aug-202118.1 KiB685588

config.subH A D06-Aug-202130.7 KiB1,7911,636

configureH A D06-Aug-2021586.6 KiB19,65316,608

configure.acH A D06-Aug-20217.6 KiB266215

depcompH A D06-Aug-202123 KiB792502

install-shH A D06-Aug-202115.3 KiB530346

ltmain.shH A D06-Aug-2021316.6 KiB11,1507,980

missingH A D06-Aug-20216.7 KiB216143

README

1
2			   * Engrampa *
3
4		  an archive manager utility for the
5			  MATE Environment.
6
7* What is it ?
8
9  Engrampa is a fork of File-Roller.
10
11  Engrampa is an archive manager for the MATE environment.  This means
12  that you can create and modify archives; view the content of an archive;
13  view and modify a file contained in the archive; extract files from the
14  archive.
15
16  Engrampa is only a front-end (a graphical interface) to archiving programs
17  like tar and zip. The supported file types are :
18    * 7-Zip Compressed File (.7z)
19    * WinAce Compressed File (.ace)
20    * ALZip Compressed File (.alz)
21    * AIX Small Indexed Archive  (.ar)
22    * ARC Archive (.arc)
23    * ARJ Compressed Archive (.arj)
24    * Cabinet File (.cab)
25    * UNIX CPIO Archive (.cpio)
26    * Debian Linux Package (.deb) [Read-only mode]
27    * EPUB (.epub)
28    * ISO-9660 CD Disc Image (.iso) [Read-only mode]
29    * Java Archive (.jar)
30    * Java Enterprise archive (.ear)
31    * Java Web Archive (.war)
32    * LHA Archive (.lzh, .lha)
33    * WinRAR Compressed Archive (.rar)
34    * RAR Archived Comic Book (.cbr)
35    * RPM Linux Package (.rpm) [Read-only mode]
36    * Tape Archive File:
37          * uncompressed (.tar)
38      or compressed with:
39          * gzip (.tar.gz , .tgz)
40          * brotli (.tar.br)
41          * bzip (.tar.bz , .tbz)
42          * bzip2 (.tar.bz2 , .tbz2)
43          * compress (.tar.Z , .taz)
44          * lrzip (.tar.lrz , .tlrz)
45          * lzip (.tar.lz , .tlz)
46          * lzop (.tar.lzo , .tzo)
47          * 7zip (.tar.7z)
48          * xz (.tar.xz)
49    * Stuffit Archives (.bin, .sit)
50    * ZIP Archive (.zip)
51    * ZIP Archived Comic Book (.cbz)
52    * ZOO Compressed Archive File (.zoo)
53    * Single files compressed with gzip (.gz), brotli (.br), bzip (.bz), bzip2 (.bz2), compress (.Z),
54      lrzip (.lrz), lzip (.lz), lzop (.lzo), rzip(.rz), xz (.xz), Zstandard (.zst).
55
56* Home Page
57
58  https://mate-desktop.org/
59
60* Licensing
61
62  This program is released under the terms of the GNU General Public
63  License (GNU GPL) version 2 or greater.
64  You can find a copy of the license in the file COPYING.
65
66* Dependencies
67
68  In order to build this program from the source code you need git installed and
69   a working MATE environment, with the development tools installed properly.
70
71  Also you need the following libraries:
72    * glib >= 2.32.0
73    * gtk+ >= 3.14.0
74    * libcaja-extension >= 1.1.0 (optional)
75
76* Install
77
78  git submodule init
79  git submodule update --remote --recursive
80  ./autogen.sh
81  make
82  make install
83
84* Notes
85
86  [Read-only mode] means that Engrampa may read the file type, but it cannot
87  write to that file type.
88  An example is ISO-9660 CD Disc Image (.iso) [Read-only mode]. Iso images
89  may be read, but file(s) cannot be written to an (.iso).
90