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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mspac-0.3.5.tar.gz
.
File metadata
- Download URL: mspac-0.3.5.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef4080c64816a539e43b1147f6e133892bc0f22291ee611f7cf55f45379501a2 |
|
MD5 | c4394fc5dbed33647ccfff074a0fa961 |
|
BLAKE2b-256 | 38a8adeed92cdca347bee2f8c366e7cf12f9b4e79fe966875622a3610ac26708 |
File details
Details for the file mspac-0.3.5-py2.py3-none-any.whl
.
File metadata
- Download URL: mspac-0.3.5-py2.py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4eddc02c8fade71d9d5e8208e9a44ba2a94d9ab1656750415de6bface4caf7b2 |
|
MD5 | 05bb43b3b3244721a5a9c23019dd5558 |
|
BLAKE2b-256 | 7c3afdab3a28da082209bdbe6f3fcfc4be8e9e30610b13540feefd2d1cceaefb |