WordPress plugin install: Could not create directory
You need to change the permission of the directory
- At first change the user HTML folder (replace yourcomputerusername)
sudo chown yourcomputerusername:yourcomputerusername /var/www/html
- Next change the permission for the user
cd /var/www/htmlsudo chmod -R goa=rwx wordpress
- or
sudo chmod -R 777 wordpress/wp-content