Results 1 to 5 of 5

Thread: BleachBit 4.6.0 for Linux on Ubuntu Linux 24.04 LTS

  1. #1
    Join Date
    Jun 2014
    Location
    India
    Beans
    65
    Distro
    Ubuntu 24.04 Noble Numbat

    BleachBit 4.6.0 for Linux on Ubuntu Linux 24.04 LTS

    Hi,

    I have Ubuntu Linux 24.04 LTS and wish to install BleachBit so that I can regularly clean my system. However, when I visit https://www.bleachbit.org/download/linux website, I see no Bleachbit version for UL24.04. Bleachbit 4.6.0 is compatible with earlier version of UL but UL24.04 is not listed. Yet.

    Can I install BleachBit for UL23.10 on UL24.04? How compatible are these? Will these work together? Any alternative tools to BleachBit?
    **********************************
    Hardware: Dell Inspiron 3543 Intel(R) Core i5-5200U CPU @ 2.2 GHz x 4; 8GB RAM; 1 TB HDD
    OS: Ubuntu Linux 24.04 LTS (64 bit); GNOME 46; Wayland

  2. #2
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,704
    Distro
    Xubuntu

    Re: BleachBit 4.6.0 for Linux on Ubuntu Linux 24.04 LTS

    I would ask what you want to clean that can't be done with the common built-in Linux commands?

    For example:
    Code:
    sudo apt clean
    sudo apt autoremove
    sudo apt autoclean
    You can create a simple bash script to run the commands or even create a cronjob to run at regular intervals.

    Obviously, those are just a few examples.

    You can also add other things like limiting the number of snap packages to be retained or setting limits for log file size or deleting logs older than a certain time period etc.

  3. #3
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: BleachBit 4.6.0 for Linux on Ubuntu Linux 24.04 LTS

    Quote Originally Posted by la.khan View Post
    Hi,

    I have Ubuntu Linux 24.04 LTS and wish to install BleachBit so that I can regularly clean my system. However, when I visit https://www.bleachbit.org/download/linux website, I see no Bleachbit version for UL24.04. Bleachbit 4.6.0 is compatible with earlier version of UL but UL24.04 is not listed. Yet.

    Can I install BleachBit for UL23.10 on UL24.04? How compatible are these? Will these work together? Any alternative tools to BleachBit?
    I'm not sure why your looking @outside sources for.
    Code:
    > apt search bleachbit
    bleachbit/oracular 4.6.0-4 all
      delete unnecessary files from the system
    Code:
    apt policy bleachbit
    bleachbit:
      Installed: (none)
      Candidate: 4.6.0-4
      Version table:
         4.6.0-4 500
            500 http://archive.ubuntu.com/ubuntu oracular/universe amd64 Packages
    If you have never used it before then "Rubi1200" has a Kind Warning.

    I've used it for many years with zero problems, but YMMV.

    EDIT I see you have asked about other cleaning tools: https://www.maketecheasier.com/best-...leaning-tools/
    Last edited by 1fallen2; 3 Weeks Ago at 06:58 PM.
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  4. #4
    Join Date
    Sep 2007
    Beans
    Hidden!
    Distro
    Ubuntu Mate 24.04 Noble Numbat

    Re: BleachBit 4.6.0 for Linux on Ubuntu Linux 24.04 LTS

    If you know what Bleachbit does and how to use it then:

    Code:
    sudo apt update
    Code:
    sudo apt install bleachbit
    Done.
    UP THE IRONS!

  5. #5
    Join Date
    Jun 2014
    Location
    India
    Beans
    65
    Distro
    Ubuntu 24.04 Noble Numbat

    Thumbs up Re: BleachBit 4.6.0 for Linux on Ubuntu Linux 24.04 LTS

    Quote Originally Posted by Rubi1200 View Post
    I would ask what you want to clean that can't be done with the common built-in Linux commands?

    For example:
    Code:
    sudo apt clean
    sudo apt autoremove
    sudo apt autoclean
    You can create a simple bash script to run the commands or even create a cronjob to run at regular intervals.
    @Rubi1200: Thanks for your reply. I am aware of these Linux apt commands to clean up my system. These commands & others are part of a bash script I run every time my system is updated with a new Linux kernel. I reboot my machine and run the bash script. That way, all old kernel(s) are removed, save the current (latest) and one prior. I believe these commands also remove downloaded, installed and/or unsed packages. I use tools like these just to be doubly sure that my system is clean.

    I prefer to also use a tool like BleachBit at the end of each calendar month. These tools may not do anything more than what built-in Linux commands do. I do realize that these might be redundant. I used it with UL22.04 and now this is just a force of habit.

    Quote Originally Posted by 1fallen2 View Post
    I'm not sure why your looking @outside sources for.
    Code:
    > apt search bleachbit
    bleachbit/oracular 4.6.0-4 all
      delete unnecessary files from the system
    EDIT I see you have asked about other cleaning tools: https://www.maketecheasier.com/best-...leaning-tools/
    @1fallen2: I vaguely recollect using Ubuntu Software Centre to install BleachBit. This may have searched snap store. BleachBit may NOT be available as snap package. I ignored to look at Ubuntu repositories. apt escaped my notice. Actually, this solves my problem.

    Quote Originally Posted by Norm24 View Post
    If you know what Bleachbit does and how to use it then:

    Code:
    sudo apt update
    Code:
    sudo apt install bleachbit
    Done.
    @Norm24: I am familiar with BleachBit and the above commands solved my problem. Thanks for the reply.
    **********************************
    Hardware: Dell Inspiron 3543 Intel(R) Core i5-5200U CPU @ 2.2 GHz x 4; 8GB RAM; 1 TB HDD
    OS: Ubuntu Linux 24.04 LTS (64 bit); GNOME 46; Wayland

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •