Skip to content

Commit 62858d2

Browse files
authored
Update Unix.md (#87)
Added instructions for revised package name and .jar executable permissions
1 parent 12a7c09 commit 62858d2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/Installation/Unix.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Install the following software:
114114
<Tabs groupId="unix-systems">
115115
<TabItem value="debian" label="Debian-based Systems">
116116
```bash
117-
sudo apt-get install -y libreoffice-writer libreoffice-calc libreoffice-impress tesseract
117+
sudo apt-get install -y libreoffice-writer libreoffice-calc libreoffice-impress tesseract-ocr
118118
pip3 install uno opencv-python-headless unoserver pngquant WeasyPrint --break-system-packages
119119
```
120120
</TabItem>
@@ -136,6 +136,13 @@ Install the following software:
136136

137137
The JAR can be downloaded in two versions, [normal](https://files.stirlingpdf.com/Stirling-PDF.jar) and [security](https://files.stirlingpdf.com/Stirling-PDF-with-login.jar)
138138

139+
Example for the "normal" version
140+
141+
```bash
142+
sudo wget https://files.stirlingpdf.com/Stirling-PDF.jar
143+
sudo chmod +x Stirling-PDF.jar
144+
```
145+
139146
### Step 5: Move jar to desired location
140147

141148
You can move this file to a desired location, for example, `/opt/Stirling-PDF/`.
@@ -371,4 +378,4 @@ system:
371378
operations:
372379
weasyprint: "" #Defaults to /opt/venv/bin/weasyprint
373380
unoconvert: "" #Defaults to /opt/venv/bin/unoconvert
374-
```
381+
```

0 commit comments

Comments
 (0)