Transmission cannot uninstall from gnome

Hi,
I'm running gnome 2.32.1 and I installed Transmission 2.22. Unfortunately it doesn't have the features I require. So I proceeded to uninstalling it using..

Code:
make deinstall

from the ports collection. It seemed to complete okay, however the program is still available in gnome.

Has anybody got any recommendations?

Thanking you in advance,
Jonathan.
 
The program, or just a menu entry or a stray icon? Probably a matter of something stuck in the icon cache.
 
Well it runs, that's what gets me. If it is just a stray icon surely the program shouldn't run.

Thanks,
Jonathan.
 
Have a look at the installed packages with
# pkg_version -vI

Delete the correct package.
 
Thank you sir-dice, by doing the:
Code:
pkg_version -vI

I was able to isolate transmission-gtk2-2.2, which I then removed with a pkg_delete and it seems to be gone now.

Cheers,
Jonathan.
 
Back
Top