On 2015-04-07, Michal Luscon <mlus...@redhat.com> wrote:
> On 04/07/2015 02:38 PM, Michael Catanzaro wrote:
>> On Tue, 2015-04-07 at 12:25 +0000, Tim Lauridsen wrote:
>>> debug-info-install is in dnf-plugins-core ????
>> Ah, OK. So two problems:
>>
>> * The yum2dnf man page says the command is 'debug-info-install' but it
>> is 'debuginfo-install'. gdb gets the name right; no change needed
>> there.
>> * The man page says the command is in 'dnf-plugins-extras' but it
>> really is in 'dnf-plugins-core'.
> I have just corrected the package name for plugin, but don't see any 
> debug-info-install in yum2dnf man page.

Because it's not there:

 ┌──────────────────────┬─────────────────────┬────────────────────┐
 │Original Yum tool     │ New DNF command     │ Package            │
 ├──────────────────────┼─────────────────────┼────────────────────┤
 │debuginfo-install     │ dnf          debug‐ │ dnf-plugins-extras │
 │                      │ info-install        │                    │

What looks like `dnf debug-info-install', is `dnf debug‐info-install'.
The character just after `debug' is a Unicode hyphen added when wrapping
long lines by the groff. It's narrower than ASCII hyphen character.

-- Petr

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to