yum-utils #19
Labels
No labels
Discussion
Easy
Focus Area: Content Strategy
Focus Area: Ecosystems Exploration
Focus Area: Prototyping Tools
Focus Area: Use Case Analysis
Idea
Meeting
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Docs/minimization#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently, installing yum-utils for compatibilty also pulls in dnf-plugins-core and all its dependencies amounting to 6 extra packages and 5M on disk, when most of the aliased commands are provided natively by DNF.
splitting these natively-supported commands into a yum-utils-core would provide the needed functionality in just a few K versus 5M.
If they're provided natively by dnf, I don't see the need for yum-utils-core. Just move the commands to the main dnf package and leave yum-utils for the ones that aren't natively provided.