Hi @Mustafa Zeyad@Mustafa Zeyad
If the Uninstall-Module generate a error you can delete manually the entire folder (SharePointPnPPowerShellOnline) folder .
To identify the Path of (SharePointPnPPowerShellOnline) folder you can use the following command :
Get-Module -Name SharePointPnPPowerShellOnline | select Name,version,Path
If you want reintall the domain you need just execute the following command :
Install-Module -Name SharePointPnPPowerShellOnline
Please don't forget to accept helpful answer