Post install configuration

  • (2 Pages)
  • +
  • 1
  • 2

15 Replies - 2274 Views - Last Post: 31 May 2002 - 10:44 AM

#16 gneato   User is offline

  • <title>Untitled Document</title>

Reputation: 0
  • View blog
  • Posts: 1,311
  • Joined: 03-September 01

Re: Post install configuration

Posted 31 May 2002 - 10:44 AM

I usually like rpm -ivh blah.rpm for packages that aren't installed yet, and for packages that are already installed (NOT FOR KERNEL), I use rpm -Uvh blah.rpm because it doesn't overwrite config files.

If you get an error saying "package Such-n-so requires this-package-2.0", you'll have to add that to the rpm command, e.g.

rpm -ivh Such-n-so.rpm this-package-2.0.rpm

...and it will install both at the same time.

If the one it needs is not on the cd, you can head on over to http://www.rpmfind.net/ . They have *almost* everything.

Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2