ZIP Handling Module - New installation of SuiteCRM-7.9.4

When I am trying to install a new copy of SuiteCRM-7.9.4 I am having this warning
ZIP support not found: SuiteCRM needs ZIP support in order to process compressed files.
But I already ran the following command on my Ubuntu Terminal and zip module is installed
sudo apt-get install php7.0-zip
sudo service apache2 restart

Do I need to do something else after this?