|
Home > Archive > Red Hat Installation > September 2007 > "rpm -e" do not remove the program and symbolic link
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
"rpm -e" do not remove the program and symbolic link
|
|
| wong_powah@yahoo.ca 2007-08-28, 7:20 pm |
| I created a rpm (.spec file) to install a program and create a
symbolic link to it. After I do "rpm -e" to remove the package, the
program and symbolic link still exist, how to fix this problem?
| |
| Philip Morten 2007-09-03, 11:16 am |
| wong_powah@yahoo.ca wrote:
> I created a rpm (.spec file) to install a program and create a
> symbolic link to it. After I do "rpm -e" to remove the package, the
> program and symbolic link still exist, how to fix this problem?
>
Add -vv to the rpm -e command, this will give you lots of information
about what is going on from which you should be able to see what is wrong.
| |
| Daniel Ganek 2007-09-04, 1:22 pm |
| wong_powah@yahoo.ca wrote:
> I created a rpm (.spec file) to install a program and create a
> symbolic link to it. After I do "rpm -e" to remove the package, the
> program and symbolic link still exist, how to fix this problem?
>
Did you put the program and link in the %files list?
Let's see your .spec file.
/dan
|
|
|
|
|