You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo apt-get install yad libimage-exiftool-perl qpdf
96
98
97
-
*Optional but recommended*: [sejda-console](https://github.com/torakiki/sejda/releases)
99
+
100
+
#### Most other Linux distribution based on Debian or Ubuntu
101
+
102
+
sudo apt install libimage-exiftool-perl yad qpdf
103
+
104
+
#### Fedora and most other Linux distribution based on Fedora
105
+
106
+
sudo dnf install perl-Image-ExifTool yad qpdf
107
+
108
+
#### Arch Linux or Manjaro
109
+
110
+
sudo pacman -S perl-image-exiftool yad qpdf
98
111
99
112
#### Dependency breakdown
100
113
@@ -103,7 +116,7 @@ Install all dependencies on Ubuntu with the following commands:
103
116
-[YAD](http://sourceforge.net/projects/yad-dialog/): graphical front-end for bash scripts, a Zenity fork; provided by Webupd8 PPA
104
117
-[ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/): general purpose metadata editing application and library
105
118
-[qpdf](http://qpdf.sourceforge.net/): command-line program that does structural, content-preserving transformations on PDF files; used in this project to restore broken PDF files and purge documents of residual metadata
106
-
- Python 2.7 is required for the thumbnailer and thumbnail preview to work. This should be installed on your system by default.
119
+
- Python 3 is required for the thumbnailer and thumbnail preview to work. This should be installed on your system by default.
107
120
108
121
**Recommended:**
109
122
@@ -129,7 +142,7 @@ After the installation PDFMtEd Editor and Inspector should be available as entri
129
142
130
143

131
144
132
-
If you can't find the entries click on *Other application* (arrow) and navigate to *Show other applications*. You should be able to find the PDFMtEd launchers in the list. Double-click on *PDFMtEd – Inspector* to open the application. This will automatically add a context menu entry. Repeat the procedure for *PDFMtEd – Editor* and you are set.
145
+
If you can't find the entries click on *Other application* (arrow) and navigate to *Show other applications*. You should be able to find the PDFMtEd launchers in the list. Double-click on *PDFMtEd Inspector* to open the application. This will automatically add a context menu entry. Repeat the procedure for *PDFMtEd Editor* and you are set.
133
146
134
147
### Uninstall PDFMtEd
135
148
@@ -143,6 +156,7 @@ Follow these steps to uninstall the PDFMted utilities:
0 commit comments