* RPMs for latest release
@ 2007-08-03 19:25 rdavid274
2007-08-03 20:37 ` Junio C Hamano
2007-08-03 21:36 ` Linus Torvalds
0 siblings, 2 replies; 3+ messages in thread
From: rdavid274 @ 2007-08-03 19:25 UTC (permalink / raw)
To: git
Hello,
Downloaded the 10 rpms necessary for a complete install however, there
is NO single rpm that is independent of the other rpms.
Every rpm that I have downloaded depends on at 1 other rpm to have been
already installed.
So, how does a newbie deal with this issue?
rdp
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: RPMs for latest release
2007-08-03 19:25 RPMs for latest release rdavid274
@ 2007-08-03 20:37 ` Junio C Hamano
2007-08-03 21:36 ` Linus Torvalds
1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2007-08-03 20:37 UTC (permalink / raw)
To: rdavid274; +Cc: git
rdavid274 <rdavid274@centurytel.net> writes:
> Every rpm that I have downloaded depends on at 1 other rpm to have
> been already installed.
>
> So, how does a newbie deal with this issue?
A newbie will probably learn how to use rpm to deal with this
issue, I would presume.
Sorry, I do not run rpm based distro myself, but I would imagine
"rpm -i" (if -i is the "install" subcommand, I dunno) would take
more than one package name on the command line to be told to
install all of them at once?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: RPMs for latest release
2007-08-03 19:25 RPMs for latest release rdavid274
2007-08-03 20:37 ` Junio C Hamano
@ 2007-08-03 21:36 ` Linus Torvalds
1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2007-08-03 21:36 UTC (permalink / raw)
To: rdavid274; +Cc: git
On Fri, 3 Aug 2007, rdavid274 wrote:
>
> Downloaded the 10 rpms necessary for a complete install however, there is NO
> single rpm that is independent of the other rpms.
>
> Every rpm that I have downloaded depends on at 1 other rpm to have been
> already installed.
>
> So, how does a newbie deal with this issue?
You should be able to do
rpm -Uvh <list-all-rpms-here>
and be all good.
In other words, if you have dependencies, you need to resolve all the
dependencies in one go by listing the packages together.
Of course, you could also just force rpm to ignore dependencies (the
"--nodeps" flag, iirc), but that's usually a bad idea - it just means that
you will be all the more likely to have a non-working setup because you
forgot some package or other, and since you told rpm to ignore it, it
won't tell you.
That said, most rpm distros tend to make things much easier for you by
letting you just run "yum", which will do all of this for you, and then
you can generally just do
yum install git
and it will download all packages and install them by dependencies.
Linus
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-08-03 21:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-03 19:25 RPMs for latest release rdavid274
2007-08-03 20:37 ` Junio C Hamano
2007-08-03 21:36 ` Linus Torvalds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).