yum-utils #19

Open
opened 2020-06-03 05:56:27 +00:00 by cyberpear · 1 comment

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.

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Docs/minimization#19
No description provided.