GP3 Deinstallation (en): Unterschied zwischen den Versionen
Zeile 19: | Zeile 19: | ||
opkg list_installed *gemini* | opkg list_installed *gemini* | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | When you know all the package names, you can remove them with the following command. For <code>packagename</code> you should use the names of the installed addons, with spaces between the different names. But: remove '''only''' the Gemini Plugins which are listed in the Addons! | |
<syntaxhighlight> | <syntaxhighlight> | ||
− | opkg remove --autoremove | + | opkg remove --autoremove packagename packagename packagename |
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
==== GP3 Skins, usw entfernen ==== | ==== GP3 Skins, usw entfernen ==== | ||
GP3 Skins, Picons, GP3 Icons, könnt ihr mit folgendem Befehl entfernen. Fehler von dem <code>gp-icons-nutrix</code> Paket kann ignoriert werden, das Paket wird später entfernt. | GP3 Skins, Picons, GP3 Icons, könnt ihr mit folgendem Befehl entfernen. Fehler von dem <code>gp-icons-nutrix</code> Paket kann ignoriert werden, das Paket wird später entfernt. |
Version vom 21. April 2013, 21:02 Uhr
- in Deutsch | - in English |
If you want to deinstall the Gemini Project 3 (en) Plugin, there are different possibilities.
- Flash a new image (easiest solution).
- Deinstalling the GP3 addons, GP3 skins, etc. and the GP3 Plugin.
Inhaltsverzeichnis
Flash a new image
The easiest solution is the installation of a new image, which you configure again as you want. An explanation for flashing can be found in the following article. If you want to deinstall everything manually, please read the following chapters.
Manual deinstallation of the GP3
This deinstallation procedure, explains the removal of the GP3 components, etc. via the package manager. Set up a connection via Telnet (en) or SSH with the Box and follow the steps for the deinstallation.
Remove GP3 Addons
When you want to remove GP3 Addons, you should first of all find out the names of the installed packages. These can be found in the Addons in the category Gemini Plugins
. Or use the following command:
opkg list_installed *gemini*
When you know all the package names, you can remove them with the following command. For packagename
you should use the names of the installed addons, with spaces between the different names. But: remove only the Gemini Plugins which are listed in the Addons!
opkg remove --autoremove packagename packagename packagename
GP3 Skins, usw entfernen
GP3 Skins, Picons, GP3 Icons, könnt ihr mit folgendem Befehl entfernen. Fehler von dem gp-icons-nutrix
Paket kann ignoriert werden, das Paket wird später entfernt.
opkg remove --autoremove *gp-*
GP3 Plugin entfernen
Zum Schluss kann das GP3 Plugin und seine Abhängigkeiten wie folgt entfernt werden.
opkg remove --autoremove geminiplugin libgpicture0 --force-remove geminiset
Gemini3 Wizard entfernen
Enfernt den Gemini3 Wizard mit folgendem Befehl.
opkg remove g3wizard
GP3 Feeds entfernen
Entfernt nun die GP3 Feeds mit folgendem Befehl.
rm /etc/opkg/gemini*
Dreambox neu starten
Führt einen Neustart der Dreambox aus, mit folgendem Befehl.
reboot