Skip to main content

An apt-like pacman wrapper.

Project description

# mspac

An apt-like wrapper for pacman.

## Getting Started

In order to run this software, you need Python, it does not matter what version (provided it is updated enough), mspac will only run in Python 3.

## Installation

You can (and you are encouraged to) use pip in order to retrieve the package from PyPI: sudo pip install mspac Then run it without arguments (mspac), to check the available options.

Alternately, just clone this repository and execute mspac/mspac_tool.py with the supported arguments.

## Usage

mspac [-h] [operation [packages …]]

## Examples

Add ‘-f’ or ‘–force’ to force operations in case of errors.

### Installing a package

The following command will install package1 and package2:

mspac install package1 package2

### Removing a package

Remove package1 and package2:

mspac remove package1 package2

### Updating the repositories

You can easily update the databases and upgrade all packages:

mspac update

### Upgrading packages

Updates the databases, and upgrades all packages that are not up-to-date:

mspac upgrade

### Syncing packages

Updates the repositories and then updates all packages that are not up-to-date:

mspac sync

Note: update, upgrade and sync are commands that obtain the same result.

### Remove unused / orphan packages

Remove packages that are no longer needed in the system:

mspac autoremove

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mspac-0.3.5.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

mspac-0.3.5-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page