Feature/zypper manager#132
Open
pisum-sativum wants to merge 2 commits into
Open
Conversation
Implements the PackageManager trait for openSUSE Leap and Tumbleweed using the zypper CLI tool. Key implementation details: - Uses --xmlout mode for search and installed-packages listing to ensure reliable, structured parsing instead of fragile text parsing - Custom minimal XML attribute extractor avoids adding a new dependency - Exit code 100 (updates available) is correctly treated as non-error in get_updates() - system_upgrade() maps to zypper dup (distribution upgrade) - refresh_databases() maps to zypper refresh - Provider routing added to manager_handles_provider() for zypper, opensuse, and suse provider strings - Availability detection uses which zypper in get_available_managers() Closes pie-314#57
|
@pisum-sativum is attempting to deploy a commit to the pie's projects Team on Vercel. A member of the Team first needs to authorize it. |
Owner
|
@pisum-sativum add screenshots and screen records |
Author
@pie-314 I have added the screenshot.Kindly check and merge. |
Owner
|
@pisum-sativum you need to show screenshots of working Zypper package manager |
Author
@pie-314 I have attached two more screenshots related to working of Zypper package manager. Kindly check and merge. |
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.
Description
Adds native Zypper package manager support for openSUSE Leap and Tumbleweed users.
Fixes #57
Type of Change
How Has This Been Tested?
zypper --xmlout searchsample outputlist-updatesconfirmed against zypper documentationcargo testChecklist:
Screenshots (if applicable)