08-03 software manager

01

Search for an app from App Center with,

sudo apt search gimp
                

It is hard to find but it is somewhere in the result

02

The zip app is easier to find

sudo apt search zip
                

zip compresses files, the package names are in green

03

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