From 02f7dcf68402cff3aa2cd4f65a3c57216768a684 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Tue, 11 Feb 2025 20:48:40 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d1faf5a..1dcd970 100755 --- a/install.sh +++ b/install.sh @@ -88,7 +88,7 @@ apt install -y python3-dev # for compiling things apt install -y libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0 # For HTML -> PDF apt install -y libreoffice-nogui # For Office -> PDF apt install -y exiftool # for extracting exif information -apt install -y unrar # for extracting rar files +apt install -y unrar-free # for extracting rar files apt install -y libxml2-dev libxslt1-dev antiword unrtf poppler-utils pstotext tesseract-ocr flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig # for textract apt install -y libssl-dev # seems required for yara-python apt install -y libcairo2-dev # Required by reportlab