Tito wrote:
>
> Ok. Dumb question. Where exactly do I save those rpm files?
Create an I-bay with your server-manager,name it "rpms" "downloads"or whatever you like.
> and with what commands do I install them.
You need to log into your server as "root"
Type in rpm --help that will show you most of the options.
rpm -ivh rpmnamexxxxxx.rpm (whatever the rpm name is) to install.
or
rpm -Uvh rpmnamexxxxxx.rpm (whatever the rpm name is )if you are upgrading.
or
rpm -e rpmnamexxxxxx.rpm (whatever the rpm name is )if you what to remove an rpm .
>How can I transfer them to the sme server from my windows xp machine?
When you are downloading from the net, just point to the i-bay you created
using your "network neighbourhood"
You can can also navigate to your download i-bay (use Midnight commander)and download directly to the server from your root command prompt using the wget command.
(I.E.) wget Url:// whatever.com/sme/rpmnamexxxxx.rpm.
Also of course as it has been said many times, search the forums ,read the manuals and test on a test server before upgrading your production server.
Hope that helps