right, to install an rpm you do :- rpm -ihv filename.rpm
You must be root (or su -) to do the rpm command. So, open a terminal, enter "su -" followed by the root password. Then change directory (cd) to the folder you have the rpm file in (such as "cd /home/myname" ). Then enter the rpm command.
As to the /etc/hosts file. Make sure that you have the correct permissions (ie. go in as root or su - (as above)). Then edit it (I usual enter "gedit" at the superuser command line prompt, to get the Gnome editor with the root permissions). My hosts file looks like this :- Code: # Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
A quick explanation, the TCP/IP address 127.0.0.1 is a special one, called the loop back address. This address is local to your PC, it is NEVER used on any network (LAN, Internet etc.). It is only used to give your PC a TVCPIP address that will always be available (cos it's on your PC).
hope this helps
Nerderello
[/code]
__________________ 
Use Suse 10.1 and occasionally play with Kubuntu
Also have Windows 98SE and BeOS
|