LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to uninstall the installed RPM source (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-uninstall-the-installed-rpm-source-649866/)

narendra1310 06-17-2008 06:54 AM

How to uninstall the installed RPM source
 
HI all,

I am new to linux.
I had install some source.rpm using the command
#rpm --test -ivh source.rpm

Installed path: # /opt/real/source/

Now I wanna Uninstall this. plz tell me the command to uninstall this.

Thanks

colucix 06-17-2008 07:04 AM

Most likely, using the --test option you've not installed anything. You can verify using the command
Code:

rpm -q source
where source is the name of the package. The command to uninstall is "rpm -e".

narendra1310 06-18-2008 01:17 AM

Thank you so much
 
Now I got it ...

Quote:

Originally Posted by colucix (Post 3187253)
Most likely, using the --test option you've not installed anything. You can verify using the command
Code:

rpm -q source
where source is the name of the package. The command to uninstall is "rpm -e".



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