Koozali.org: home of the SME Server

Latest Updates

Offline AaronG

  • ****
  • 90
  • +0/-0
    • http://www.healthinc.com.au
Latest Updates
« on: November 05, 2004, 12:07:37 PM »
Hi Guys,

I am newb so please help!!!! lol :)

I was just wondering should I upgrade to the latest patch. I believe I am running a fairly recent version as I only downloaded it two weeks ago.

Can anyone tell me how I go about installing RPM's?

I love the scripts (scriptname.sh) I wish everything in SME was preconfigured in scripts :)

So if anyone could point me to a HOW TO to install RPMs I would be muchly obliged.

Cheers
Aaron
...

Offline HomePlayer

  • ***
  • 55
  • +0/-0
well it will take some time
« Reply #1 on: November 05, 2004, 12:46:25 PM »
How do I install and update RPMs?
To install RPM packages on a RedHat based system like SME Server, you will need to know how to use the command line. These are the most used ones:


'man rpm' will show the man page of the rpm Note: to have the pages of handbook, you will have to download the RPM man-1.5i2-6.i386.rpm and install it with the following commands:
'rpm -ivh /path/to/the/file.rpm' will (i)nstall file.rpm with (v)erbose (detailed) feedback by posting (h)ashes during the installation.
'rpm -Uvh /path/to the/file.rpm' will (U)pgrade (update) the package, with the same options used previously.
'rpm -e file.rpm' will (e)rase (uninstall) the package



In certain cases, the --nodeps option will also allow you to install a RPM by ignoring some dependences that are not present on the server.

i hope this is of some help

greetz HomePlayer

p.s thanks Reinhold i found this whit the search button and "see more results"  :-D
from this link http://no.longer.valid/phpwiki/index.php?pagename=AdministrationFAQ#rpm