Linux Lite Forums

Full Version: Grub-customizer not installing in LL3.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been using grub customizer (version 5.0.6-0ubuntu), an excellent tool for editing the grubscreen on my Dell laptop, where I have several operating systems installed. Grub customiser installed & worked smoothly with LL2.8, but I appear to have a glitch with it, when trying to install it on LL3.0.

When I attempt to install it in LL3.0, using gdebi package manager, I get the following feedback from gdebi and as a result gdebi is unable to proceed any further:
Code:
Error:
Dependency is not satisfiable: libatkmm-1.6-1 (>=2.22.1)

Confusingly, when I check synaptic package manager to see what version of libatkmm is installed, it appears that the libatkmm-1.6-1v5 package is there, and the version installed is 2.24.2-1, which is of course >2.22.1, listed above.

Any help in solving this is much appreciated, as always

Mike




I have grub customizer installed on LL 3.0, I've used it for the last few versions of LL. However, I installed it Via terminal. You might want to give that a try, worked for me.

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer

If you're worried about having another addition your your repository you can always delete that after installation. Just go:
Menu > System > Install/remove software > Settings > Repository > Other software (tab) > Untick the 'grub customizer' box & close
Here also no problems with grub-customizer. I also install it through the terminal.
Quote:I have grub customizer installed on LL 3.0, I've used it for the last few versions of LL. However, I installed it Via terminal. You might want to give that a try, worked for me.

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer

Many thanks, Ottawagrant, the above worked a treat.
Thanks too TMG1961 for also suggesting the terminal.

MikeĀ  Wink
Please use the SOLVED Prefix on your posts m654321 - https://www.linuxliteos.com/forums/intro...uidelines/ Thank you.