LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   bleachbit not running (https://www.linuxquestions.org/questions/linux-software-2/bleachbit-not-running-880095/)

baronobeefdip 05-11-2011 09:36 AM

bleachbit not running
 
i am using Debian Squeeze and for some confusing reason bleach-bit isn't running when i try to execute it from the applications menu then i tried to execute it from the command line
Code:

#bleachbit
and this is what i came back with
Code:


Traceback (most recent call last):
  File "/usr/bin/bleachbit", line 31, in <module>
    import pygtk
ImportError: No module named pygtk

according to the prompt pygtk isn't installed but i went to the packages on the Debian website and found them

http://packages.debian.org/squeeze/python-gtk2
http://packages.debian.org/squeeze/python-numpy

i had to install numby because earlier when i tried installing it the terminal told me that it was missing a dependency called python-numby

and i tried running it from the command line and it still sends me the same message so what did i do wrong here. on top of that the synaptic package manager told me that there was a broken package so i'm guessing that the python-numby package didn't install correctly so what happened here i need to run bleachbit because my hardrive is running out of space

andrewthomas 05-11-2011 11:46 AM

Try

Code:

sudo dpkg --configure -a
sudo apt-get update && sudo apt-get install --reinstall bleachbit

I don't know why when you originally installed bleachbit, all the required dependencies were not pulled in.

baronobeefdip 05-11-2011 06:22 PM

alright i just ran those commands and this is what i got
Code:


0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/292 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 175359 files and directories currently installed.)
Preparing to replace bleachbit 0.8.7-1 (using .../bleachbit_0.8.7-1_all.deb) ...
Unpacking replacement bleachbit ...
Processing triggers for gnome-menus ...
Processing triggers for desktop-file-utils ...
Processing triggers for man-db ...
Processing triggers for menu ...
Setting up bleachbit (0.8.7-1) ...
Processing triggers for menu ...
N: Ignoring file 'google-chrome.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension



All times are GMT -5. The time now is 08:35 PM.