GNU/Linux Kali Installing libtiff4 Guide
Hi! The Tutorial shows you Step-by-Step How to Install libtiff4 in Kali GNU/Linux Desktop.
Especially relevant: you should try first to Setup the available libtiff5 Library and see if it Fix your issue.
And libtiff4 for Kali is the Tag Image File Format (TIFF) Library.
1. Launching Shell Emulator
Open a Terminal window
(Press “Enter” to Execute Commands)
2. Downloading Packages
How to Download libtiff4 for Kali GNU/Linux
Grab both Packages: libtiff4 and libjpeg8!3. Installing libtiff4
Then to Install libtiff4 on Kali
First, access the Download location by default with:cd ~/Downloads
To Check it’s there List the contents with:ls . | grep libtiff4
The grep Command refine the output List showing only the Entries matching the Keyword.
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
sudo apt install ./libtiff4*