Install on Windows
To install BleachBit, first download the latest installation package for your system.
BleachBit is supported on Windows XP, 2003, Vista, 7, 8, 8.1, or 10 (32-bit or 64-bit).
Most Windows users want the standard installation. If you prefer to run in portably on a USB disk or on a system the administrators that prevents installation, use the portable installation.
Download BleachBit 4.0.0 for Microsoft Windows (32-bit and 64-bit): BleachBit installer.exe: best option for most people; BleachBit portable: official portable distribution. Run BleachBit without installation. BleachBit English-only installer: slightly smaller download for people who do not need translations. Bleachbit mac free download. Linux Kodachi 7.2 Linux Kodachi operating system is based on Xubuntu 18.04 LTS it will provide you with a secure, anti. I wish these two worked better together but If I try to use the winapp2.ini file from that page with bleachbit it either overwrites it with their outdated mirrored one (version 180918) if you have that 'download winapp2.ini' setting checked and if it's unchecked it will. BleachBit deletes unnecessary files to free valuable disk space, maintain privacy, and remove junk. Rid your system of old clutter including cache, cookies. The changes were merged after BleachBit version 1.12, so get the latest code from Git. As of June 2020, kdeldycke is packaging BleachBit for homebrew. In the future we hope to bring the full BleachBit experience to all Mac OS X users. Thank you for your patience.
Bitcartel Blog Windows Shopify vs Big Cartel: Which is right for you? 12 Best BleachBit Alternatives Reviews Pros & Cons - Alternative bitcleaner system desktop tools. Bitcoin bank Business Productivity Androidoi Quebec and Ottawa are granting over $9 million to five businesses. How to Mine Bitcoin on a Mac.
Standard Installation
Run the installer which has a name like BleachBit-1.6-setup.exe. Then, follow the prompts.
Verify the installer is from a verified publisher (Andrew Ziem).
Silent Installation
Silent installation installs the application without any prompts from the user, and it is typically used by system administrators to install an application across many systems.
For BleachBit version 2.2, run this command to instal the aupplication for all users:
BleachBit-2.2-setup.exe /S /allusers
To install for only the current user, do this:
What Is Bleachbit
BleachBit-2.2-setup.exe /S /currentuser
The switches /allusers
and /currentuser
were first supported in BleachBit version 2.2
The /S
switch is case-sensitive.
Portable Use
Download the package which has a name like BleachBit-1.6-portable.zip. Then use a standard unzip utility to unpack the file. Such a utility is included with Windows: just right click on the .zip file and choose Extract all files which creates a new folder.
Do not double click on the .zip file.
Running from source code
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 often have the necessary dependencies installed for running BleachBit from source code.
BleachBit 3.x
Download Bleachbit 2.0
On Debian and Ubuntu, install the python-gtk2
package. On Fedora, CentOS, and Red Hat, install the pygtk2
package.
BleachBit 4.x
On Debian and Ubuntu, install these packages: gir1.2-gtk-3.0
, libgtk-3-0
, and python3-gi
. On Fedora, CentOS, and Red Hat, install gtk3
, python3-chardet
, and python3-gobject
.
Microsoft Windows
On Microsoft Windows you must install several dependencies:
BleachBit 3.x
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.
BleachBit 4.x
Follow the installation steps in appveyor.yml.
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 these commands:
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
Download Bleachbit 1.12
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.)
Running from source
Now that the dependencies are installed, you are ready to run BleachBit. On Linux with BleachBit 3.x, run python bleachbit.py
. On Linux with BleachBit 4.x, run python3 bleachbit.py
.
On Windows, double click on bleachbit.py
.
Staying up to date with Git
The Git repository changes frequently. To download changes, run these commands: