Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I remove elementary-tweaks? #14

Closed
izuolan opened this issue Feb 4, 2016 · 4 comments
Closed

How can I remove elementary-tweaks? #14

izuolan opened this issue Feb 4, 2016 · 4 comments

Comments

@izuolan
Copy link

izuolan commented Feb 4, 2016

I installed Tweaks from here, by method described in the README.md.

curl -sL  http://i-hate-farms.github.io/spores/install | sudo bash - 
sudo apt-get install elementary-tweaks

Now I want to delete it, but I can not do it correctly.

maxim@ProBook:~$ sudo apt-get remove elementary-tweaks
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  elementary-tweaks
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 1,263 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 159565 files and directories currently installed.)
Removing elementary-tweaks (1.0.1) ...
Processing triggers for libglib2.0-0:amd64 (2.42.2-0ubuntu1~14.04~ricotz0) ...
sh: 1: /usr/lib/x86_64-linux-gnu/switchboard/personal/tweaks/theme-patcher: not found
E: Problem executing scripts DPkg::Post-Invoke '/usr/lib/x86_64-linux-gnu/switchboard/personal/tweaks/theme-patcher'
E: Sub-process returned an error code
maxim@ProBook:~$ 

Now at work with other packages this error haunts me:

sh: 1: /usr/lib/x86_64-linux-gnu/switchboard/personal/tweaks/theme-patcher: not found
E: Problem executing scripts DPkg::Post-Invoke '/usr/lib/x86_64-linux-gnu/switchboard/personal/tweaks/theme-patcher'
E: Sub-process returned an error code

Stackexchange methods not solve the problem.

1.Reinstalling libglib2.0-0 will fix this error in my case.
sudo apt-get install --reinstall libglib2.0-0 libglib2.0-bin libglib2.0-data

2.To remove a package use ubuntu software center or
sudo apt-get autoremove elementary-tweaks
To reinstall :
sudo apt-get install --reinstall elementary-tweaks

@xdubois
Copy link

xdubois commented Mar 11, 2016

+1
same issue here

@izuolan
Copy link
Author

izuolan commented Mar 12, 2016

@xdubois I solved the problem, but I forgot the method. Try restart.

@9sunrise9
Copy link

+1, do you remenber how to solve it? @izuolan

@izuolan
Copy link
Author

izuolan commented Sep 7, 2016

@9sunrise9 Sorry, I forgot the method. You can see #4 or here ~

@izuolan izuolan closed this as completed Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants