Search for an app from App Center with,
sudo apt search gimp
It is hard to find but it is somewhere in the result
The zip app is easier to find
sudo apt search zip
zip compresses files, the package names are in green
To install a package type the green name from the search result, in our case zip
sudo apt install zip
zip
and unzip
are already installed