Bleachbit For Mac
Running from source code
BleachBit by BleachBit is an open-source application that was designed to help you clean your computer of any unwanted items, including temporary files, browser cookies, logs and other junk. Even if there is no version of BleachBit for Mac available on the web, there are plenty of other tools you can use instead.
Mar 13, 2019 Popular Alternatives to BleachBit for iPhone. Explore iPhone apps like BleachBit, all suggested and ranked by the AlternativeTo user community. Freemium Mac Windows Android iPhone Android Tablet. System Cleanup Duplicate File Finder Recover deleted files Add a feature. BleachBit is a reliable free tool for Windows and Linux computers to clean. BleachBit is a free program that hard disk space free on your Windows or Linux computer. The program deletes the traces of more than 90 popular computer programs when these are installed on your computer.
Running BleachBit from source code is intended for developers and testers: other users should install the prepared packages. Running BleachBit from source code is relatively easy because there is nothing to compile and installing BleachBit is not required.
Linux
Linux systems almost always have the necessary dependencies installed for running BleachBit from source code. On Debian and Ubuntu, you should have the python-gtk2
package. On Fedora, CentOS, and Red Hat you should have the pygtk2
package installed.
Microsoft Windows
On Microsoft Windows you must install several dependencies:
Python, GTK+, and all Python extensions should be 32-bit. Mixing 64-bit and 32-bit components will cause errors.
Alternatively, use gtk-download.sh and gtk-unpack.sh.
Getting the source code
To get the source code, either download the latest tarball (.tar.bz2) or checkout the Git source repository from Git, which always contains the latest code.
Tarball
On Linux unpack a tarball run this command:
tar xvjf bleachbit-0.7.1.tar.bz2 cd bleachbit-0.7.1
On Windows unpack the tarball with 7-Zip or similar application.
Git
On Linux, install the Git client. On Debian and Ubuntu install it with this command:
sudo apt-get install git
Similarly, on Fedora, Red Hat, and CentOS install the Git client with this command:
sudo yum install git-core
On Linux clone the Git repository for the BleachBit application with this command:
git clone https://github.com/bleachbit/bleachbit.git
Here is a full list of BleachBit Git repositories:
- BleachBit: main BleachBit application
- bleachbit-misc: supports development
- CleanerML: extra cleaners
- winapp2.ini: winapp2.ini cleaners database for Windows
Building translations
If English is not your native language, you must build the translations. On Linux, run:
make -C po local
Building translations is not supported on Windows, but you can copy the translations from another system or download them from Launchpad. Relative to bleachbit.py
put the bleachbit.mo
file in a directory called .localeesLC_MESSAGES
(change es
according to the language.)
Note. Outlook 365 for mac not indexing.
Running from source
Now that the dependencies are installed, you are ready to run BleachBit. On Linux run:
python bleachbit.py
On Windows, click on bleachbit.py
.
Bleach It Software
Staying up to date with Git
Bleachbit Free Version
The Git repository changes frequently. To download changes, run these commands: