Deleted directory and cannot remove package

I am completely new to Linux and Suse and had been trying to get Citrix
working.
I wanted to try the install again and was lead to believe deleting its
directory was all I needed to do to remove the current installation.
However, I think I should have used Yast to remove the package?
When I try to reinstall the package it now says the package is already
installed but I cannot remove it either as I have deleted its
directory.

Can I get round this?!
The files are not in the Waste Bin.

Thanks
Andrew


andy76

andy76’s Profile: http://forums.opensuse.org/member.php?userid=16481
View this thread: http://forums.opensuse.org/showthread.php?t=401062

Hi
Use the cli to manually install as well as using the force command;


sudo rpm -Uhv --force <name_of_rpm>


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.18-0.2-default
up 4 days 9:48, 2 users, load average: 0.37, 0.36, 0.31
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.82

Reinstall with the force option

if installing the .rpm from a terminal it would look like this

rpm -ihv packagename.rpm --force

if it’s from a repo to use zypper do this:

zypper in -f citrix

Once you have installed again, remove with yast if it was from a repo

or do

rpm -e packagename


Box: Linux 2.6.25.18-0.2 x86_64 | OS 11.0 | (KDE4.1.81) “1.1” | M2N4-SLI
| AMD 64 X2 5200+ | nVidia 8500GT | 2GB RAM
Lap: OS 11.0 | Celeron 550 | (KDE 4.1.81 “release 1.1” | Intel 965 GM |
Lenovo R61e | 1GB RAM

caf4926’s Profile: http://forums.opensuse.org/member.php?userid=204
View this thread: http://forums.opensuse.org/showthread.php?t=401062

Thank you both!
Sorted and finally got Citrix working too :slight_smile:
Learning plenty too as I go along.


andy76

andy76’s Profile: http://forums.opensuse.org/member.php?userid=16481
View this thread: http://forums.opensuse.org/showthread.php?t=401062