Click to See Complete Forum and Search --> : installing webmin


craigad
10-23-2002, 06:01 PM
ok real newbie question folks..............

i want to install webmin onto a mandrake 9 server i am ~trying~ to build and want to know whether to install the src.rpm or the noarch.rpm.

ta, Craig

mdwatts
10-23-2002, 06:20 PM
With the src.rpm, you first need to rebuild into a binary rpm package using

rpm --rebuild packagename.src.rpm

and then install the resulting package from /usr/src/<your distro>/RPMS/noarch

OR

just install the binary noarch.rpm using

rpm -Uvh packagename.noarch.rpm

craigad
10-23-2002, 06:33 PM
Thanks mdwatts!!! ( it's been a long day!)