LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   ReInstallation prob for software package (https://www.linuxquestions.org/questions/linux-general-1/reinstallation-prob-for-software-package-422037/)

ankurcse 03-05-2006 11:54 PM

ReInstallation prob for software package
 
HI,

i insatlled yahoo messenger for RHEL 4 ( file rh6.ymessenger-1.0.4-1.i386.rpm), & deleted
its entry from /opt/ymessenger folder & /usr/bin/ymessenger link, then i reinstall it, but its giving error.

# rpm -q rh6.ymessenger
package rh6.ymessenger is not installed

# rpm -ivh rh6.ymessenger-1.0.4-1.i386.rpm
Preparing... ########################################### [100%]
package ymessenger-1.0.4-1 is already installed


Now how i can reinstall the same package, pls give hint to solve above prob.

acid_kewpie 03-06-2006 03:03 AM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

berbae 03-06-2006 11:24 AM

The package name is given:
Quote:

package ymessenger-1.0.4-1 is already installed
to reinstall it do
Code:

rpm -e ymessenger-1.0.4-1
then
Code:

rpm -ivh rh6.ymessenger-1.0.4-1.i386.rpm


All times are GMT -5. The time now is 03:23 AM.