See the official website for more info. Parcks is a project from Setarit
See wiki and blog posts.
To run the test fire up your terminal and run python -m unittest discover
or python3 -m unittest discover
for Python 3.3+
- Fix double download if unverified remote
- Support all linux distro families
- Update package list (Debian:
apt-get update
) before installing once a week - Continue the execution of the remaining plugins if one is unverified (currently this kills Parcks)
- Allow running a plugin without an installer
- Keep a high test coverage (currently (v.2.5.0) 90%)
- Make Parcks a standalone package manager
- Ubuntu
- Debian
- Fedora
All derivates of the above linux families should work. If it is not the case, please open an issue.
See the Contribution file.
- Clone the repository
- If not already installed, install
pip
- Run
pip install -Ur requirements
to install the Python requirements