Open
Description
Summary of the new feature / enhancement
On PowerShell Core, I want Update-PSResource to uninstall older versions of modules that are installed by using Install-PSResource.
Proposed technical implementation details (optional)
If a command line is to be added like -RemoveOlder or RemoveOldVersions, Update-PSResource will either install a newer version before removing an older version or remove an older version before installing a newer version.