How to remove plugins

Palinkat

Vu+ User
Hey guys,

Installed some plugins for test, want to remove them now but can't find a way to remove them via the plugins addons panel or in the software management.
For example Damir Subtitle plugin, can't find a way to remove it.

Thanks for your help.
 

Matrix10

Administrator
Hey guys,

Installed some plugins for test, want to remove them now but can't find a way to remove them via the plugins addons panel or in the software management.
For example Damir Subtitle plugin, can't find a way to remove it.

Thanks for your help.

1.Plugins installed from our image server you can remove with
Green>>Yellow>>Addons Uninstall Panel
2.Plugins installed with Plugins>>Manage extensions or with
Software managment >> Manage extensions
you can remove/delete in the same way you have install them
3.Plugins you have installed manual as IPK file package
you have to look in /usr/lib/opkg/status file
ipk package name and then you can remove package in telnet
command:
ipkg remove package name
=========================

example:

in status file we find this for pictureplayer

Package: enigma2-plugin-extensions-pictureplayer
Version: experimental-git20101204-r0
Depends: enigma2
Provides:
Status: install ok installed
Architecture: bm750
Auto-Installed: yes

we can remove with this command in telnet
ipkg remove enigma2-plugin-extensions-pictureplayer

root@bm750:~# ipkg remove enigma2-plugin-extensions-pictureplayer
Removing package enigma2-plugin-extensions-pictureplayer from root...
root@bm750:~#

But beware some packages you must not and can not be erased.

4.and the last option is directly manual delete from the plugins

./usr/lib/enigma2/python/Plugins/Extensions.

When you delete sometimes is not possible to delete everything you have installed
because you do not know all files libs,python that you have installed.
 
Top