install only deps
Bug #1704739 reported by
Elan Ruusamäe
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
poldek |
New
|
Wishlist
|
Unassigned |
Bug Description
would be nice if poldek could install dependendencies, but not actual package.
usecase scenario would be to setup dev environment for application
we have builder -R which would do that for .spec, but not for actual .rpm.
if not too different/difficult implement same for .spec files too so builder -R shell implementation could be replaced.
ps, for yum one can issue:
yum deplist bind | awk '/provider:/ {print $2}' | sort -u | xargs yum -y install
Changed in poldek: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
syntax proposals (available as of 0.32.2):
$ poldek --install-deps bind
$ poldek -R bind (in parity with builder -R)
poldek> install --deps bind
poldek> install -R bind