From 8197a6a3617a36121602c429d90c0b09407b623c Mon Sep 17 00:00:00 2001 From: Isidro Arias Date: Mon, 1 Apr 2024 21:00:05 +0200 Subject: [PATCH] ubuntu package from exiftool to libimage-exiftool-perl also droped old --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 828bda6..50bec34 100644 --- a/README.md +++ b/README.md @@ -48,20 +48,14 @@ but it's not going to be very exciting without them). brew install exiftool imagemagick ``` - Debian / Ubuntu (new versions): + Debian / Ubuntu: ```bash - sudo apt install exiftool imagemagick xdg-utils - ``` - - Debian / Ubuntu (older versions): - - ```bash - sudo apt install exiftool imagemagick xdg-open + sudo apt install libimage-exiftool-perl imagemagick xdg-utils ``` Debian / Ubuntu (if using GraphicsMagick): ```bash - sudo apt install exiftool graphicsmagick graphicsmagick-imagemagick-compat xdg-utils + sudo apt install libimage-exiftool-perl graphicsmagick graphicsmagick-imagemagick-compat xdg-utils ``` Arch Linux: