Documentation ¶
Overview ¶
Package dnf provides the common function of dnf package manager. See also https://en.wikipedia.org/wiki/DNF_(software).
Index ¶
Constants ¶
View Source
const DNFName = "dnf"
DNFName is the tool name
Variables ¶
This section is empty.
Functions ¶
func SetInstallerRegistry ¶ added in v0.0.77
func SetInstallerRegistry(registry core.InstallerRegistry, defaultExecer fakeruntime.Execer)
SetInstallerRegistry sets the installer of registry
Types ¶
type CommonInstaller ¶
type CommonInstaller struct { Name string Execer fakeruntime.Execer }
CommonInstaller is the installer of a common dnf
func (*CommonInstaller) Available ¶
func (d *CommonInstaller) Available() (ok bool)
Available check if support current platform
func (*CommonInstaller) Install ¶
func (d *CommonInstaller) Install() (err error)
Install installs the target package
func (*CommonInstaller) Start ¶
func (d *CommonInstaller) Start() error
Start starts the target service
func (*CommonInstaller) Uninstall ¶
func (d *CommonInstaller) Uninstall() (err error)
Uninstall uninstalls the target
func (*CommonInstaller) WaitForStart ¶
func (d *CommonInstaller) WaitForStart() (ok bool, err error)
WaitForStart waits for the service be started
Click to show internal directories.
Click to hide internal directories.