heroku-buildpack-apt icon indicating copy to clipboard operation
heroku-buildpack-apt copied to clipboard

Any way to purge apt-get packages?

Open yaizudamashii opened this issue 4 years ago • 0 comments

It seems that some dependencies are placed in wrong locations.

I want to use openvpn from Heroku, and it needs liblzo2-2. liblzo2-2 had been installed on this particular server since some time ago and apt-get recognizes that it doesn't need to install it. I need to purge both openvpn and liblzo2-2 so the dependencies are installed in the right places.

Is there a way to purge the packages before we run install?

yaizudamashii avatar Aug 28 '19 03:08 yaizudamashii