I know you can uninstall plugins where to manage extensions. But How to remove some plugin you installed in locale when not showing in your downloaded plugins?

How to delete some plugins?
- jocke90s
- Thread is marked as Resolved.
-
-
Connect to the box with an FTP client (for example Total Commander), go to the directory /usr/lib/enigma2/python/Plugins/Extensions/ and delete the folder with the unwanted plugin.
-
Okey I forgot thank you : )
-
master G
Moved the thread from forum Enigma2 Plugins to forum General Enigma2 Plugin Support. -
Connect to the box with an FTP client (for example, Total Commander), go to the directory /usr/lib/enigma2/python/Plugins/Extensions/ and delete the folder with the unwanted plugin.
I deleted the plugin, but it is still showing in the menu
-
i give a example for you :)
command GREP how to use it..
eg.. I want to remove freeplayer pluginON OPENATV AND IMAGE OE BASED:
root@ustym4kpro:~# opkg list-installed | grep play
enigma2-plugin-extensions-mediaplayer - 3.9+git219+1d438d2-r0
enigma2-plugin-extensions-pictureplayer - 3.9+git219+1d438d2-r0
enigma2-plugin-freeplayer - 1.70.0
exteplayer3 - 68+gitr125+52666ca-r0.135
gstplayer - 0.1-r0.69
gstreamer1.0-plugins-base-playback - 1.20.5-r0
WAW
I found the installed program that I need to remove, so now I remove with the opkg remove command
root@ustym4kpro:~# opkg remove enigma2-plugin-freeplayer
Removing enigma2-plugin-freeplayer (1.70.0) from root...
root@ustym4kpro:~#
done..
ON CVS DREAMBOX ETC... COMMAND ARE
apt list --installed | grep play
for remove it..
apt-get remove $paketname
or
dpkg -r $paketname
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!