• Documentation
  • Reference
Show / Hide Table of Contents
  • Introduction
  • Installation
  • Parameters
  • Examples
  • Configuration
  • Contributing

Examples

Installing a tool using the DNF Cake Module is as simple as:

#tool dnf:?package=glx-utils

If the tool in question comes from a different source, you can change that as follows:

#tool dnf:http://fedora.uberglobalmirror.com/fedora/linux/updates/25/x86_64/?package=glx-utils

To install a specific version of a package:

#tool dnf:?package=glx-utils&version=8.3.0

or to tell DNF to use the "best" available version:

#tool dnf:?package=glx-utils&best

Full parameter information is covered in the parameters documentation.

  • Improve this Doc
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX