Installing Ubuntu 12.04 Packages
-
3. Installing Ubuntu 12.04 Dependencies
First, Add the Ubuntu Precise Extra Packages Repo
With:sudo su -c "echo 'deb [trusted=yes] http://old-releases.ubuntu.com/ubuntu/ precise main universe' >> /etc/apt/sources.list.d/extra.list"
Again Update the Apt Sources:
sudo apt update
Installing Precise Packages
Run:sudo apt install libpng12-0 libtiff4:i386 libtiff4
And in case of Issue then play:
sudo apt -f install
Contents