OptiPNG installing & upgrading

Hi Craig,

I’ve just installed optiPNG
sudo apt-get update
sudo apt-get install optipng -y

All good but it installed outdated v. 0.7.6. There is a new version 0.7.7

What command should I use to upgrade it?
Thank you.

sudo apt-get update already ensures that you will be installing the latest version available to the current repo when you go to run sudo apt-get install <package>.

So, your options are:

  1. Wait for the Repo to be updated by the OS/Service Vendor (common)
  2. Install, Update and Maintain your own Repo that contains the latest updates to optiPNG (No idea how for optiPNG as it isn’t documented anywhere)
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.