UNPKG

hivessh

Version:

HiveSsh is an innovative library designed to streamline SSH2 connections and simplify task execution on Linux servers.

36 lines 1.48 kB
import { SshChannelExit, StreamDataMapper } from "../../SshExec.js"; import { AbstractPackage, ApmInit } from "../apm.js"; /** * @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions */ export declare const dnfEnv: { LANG: string; }; /** * @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions */ export declare const ignoredErrMsgs: string[]; /** * @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions * @param data * @returns */ export declare const ignoreMessageFilter: StreamDataMapper; /** * @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions */ export declare const parseDnfList: (exit: SshChannelExit) => string[]; /** * @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions * @param exit * @returns */ export declare const parseDnfDescription: (exit: SshChannelExit) => AbstractPackage; /** * @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions * @param sshHost * @param cmdTimeoutMillis * @returns */ export declare const initDnfApm: ApmInit; //# sourceMappingURL=dnf.d.ts.map