[HOWTO] Disinstallare il mio metacity
Quando non se ne può più di aspettare un bugfix per l’applet “Appearance” credo che qualcuno vuole dowangradare alla verione di ubuntu. Ma come fare? Chi usa il mio repo non può downgradare usando il solito
sudo apt-get install metacity*/gutsy
no, non può. Allora come fare? Semplice:
- Aprite un Terminale e digitate (ovviamente dovrete aver installato gedit):
sudo gedit /etc/apt/sources.list - Disabilitate (con un commento) i miei repository (Esempio: se la linea è
deb http//ppa.launchpad.net/ubu4ever/ubuntu gutsy maindovrete farla diventaredeb # http//ppa.launchpad.net/ubu4ever/ubuntu gutsy main, ripetete la stessa cosa per il deb-src) - Chiudete gedit
- Nel terminale date
sudo apt-get update - E poi il comando faditico:
sudo apt-get install metacity*/gutsy
Disconnettetevi e rifate il login: dovrebbe essere tutto come prima (a meno che non avevate compilato a mano metacity prima di installare i miei pacchetti).
ENGLISH VERSION: —————————————————————————————————————————-
When we can no longer wait for a bugfix applets “Appearance” I think that someone wants dowangradare to verione of ubuntu. But how do? Who uses the repo I can not downgrade using the usual
sudo apt-get install metacity*/gutsy
No, it can not. So how do? Simple:
1. Open a terminal and type (of course you will have installed gedit): sudo gedit /etc/apt/sources.list
2. Disable (Comment) my repository (Example: if the line is deb http://ppa.launchpad.net/ubu4ever/ubuntu gutsy main it will need to become deb # http://ppa.launchpad.net/ubu4ever/ubuntu gutsy main , repeat the same thing for src)
3. Close gedit
4. In terminal write sudo apt-get update and press Enter
5. And then the command sudo apt-get install metacity*/gutsy
Logout and re-login: everything should be like the first (unless you were compiled by hand metacity before installing my packages)
PS: Sorry for the translation, I have used google



[...] istruzioni per disinstallare il suo pacchetto le riporta lui stesso in un suo post. Buon divertimento, e grazie a ragebeing per la [...]