PaulLereverend / NextcloudExtract

Bring extraction to your nextcloud web interface
GNU Affero General Public License v3.0
50 stars 16 forks source link

rar extension or unrar is not installed or available #50

Open Sys-Admin889 opened 4 years ago

Sys-Admin889 commented 4 years ago

Hello everyone,

When trying to extract rar files this error occurs :

Capture

Although zip files extraction works correctly.

Also I installed all requirements: 1- sudo apt-get install rar unrar 2- sudo apt-get install p7zip p7zip-full

I'm using Nextcloud as Univention App

Nextcloud version 18.0.3

PaulLereverend commented 4 years ago

Hello,

If zip works correctly it might means that unrar is not working as expected. Can you please try this pecl -v install rar in order to install the rar extension ?

Sys-Admin889 commented 4 years ago

@PaulLereverend Thanks for your reply but it doesn't work for me.

Capture

PaulLereverend commented 4 years ago

You need to install pecl command first by doing : sudo apt-get install php-pear phpX.x-dev Replace the X.x by your version of php (ex: 7.3)

Sys-Admin889 commented 4 years ago

Thanks again but it still not working. Once trying to install pecl command this is the result

Capture

PHP details here Capture