Needs a lot of work

You may need to do the following for a smooth install first before running Hestia install commands (depends on server / vps provider) I only use Ubuntu LTS with the below to add some custom requirements so similar may be needed on Deb 10

Fix APT Sources
sudo cp /etc/apt/sources.list /etc/apt/sources.list~
sudo sed -Ei ‘s/^# deb-src /deb-src /’ /etc/apt/sources.list
sudo apt-get update

Hmm, can you share on which vps provider this was needed? Also probaly which packages were missing?

I used for build-dep imagemagick and from memory build-essential but pretty sure it installed fine without changing apt sources. I compile ImageMagick and Webp from source before installing Hestia.
Also add optipng and jpegoptim packages

Pretty sure these are not standard packages that are installed with Hestia .

When Hestia php installs it picks the installs up then adds rthe support for all versions. No need to recompile anything then. have had to do with OVH and DigitalOcean

1 Like