Add manual install/update/uninstall mode#5078
Merged
Merged
Conversation
Marc-André Moreau (mamoreau-devolutions)
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new "Manual install/update/uninstall" feature that allows users to generate the CLI command for a package operation and open a terminal with the command pre-typed, ready for manual execution. The command is also copied to the clipboard as a fallback. This feature is integrated into package list menus, toolbars, and the install-options dialog, with full cross-platform support (Windows, macOS, Linux). It also includes UI and localization updates to support these actions.
Manual install/update/uninstall feature:
ManualInstallHelperutility class that generates the correct CLI command for a selected package operation and opens a terminal with the command pre-typed, supporting Windows, macOS, and Linux, and copies the command to the clipboard as a fallback. (src/UniGetUI.Avalonia/Infrastructure/ManualInstallHelper.cs)DiscoverSoftwarePage,InstalledPackagesPage, andSoftwareUpdatesPage, with context-sensitive labels and enablement. (src/UniGetUI.Avalonia/Views/SoftwarePages/DiscoverSoftwarePage.cs,src/UniGetUI.Avalonia/Views/SoftwarePages/InstalledPackagesPage.cs,src/UniGetUI.Avalonia/Views/SoftwarePages/SoftwareUpdatesPage.cs)Install options dialog improvements:
src/UniGetUI.Avalonia/Views/DialogPages/InstallOptionsControl.axaml,src/UniGetUI.Avalonia/Views/DialogPages/InstallOptionsControl.axaml.cs)src/UniGetUI.Avalonia/ViewModels/DialogPages/InstallOptionsViewModel.cs)Localization:
src/Languages/lang_en.json)