Results 1 to 3 of 3
Iam using fedora core 5.0 version
I tried to remove one package by this command
#rpm -ivh kav4samba-5.5-9.i386.rpm
but it is showing like this
"preparing.....######......package kav4samba-5.5-9.i386.rpm is already installed
so ...
- 09-22-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 1
want help regarding removing package
Iam using fedora core 5.0 version
I tried to remove one package by this command
#rpm -ivh kav4samba-5.5-9.i386.rpm
but it is showing like this
"preparing.....######......package kav4samba-5.5-9.i386.rpm is already installed
so when i tried to remove this package by
#rpm -e kav4samba-5.5-9.i386.rpm
it is showing that
error: package kav4samba-5.5-9.i386.rpm is not installed
- 09-22-2009 #2
Hi,
You can check it:
rpm -qa | grep kav4samba
or
rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n' kav4samba
- 09-22-2009 #3I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote
