When I try to poweroff the laptop this pops up.
Image:Install pending updates option
But when Click it and poweroff the laptop the update fails at 0%.
How to solve the issue?
Try this:
Open up the terminal Enter:
sudo apt update
sudo apt upgrade
sudo shutdown -r now
This will perform system updates. The last line will reboot.