> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://helpdesk.gbnetwork.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How To Fix Error Cannot Update cPanel?

| If you were having issue, cannot update cPanel. It appears that the cPanel server is not able to update the package, which may be a result of an issue with the RPM database. To fix this issue, you need rebuild the RPM database.

![How to Fix error cannot update cPanel](https://storage.crisp.chat/users/helpdesk/website/67938060e89a4400/cmd_1xajios.jpg)

**How to Fix:**

* Access your SSH server as root.
* Running this following command
```mv /var/lib/rpm/__db* /tmp
rpm --rebuilddb```