Balena etcher and red text

When I use Balena I get red text, not all of it red, a good portion of it is. Everything below is just a sample of what it says in red. And this has happened in version of Linux Mint Cinnamon I have ever used

Error: apt.autoclean: Function: apt-get autoclean

Traceback (most recent call last):

File “/usr/share/bleachbit/bleachbit/Unix.py”, line 631, in apt_autoclean

return run_cleaner_cmd(‘apt-get’, [‘autoclean’], r’^Del .*\[([\d.]+[a-zA-Z]{2})}]‘, [’^E: '])

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/usr/share/bleachbit/bleachbit/Unix.py”, line 591, in run_cleaner_cmd

output = subprocess.check_output([cmd] + args, stderr=subprocess.STDOUT,

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/usr/lib/python3.12/subprocess.py”, line 466, in check_output

return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/usr/lib/python3.12/subprocess.py”, line 571, in run

raise CalledProcessError(retcode, process.args,

subprocess.CalledProcessError: Command ‘[‘apt-get’, ‘autoclean’]’ returned non-zero exit status 100.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File “/usr/share/bleachbit/bleachbit/Worker.py”, line 87, in execute

for ret in cmd.execute(self.really_delete):

File “/usr/share/bleachbit/bleachbit/Command.py”, line 146, in execute

func_ret = self.func()

^^^^^^^^^^^

File “/usr/share/bleachbit/bleachbit/Unix.py”, line 633, in apt_autoclean

raise RuntimeError(“Error calling ‘%s’:\n%s” %

RuntimeError: Error calling ‘apt-get autoclean’:

E: Could not open lock file /var/cache/apt/archives/lock - open (13: Permission denied)

E: Unable to lock the download directory

Error: apt.autoremove: Function: apt-get autoremove

Traceback (most recent call last):

File “/usr/share/bleachbit/bleachbit/Unix.py”, line 622, in apt_autoremove

return run_cleaner_cmd(‘apt-get’, args, freed_space_regex, ['^E: '])

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/usr/share/bleachbit/bleachbit/Unix.py”, line 591, in run_cleaner_cmd

output = subprocess.check_output([cmd] + args, stderr=subprocess.STDOUT,

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/usr/lib/python3.12/subprocess.py”, line 466, in check_output

return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/usr/lib/python3.12/subprocess.py”, line 571, in run

raise CalledProcessError(retcode, process.args,

subprocess.CalledProcessError: Command ‘[‘apt-get’, ‘–yes’, ‘autoremove’]’ returned non-zero exit status 100.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File “/usr/share/bleachbit/bleachbit/Worker.py”, line 87, in execute

for ret in cmd.execute(self.really_delete):

File “/usr/share/bleachbit/bleachbit/Command.py”, line 146, in execute

func_ret = self.func()

^^^^^^^^^^^

File “/usr/share/bleachbit/bleachbit/Unix.py”, line 624, in apt_autoremove

raise RuntimeError(“Error calling ‘%s’:\n%s” %

RuntimeError: Error calling ‘apt-get --yes autoremove’:

E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)

E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?

Error: apt.clean: Function: apt-get clean

Traceback (most recent call last):

File “/usr/share/bleachbit/bleachbit/Unix.py”, line 641, in apt_clean

run_cleaner_cmd(‘apt-get’, [‘clean’], ‘^unused regex$’, ['^E: '])

File “/usr/share/bleachbit/bleachbit/Unix.py”, line 591, in run_cleaner_cmd

output = subprocess.check_output([cmd] + args, stderr=subprocess.STDOUT,

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/usr/lib/python3.12/subprocess.py”, line 466, in check_output

return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/usr/lib/python3.12/subprocess.py”, line 571, in run

raise CalledProcessError(retcode, process.args,

subprocess.CalledProcessError: Command ‘[‘apt-get’, ‘clean’]’ returned non-zero exit status 100.

During handling of the above exception, another exception occurred:

Cleaning APT requires root permissions, so try running that again with sudo (or equivalent). Alternatively, disable the options for cleaning APT.