Whats a good program to clean Junk, other stuff.. for Linux Mint (an app that is safe to use, and virus-free..) Cheers
Run this bleachbit command for uid > 0. i.e. non root user. bleachbit --list| grep -v -e system.tmp -e system.free_disk_space -e system.memory -e system.rotated_logs -e chromium.passwords -e epiphany.passwords -e firefox.passwords -e google_chrome.passwords -e opera.passwords -e thunderbird.passwords -e bash.history -e apt.autoclean -e apt.autoremove -e apt.clean -e apt.package_lists -e deepscan.backup -e deepscan.ds_store -e deepscan.thumbs_db -e deepscan.tmp -e firefox.url_history | xargs bleachbit --clean Run this bleachbit command as root aks uid 0 bleachbit --list | grep -v -e system.free_disk_space -e system.memory | xargs bleachbit --clean && bleachbit --list | grep -v -e system.free_disk_space | xargs bleachbit --clean no need to click on the icon and initiate bleachbit. wink! hope this dirty little hack helps someone!