Get dependencies for a given package management system and a given package
Project description
GETDEP
Get dependencies for a given package management system and a given package.
Install
You can install getdep
either via pip (PyPI) or from source.
To install using pip:
python3 -m pip install getdep
Or manually:
git clone https://github.com/remiflavien1/getdep
cd getdep
./install.sh
python3 setup.py install
For apt
dependencies you need to install apt-rdepends
:
sudo apt install apt-rdepends
Use
All the documentation is on Readthedocs
Note
You must have the apt, rpm, and yum installed on your system if you want to get one of theirs packages dependencies.
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
getdep-1.2.1.tar.gz
(5.9 kB
view hashes)
Built Distribution
getdep-1.2.1-py3-none-any.whl
(6.2 kB
view hashes)