import type { Metadata } from "next"
export const metadata: Metadata = {
title: "Uninstall ProxMenux | ProxMenux Documentation",
description: "Guide to uninstalling ProxMenux from your Proxmox VE system.",
}
export default function UninstallProxMenux() {
return (
Uninstall ProxMenux
The Uninstall ProxMenux function, remove ProxMenux and its related components from their Proxmox VE system.
The script provides an interactive option to remove dependencies as well, ensuring a clean uninstallation process.
How It Works
When executed, the script performs the following actions:
- Prompts the user for confirmation before proceeding with the uninstallation.
- Provides an option to remove dependencies such as Python virtual environment and package manager.
- Deletes the ProxMenux installation directory and its configuration files.
- Removes cached data and stored settings.
- Ensures the removal of installed components and performs cleanup.
Important Considerations
- Removing dependencies is optional. If selected, system-wide packages used by other applications might also be removed.
- Once uninstalled, ProxMenux cannot be restored unless reinstalled manually.
)
}