Chris Dempsey
New Pleskian
- Server operating system version
- Ubuntu 22.04.2 LTS
- Plesk version and microupdate number
- Obsidian 18.0.52 Update #3
As per the Title can jpegtran, optipng, gifsicle be intalled in the following environment?
I believe the correct method is
Using libjpeg-progs here as jpegtran is not available in the apt library.
Are there any reasons this would interfere with the default Plesk configuration or operation? For example will Ubuntu still update as required, and include the new libraries in the update routine?
Are there any other considerations I should be aware of? For context there are about 70 other websites on the server and I have little experience with Linux.
For example would it be better to build and install these manually instead of from the apt repository? I understand the latest versions are available to download direct from the vendors and the apt repository may be a few minor versions out of date. I'd be nervous about attempting this in a production environment though.
Thanks
- Ubuntu 22.04.2 LTS on aarch64
- Plesk Obsidian 18.0.52 Update #3
- full root access is available
I believe the correct method is
Bash:
sudo apt install libjpeg-progs
sudo apt install optipng
sudo apt install gifsicle
Using libjpeg-progs here as jpegtran is not available in the apt library.
Are there any reasons this would interfere with the default Plesk configuration or operation? For example will Ubuntu still update as required, and include the new libraries in the update routine?
Are there any other considerations I should be aware of? For context there are about 70 other websites on the server and I have little experience with Linux.
For example would it be better to build and install these manually instead of from the apt repository? I understand the latest versions are available to download direct from the vendors and the apt repository may be a few minor versions out of date. I'd be nervous about attempting this in a production environment though.
Thanks