Error on my Raspberry Pi 3 Model B while installing the package.

I'm using command line -
sudo apt-get install libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev

The return error is
root@kali:~# sudo apt-get install libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libpng12-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Unable to locate package libjasper-dev
E: Package 'libpng12-dev' has no installation candidate

And when I'm trying to install libpng12-dev by following command
sudo apt-get install libpng12-0

I'm getting an error again
root@kali:~# sudo apt-get install libpng12-0

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libpng12-0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libpng12-0' has no installation candidate

So, please help me out. If I install it manually please provide a link and also the path of root directory where I can extract these files manually.
I'm using this package for my Object Detection Project with Pi camera. I'll be grateful if anyone can help me out about this. Thanks