Hide Forgot
Description of problem: yum alias list command list the aliases correctly. Instead the alias itself is displayed twice: <alias>='alias'. It should list the aliases in the form <alias>='command'. Version-Release number of selected component (if applicable): dnf-4.0.9.1-1.el8 How reproducible: always Steps to Reproduce: # yum alias add i=install Aliases added: i # yum alias list Alias i='i' Actual results: Alias i='i' Expected results: Alias i='install'
PR: https://github.com/rpm-software-management/dnf/pull/1307
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:3583