Skip to content

CREDOProject/go-dnf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.