How to fix «WARNING | Install and enable the Tidy extension» on «app/console oro:install»?

To fix it, install the PHP Tidy extension:

aptitude install php7.1-tidy

Then ceck it is enabled for both the command line (CLI) and web interfaces:

CLI

php -i | grep tidy

Web

Check it in the phpinfo() output: