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§
- Package
Manager - 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.