sevenopk.blogg.se

How to uninstall google chrome in linux
How to uninstall google chrome in linux




IdentifyingNumber Write-host "Google Chrome is installed as version:" $ChromeVer Write-host "Google Chrome has GUID of:" $GUID #Uninstall using MSIEXEC Write-host "Attempting uninstall using MSIEXEC." & $\ System32 \ msiexec / x $GUID / Quiet / Passive / NoRestart #Uninstall using Setup.exe uninstaller Write-host "Attempting uninstall using Setup.exe uninstaller. exe / F #Identify version and GUID of Google Chrome Write-host "Identifying Google Chrome location." $AppInfo = Get-WmiObject Win32_Product -Filter "Name Like 'Google Chrome'" $ChromeVer = $AppInfo. This will delete the Chrome library files. Type in sudo rm -rf /Library/Google and press Enter. Type in sudo rm -rf /Applications/Google\ Chrome.app and press Enter.

how to uninstall google chrome in linux

Powershell Write-host "Closing all instances of Google Chrome." cmd / c taskkill / IM Chrome. In order to uninstall Chrome from your terminal, you will need to follow these steps: 1.






How to uninstall google chrome in linux