I can’t upload a new wordpress theme from a zipped file

I had the same problem, this link explains how to change your filesize upload limit https://www.digitalocean.com/community/tutorials/how-to-change-your-php-settings-on-ubuntu-14-04

Basically find your php.ini file, and change these two below to 30M

post_max_size = 8M
upload_max_filesize = 2M