| Summary: | [RFE] Support short abbrevations of commands like install in DNF | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Chvátal <tchvatal> |
| Component: | dnf | Assignee: | Martin Hatina <mhatina> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | jmracek, mhatina, mluscon, ngompa13, packaging-team-maint, pnemade, vmukhame |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | dnf-2.6.2-1.fc26 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-07-25 16:56:02 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Tomáš Chvátal
2016-03-22 16:36:29 UTC
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. libdnf-0.9.3-1.fc26 dnf-plugins-core-2.1.3-1.fc26 dnf-2.6.2-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-6f4c06b2d7 dnf-2.6.2-1.fc26, dnf-plugins-core-2.1.3-1.fc26, libdnf-0.9.3-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-6f4c06b2d7 dnf-2.6.2-1.fc26, dnf-plugins-core-2.1.3-1.fc26, libdnf-0.9.3-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. Hello Martin, I'm with the documentation team, though I'm only asking out of my own curiosity. Is there a plan to document the new, abbreviated commands, e.g. in the man page or in "dnf --help" output? I could only get a list of the long and short commands by executing `grep -R aliases /usr/lib/python3.6/site-packages/dnf`. If you need any help documenting, I'll be glad to assist you. Thanks, Marek It definitely needs to be documented, that's for sure. I wrote up a small blurb for Mageia in our wiki[1], but the dnf documentation[2] needs to be updated. Official documentation is managed in GitHub[3]. [1]: https://wiki.mageia.org/en/Using_DNF [2]: http://dnf.readthedocs.io/en/latest/command_ref.html [3]: https://github.com/rpm-software-management/dnf/tree/master/doc PR for more aliases and documentation: https://github.com/rpm-software-management/dnf/pull/882 Hi Martin, Thanks for adding the aliases to the man page and the docs. Much appreciated. Marek |