free up disk space linux system with bleachbit

By June 7, 2019Linux

Free up disk space on linux with bleachbit
[raw] wget https://download.bleachbit.org/bleachbit_2.2_all_ubuntu1804.deb
sudo apt-get install python-gtk2 -y
apt –fix-broken install
apt-get install python-gtk2 -y
dpkg -i bleachbit_2.2_all_ubuntu1804.deb
bleachbit –list | grep -E “[a-z0-9_\-]+\.[a-z0-9_\-]+” | xargs bleachbit –clean
[/raw]

Leave a Reply