Closed Utkarsh1308 closed 5 years ago
This is not the issue of upstream zopfli but your distribution's packager, i.e. Ubuntu. There is no point in reporting this here, as nobody here can do anything about it.
Is there any way to install zopflipng using terminal in ubuntu 16.04 ? Actually I need zopflipng to run some tests o travis
git clone https://github.com/google/zopfli.git
cd zopfli
make zopflipng
install -Dm755 zopflipng /usr/local/bin/zopflipng
On running the command
sudo apt-get install zopfli
Only zopfli seems to be getting installed. zopflipng command is not found.
I tested the same on ubuntu 18.04 and there it seems to work fine.