pxpm Installation Guide 🛠️

Welcome! If you're looking to get started with the PxPlusPackageManager (pxpm), you're in the right place. Here's a step-by-step guide to ensure a smooth installation process.

Installing on Windows 🖼️

Prerequisites:

  • A supported version of Windows. Most modern versions should be compatible.

Installation Procedure:

  1. Download the Installer

  2. Initiate the Installation

    • Locate the installer, typically in your Downloads directory, and double-click to initiate.
    • Proceed by following the on-screen prompts. Select "Next" when necessary and specify the desired installation directory.
    • Finalize the installation by selecting "Install".
  3. Completion

    • After the installation concludes, you can exit the installer. pxpm should now be operational on your Windows system.

Installing on Linux 🐧

Prerequisites:

  • Ensure you have either curl or wget installed to facilitate the download of our installation script.

Installation Procedure:

  1. Retrieve & Execute our Script

    • Open your terminal.
    • Use the following command to download and execute the installation script:
    curl -sSL https://pxpm.io/downloads/install_pxpm.sh | bash

    Alternatively, if you prefer using wget:

    wget -O - https://pxpm.io/downloads/install_pxpm.sh | bash
  2. Await the Installation

    • The script will autonomously manage the installation. Please allow some time for it to download and install pxpm.
  3. Verify the Installation

    • Upon completion, verify the successful installation by executing:
    pxpm --version

    If the pxpm version is displayed, the installation was successful.

  4. Completion

    • pxpm should now be fully set up on your Linux system and ready for use.