ZIP Handling Module

Hi

I need help in installation of Suite CRM
When am doing installation part I got this error

ZIP support not found: SuiteCRM needs ZIP support in order to process compressed files.

You will need to install php-zip

e.g.
sudo apt-get install php7.0-zip

and remember to restart you web service as well

How do I change whether php-zip installed or not?

Can you please help me out

you can run apt-cache policy php-zip to see if it is installed

If not then run sudo apt-get install php7.0-zip and restart apache2

I tried the Above commands but even though not able to install the SuiteCRM ?

Is there anything I need to do ?