Module distro

Module distro 

Source
Expand description

§Distribution Module

This module provides functionality for interacting with different Linux distributions and their package managers. It includes functions for detecting the package manager, updating the system, and installing or uninstalling packages.

Enums§

PackageManager
Represents the different package managers supported by the application.

Functions§

get_package_manager
Detects the package manager used by the current system.
install_package
Installs a package using the specified package manager.
uninstall_package
Uninstalls a package using the specified package manager.
update_system
Updates the system using the specified package manager.