remove

Function remove 

Source
pub(crate) fn remove(package: &InstalledPackage) -> Result<()>
Expand description

Remove an MSIX package using the package full name stored in the receipt.

Returns an error when the installed package does not carry MSIX metadata or when Windows rejects the uninstall call.