You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
winget import currently will also install newer versions of packages that are already installed.
There shall be the option to ignore packages that are already installed on the system, no matter the version. This will safe a lot of time when one just wants to install any missing software and not mix this up with upgrades.
Proposed technical implementation details
Implement a command line option --ignore-installed to skip re-installing(=upgrading) a package.
The text was updated successfully, but these errors were encountered:
Description of the new feature / enhancement
winget import
currently will also install newer versions of packages that are already installed.There shall be the option to ignore packages that are already installed on the system, no matter the version. This will safe a lot of time when one just wants to install any missing software and not mix this up with upgrades.
Proposed technical implementation details
Implement a command line option
--ignore-installed
to skip re-installing(=upgrading) a package.The text was updated successfully, but these errors were encountered: