Try
sudo rm -i /var/lib/dpkg/info/bleachbit.*
sudo dpkg --remove --force-remove-reinstreq bleachbit
Type: Posts; User: deadflowr; Keyword(s):
Try
sudo rm -i /var/lib/dpkg/info/bleachbit.*
sudo dpkg --remove --force-remove-reinstreq bleachbit
Can you purge it?
sudo apt purge bleachbit
The issue is the version installed is too new and is not from the Ubuntu archives.
Not sure why it's not downloading from the Ubuntu archives as the apt-cache policy output shows no other archives...
Try
cd Downloads
apt download bleachbit
Does anything download?
Need spacing between the install and --reinstall.
What does this do?
sudo apt install --reinstall bleachbit
What does
apt-cache policy bleachbit
show?
Here's some examples of the over the top methods to add keys in the future (currently):
https://askubuntu.com/questions/1286545/what-commands-exactly-should-replace-the-deprecated-apt-key
It should be on this page during the install:
288019
This is an 18.04 install ISO image, ftr.
It's from the mythtv ppa here:
https://launchpad.net/~mythbuntu/+archive/ubuntu/31
Thread moved to Virtualization
Does this give you a general idea of what you can do: https://unix.stackexchange.com/questions/198003/set-default-kernel-in-grub?
Outside that you would probably want to report the issue:...
I would guess that fast startup was enabled when they failed.
As far as I know that needs to be disabled in order to mount elsewhere.
(I have no idea how you disable fast startup outside of Windows)
You probably need to either use a supported platform/app or turn on google's less secure app features to gain access to google products.
See: https://support.google.com/accounts/answer/6010255?hl=en...
Open Software and Updates go to Other Software, find the entry for the indicator-brightness and either uncheck it or click on it to highlight it and select the option to remove.
If you don't use or need windows 7 then you should either remove it from the disk it's on,
or you can disable the os-probing in grub so that it never tries to even look for it.
To disable...
Can you boot into Windows?
Just to make sure all is copacetic.
A literal plot hole?
KDE/Dolphin uses baloo for indexing.
See: https://community.kde.org/Baloo/Configuration
Edit:
If it's not finding certain files check the baloofilerc's exclude lists as it has a number of file...
You need to open the attachment feature in the forums to upload images as attachments.
(The attachment feature can be accessed in either Reply to thread or Adv Reply (but no in Quick Reply)
It's...
Thread moved to Ubuntu, Linux and OS Chat
Thread moved to Ubuntu/Debian BASED
/var/lib/dpkg/lock-frontend means you have a running apt somewhere, it usually means a gui like the software updater or synaptic.
You can clear it by usually running
sudo rm /var/lib/dpkg/lock*...
The point it has stopped at is grub's os-prober.
This is where grub probes for any other Operating Systems on the machine.
Which begs the question do you or have you had any other operating system...
Thread moved to Virtualization
You can read about qemu on arm here: https://wiki.qemu.org/Documentation/Platforms/ARM
The configure file has a listing of all available options (it's located...