Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 587 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 587 Bytes

Golang DNF Client

A go client for interacting with Red Hat/Fedora's DNF (Dandified Yum) package manager.


Features

  • Install packages from the repositories
  • Update the system to the latest package versions
  • Remove packages and their dependencies
  • Search for packages by name or description
  • Obtain the dependencies of a package
  • List installed packages

Contributions

Contributions are welcome! Please fork this repository and submit a pull request with your changes.

License

This project is licensed under the MIT License.

See LICENSE for details.