GP3 Deinstallation (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
Zeile 11: Zeile 11:
 
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 [[Installation of Gemini-Image|article]]. If you want to deinstall everything manually, please read the following chapters.
 
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 [[Installation of Gemini-Image|article]]. If you want to deinstall everything manually, please read the following chapters.
  
== Manuelles deinstallieren von GP3 ==
+
== Manual deinstallation of the GP3 ==
Diese Variante der Deinstallation, zeigt das entfernen der GP3 Komponenten, usw. via Paketverwaltung. Stellt via [[Telnet]] oder [[SSH]] eine Verbindung zur Box her und befolgt die nächsten Schritte für die Deinstallation.
+
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.
  
==== GP3 Erweiterungen entfernen ====
+
==== Remove GP3 Addons ====
Wenn ihr [[GP3 Blue Panel#GP3 Erweiterungen|GP3 Erweiterungen]] entfernen wollt, müsst ihr zuerst einmal alle installierten Paketnamen herausfinden. Diese könnt ihr in den [[GP3 Addons|Addons]] in der Kategorie <code>Gemini Plugins</code> herausfinden. Oder ihr benutzt folgenden Befehl:
+
When you want to remove [[GP3 Blue Panel (en)#GP3 Addons|GP3 Addons]], you should first of all find out the names of the installed packages. These can be found in the [[GP3 Addons (en)|Addons]] in the category <code>Gemini Plugins</code>. Or use the following command:
 
<syntaxhighlight>
 
<syntaxhighlight>
 
opkg list_installed *gemini*
 
opkg list_installed *gemini*

Version vom 21. April 2013, 21:59 Uhr

Deutsch.png - in Deutsch English.png - in English

If you want to deinstall the Gemini Project 3 (en) Plugin, there are different possibilities.

  1. Flash a new image (easiest solution).
  2. Deinstalling the GP3 addons, GP3 skins, etc. and the GP3 Plugin.

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*

Wenn ihr alle Paketnamen kennt, könnt ihr diese mit folgendem Befehl entfernen. Für paketname müsst ihr die Namen der installierten Erweiterungen angeben, getrennt mit einem Leerzeichen. Aber nur die Gemini Plugins, welche in den Addons aufgelistet sind, entfernen!

opkg remove --autoremove paketname paketname paketname

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