If you are using Ubuntu OS and doing WordPress Development, You might be following facing issue while installing Plugin or Theme.
Add below code in WP-Config.php
define('FS_METHOD', 'direct');
Now try installing Theme and Plugin again and you will be able to install it smoothly.