WordPress – Image manipulation

Again, like with TTRSS – didn’t have all the right packages installed to get full functionality for WordPress. To get image rotation and manipulation, I needed to install:

$ apt-get install php7.2-gd

Then run:

$ service php7.2-fpm restart
$ service apache2 reload

This info was found at: Adam Patterson’s blog.