1+ <!--
2+ - SPDX-FileCopyrightText: 2025 LibreCode coop and contributors
3+ - SPDX-License-Identifier: AGPL-3.0-or-later
4+ -->
5+
16# Extract
7+
28Place this app in ** nextcloud/apps/**
39
410This app does only support local external storage backend
511
612## Supported
713
8- * Zip
9- * Rar
10- * Tar
11- * Gzip
12- * 7z
13- * Deb
14- * Bzip2
14+ - Zip
15+ - Rar
16+ - Tar
17+ - Gzip
18+ - 7z
19+ - Deb
20+ - Bzip2
1521
1622## Requirements
1723
18- * Rar PHP extension
24+ - Rar PHP extension
25+
1926``` bash
2027pecl -v install rar # # or ## sudo apt-get install unrar
2128```
2229
23- * p7zip and p7zip-full
30+ - p7zip and p7zip-full
2431
2532## Steps to install p7zip on Linux » ; Ubuntu and Fedora or CentOS / RHEL
2633
@@ -37,7 +44,8 @@ sudo apt-get install p7zip p7zip-full
3744```
3845
3946#### CentOS 7.x or Fedora
40- #### Download and install manually
47+
48+ #### Download and install manually
4149
4250``` bash
4351wget https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p7zip-16.02-10.el7.x86_64.rpm
@@ -48,7 +56,9 @@ sudo rpm -U --quiet p7zip-plugins-16.02-10.el7.x86_64.rpm
4856```
4957
5058#### CentOS 6.7
59+
5160#### From EPEL
61+
5262Download and install using Package manager
5363
5464``` bash
@@ -60,7 +70,8 @@ sudo yum repolist
6070sudo yum install -y -q p7zip p7zip-plugins
6171```
6272
63- #### Download and install manually
73+ #### Download and install manually
74+
6475In case of connectivity [ or any other] issues, please follow these steps to download and install the following packages directly.
6576
6677``` bash
@@ -73,9 +84,9 @@ sudo rpm -U --quiet p7zip-plugins-16.02-10.el6.x86_64.rpm
7384
7485## TODO
7586
76- * Add password support
77- * Add viewer for archives
78- * Support nextcloud's encryption module
87+ - Add password support
88+ - Add viewer for archives
89+ - Support nextcloud's encryption module
7990
8091## Preview
8192
0 commit comments