AllPac/README.md
2024-01-07 18:33:07 -07:00

3.0 KiB

AllPac - Unified Package Manager for Arch Linux

Overview

AllPac is a command-line utility designed to simplify package management on Arch Linux by combining various package managers into one cohesive tool. With AllPac, users can seamlessly interact with packages from the Snap Store, Flatpak, Pacman, and the Arch User Repository (AUR) using a single interface. This eliminates the need to juggle multiple package managers and provides a unified solution for installing, updating, uninstalling, and searching for packages.

Features

1. Unified Package Management

AllPac consolidates package management tasks from different sources, allowing users to handle Snap packages, Flatpaks, Pacman packages, and AUR packages all in one place.

2. Installer

Easily install packages from various sources with a straightforward installation command. AllPac intelligently recognizes the package type and fetches it from the appropriate repository.

allpac install <package_name> {or a list of packages}

3. Updater

Keep all your installed packages up-to-date with a single command. AllPac checks for updates across different repositories and ensures your system is current.

allpac update {everything/snap/flats/arch/aur}

or

allpac update {package_name}

4. Uninstaller

Remove packages cleanly and efficiently, regardless of their origin. AllPac ensures a consistent uninstallation process for Snap, Flatpak, Pacman, and AUR packages.

allpac uninstall <package_name> {or a list of packages}

Quickly find packages across Snap Store, Flatpak, Pacman, and AUR using the integrated search feature.

allpac search <name of a package>

Installation

To install AllPac on your Arch Linux system, simply run the following command to run the install script Source:

curl -s https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Installers/raw/branch/main/allpac/install.sh | bash

Usage

Once installed, you can use AllPac with the following commands:

  • Install a package:

    allpac install <package_name>
    
  • Update all installed packages:

    WARNING: This will attempt to install all packages managed by AllPac across all sources! Be careful with this command!

    allpac update everything
    
  • Update a specific installed package or packages:

    allpac update {package_name}
    

    or

    allpac update {packagename1} {packagename2} {packagename3}
    
  • Uninstall a package:

    allpac uninstall <package_name>
    
  • Search for packages:

    allpac search <package_name>
    

Feedback and Contributions

Feedback, bug reports, and contributions are welcome! Feel free to open issues on the Git repository or submit pull requests.

License

This project is licensed under the PixelRidge-BEGPULSE License. See the LICENSE file for details.