Not logged in
Log in now
Create an account
Subscribe to LWN
Recent Features
LWN.net Weekly Edition for February 16, 2012
Book review: Open Advice
Linux support for ARM big.LITTLE
LWN.net Weekly Edition for February 9, 2012
XBMC 11 "Eden"
How about:
yum localinstall somerandom.rpm
Do we need this crap on LWN?
Posted Feb 22, 2007 0:55 UTC (Thu) by mrons (subscriber, #1751) [Link]
Just to expand on what this does, yum looks at what dependencies somerandom.rpm has and installs those with somerandom.rpm
somerandom.rpm does not have to belong to some {un}official repository.
So it's like "rpm -i" except that repositories are consulting to resolve dependencies.
Can I do something like "apt-get somerandom.deb" and have dependencies resolved for me?
Posted Feb 22, 2007 1:51 UTC (Thu) by spotter (subscriber, #12199) [Link]
if you
dpkg -i some.deb
that will try to install it, but it wont configure due to missing dependencies.
and
apt-get install -f
will then fix it as it will resolve the missing dependencies and configure everything.
Posted Feb 22, 2007 5:47 UTC (Thu) by k8to (subscriber, #15413) [Link]
Copyright © 2012, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds