[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RPM
> package qmail-1.01-9.i386.rpm is not installed
> Okay, I tried install it without unistall: "rpm -i qmail-1.01-9.i386.rpm".
> Result:
> package qmail-1.01-9 is already installed
> error: qmail-1.01-9.i386.rpm cannot be installed
> What to do?
Donna know about your qmail problems but about RPM usage:
When you install
% rpm -i foo-x.x.i386.rpm
you uninstall it with
% rpm -e foo-x.x (remove the i386.rpm extension!)
As you see package qmail-1.01-9 is already installed
So do
% rpm -e qmail-1.01-9
RTFM :-)
______________________________________________________________________
Stas Bekman mailto:sbekman@iil.intel.com.il [WebMaster Intel Corp]
Address: Aba Silver 12/29, Haifa, 32694, Israel
Phones: [w] 972-(0)4-865-5188, [h] 972-(0)4-828-2264/3020
Home Page: http://techunix.technion.ac.il/~ofelix
Resource Center http://www.eprotect.com/stas/TULARC (Java,CGI,PC,Linux)
Linux-il Home: http://www.linux.org.il/
- References:
- RPM
- From: Michael <michaels@sapir.makash.ac.il>