package
0.0.97
Repository: https://github.com/linuxsuren/http-downloader.git
Documentation: pkg.go.dev

# Packages

Package apk provides the common functions to install a package via apk.
Package apt provides the common functions to install a package via apt.
Package brew provides the common functions to install a package via brew.
Package core provides the core structs about the os-related package manager.
Package dnf provides the common function of dnf package manager.
Package docker provides the way to install a package via docker CLI.
Package fake provides functions for unit test.
Package generic provides the generic packge installation.
Package npm provides the common usage of npm.
Package scoop implements the scoop integration.
Package snap provides the common usage of snap package manager.
Package winget implements the winget integration.
Package yum provides the common usage of yum package manager.

# Functions

GenericInstallerRegistry registries a generic installer.
GetInstallers returns all the installers belong to a package.
HasPackage finds if the target package installer exist.
InstallWithProxy installs a package with name.
SearchPackages searches the packages by keyword.
Uninstall uninstalls a package with name.

# Structs

CmdWithArgs is a command with arguments.
DefaultInstallerRegistry is the default installer registry.
WriteTo represents the task to write content to file.