Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I have Installed a rpm packet with #rpm -Uvh *.rpm From the source folder!!! It works very well, but when I try to uninstall with #rpm -e *.rpm as ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
  1. #1
    Just Joined!
    Join Date
    May 2007
    Posts
    1

    Exclamation Unable to Uninstall Broadband Provisioner

    Hi,

    I have Installed a rpm packet

    with #rpm -Uvh *.rpm

    From the source folder!!! It works very well, but when I try to uninstall

    with #rpm -e *.rpm as everybody says... I have this...

    [root@seguridad broadband_provisioner]# rpm -e *.rpm
    error: el paquete bpui-3.2-1424.i586.rpm no está instalado
    error: el paquete dhcptd-bb_trial-3.1-1363.i386.rpm no está instalado
    error: el paquete docsisui-1.0-1314.i586.rpm no está instalado
    error: el paquete syslogtd-bb_trial-3.0-1422.i386.rpm no está instalado
    error: el paquete tftpc-3.2-1409.i586.rpm no está instalado
    error: el paquete tftptd-bb_trial-4.2-1423.i386.rpm no está instalado
    error: el paquete todtd-bb_trial-1.0-1211.i386.rpm no está instalado

    It is in spanish... an means error the packet is not installed

    and when I try to install again, it says,

    [root@seguridad broadband_provisioner]# rpm -Uvh *.rpm
    Preparando... ###########################################
    [100%]
    el paquete todtd-bb_trial-1.0-1211 ya está instalado
    el paquete bpui-3.2-1424 ya está instalado
    el paquete dhcptd-bb_trial-3.1-1363 ya está instalado
    el paquete docsisui-1.0-1314 ya está instalado
    el paquete syslogtd-bb_trial-3.0-1422 ya está instalado
    el paquete tftpc-3.2-1409 ya está instalado
    el paquete tftptd-bb_trial-4.2-1423 ya está instalado

    It is in spanish... an means the packet is already installed

    And I can't uninstall the packet...

    Does anybody know how could I solve this problem???

    Thanks,

    Patricio

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,722
    try to give a full name of package instead of *.
    Code:
    rpm -e <package_name>.rpm
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •