Clear installed plugin list

paperino61

Active member
Hi everyone, I need to figure out how to delete an entry from the list of installed plugins.
In my case, I manually deleted part of an installed plugin; now I can't reinstall it because the installation process finds the plugin already installed (this is explicitly stated in the log).
It's not present in the plugin uninstall panel, so I assume there's a file with this list.

tks in advance for help

p.s.
same question posted in Italian support
 
/var/lib/opkg
Edit status file
Remove what you need.
For example.

Package: enigma2-plugin-extensions-epgimport
Version: 1.1+git1+5a862b70+5a862b7cb0-r0
Depends: python3-backports-lzma, python3-compression, python3-core, python3-pkgutil, python3-shell
Recommends: epgimport-sources
Status: install ok installed
Architecture: cortexa15hf-neon-vfpv4
Installed-Size: 306164
Installed-Time: 1764444342
Auto-Installed: yes
 
/var/lib/opkg
Edit status file
Remove what you need.
For example.

Package: enigma2-plugin-extensions-epgimport
Version: 1.1+git1+5a862b70+5a862b7cb0-r0
Depends: python3-backports-lzma, python3-compression, python3-core, python3-pkgutil, python3-shell
Recommends: epgimport-sources
Status: install ok installed
Architecture: cortexa15hf-neon-vfpv4
Installed-Size: 306164
Installed-Time: 1764444342
Auto-Installed: yes
Thanks so much for the explanation. Thanks to you, I solved my problem :-)
 
Back
Top