linux

package
v0.17.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Alpine

type Alpine struct {
	os.Linux
	BaseLinux
}

Alpine provides OS support for Alpine Linux

func (*Alpine) InstallPackage

func (l *Alpine) InstallPackage(h os.Host, pkg ...string) error

InstallPackage installs packages via slackpkg

func (*Alpine) Prepare added in v0.5.2

func (l *Alpine) Prepare(h os.Host) error

type Archlinux added in v0.10.0

type Archlinux struct {
	linux.Archlinux
	configurer.Linux
}

Archlinux provides OS support for Archlinux systems

type BaseLinux added in v0.5.2

type BaseLinux struct {
	configurer.Linux
}

BaseLinux for tricking go interfaces

type CoreOS added in v0.14.0

type CoreOS struct {
	os.Linux
	BaseLinux
}

CoreOS provides OS support for ostree based Fedora & RHEL systems

func (*CoreOS) InstallPackage added in v0.14.0

func (l *CoreOS) InstallPackage(h os.Host, pkg ...string) error

type Debian

type Debian struct {
	linux.Ubuntu
	configurer.Linux
}

Debian provides OS support for Debian systems

type EnterpriseLinux

type EnterpriseLinux struct {
	linux.EnterpriseLinux
	configurer.Linux
}

EnterpriseLinux is a base package for several RHEL-like enterprise linux distributions

type Flatcar added in v0.11.3

type Flatcar struct {
	BaseLinux
	os.Linux
}

func (*Flatcar) InstallPackage added in v0.11.3

func (l *Flatcar) InstallPackage(h os.Host, pkg ...string) error

type OpenSUSE

type OpenSUSE struct {
	SLES
}

OpenSUSE provides OS support for OpenSUSE

type SLES

type SLES struct {
	linux.SLES
	os.Linux
	BaseLinux
}

SLES provides OS support for Suse SUSE Linux Enterprise Server

type Slackware

type Slackware struct {
	BaseLinux
	os.Linux
}

Slackware provides OS support for Slackware Linux

func (*Slackware) InstallPackage

func (l *Slackware) InstallPackage(h os.Host, pkg ...string) error

InstallPackage installs packages via slackpkg

type Ubuntu

type Ubuntu struct {
	Debian
}

Ubuntu provides OS support for Ubuntu systems

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL