I am new for wordpress and i am using Ubuntu OS on my computer I want to run a downloded theme on localhost how can i do that?

2 Answers
Here is two method for downloaded theme.
-
Then login as admin and navigate Dashboard >> Appearance >> Themes.
Then click on Add new button then click on Upload theme button and browse download theme zip file like theme.zip. and click on install button.
After installing theme click on activate theme button.Note : Your wordpress folder have read/write permission.
-
Paste your downloaded theme into themes directory located at your_wordpress_folder/wp-content/ directory.
Then login as admin and navigate Dashboard >> Appearance >> Themes and active your downloaded theme.View How To Install A Theme On Localhost tutorial for more guidance.