2

I just did a fresh install of Ubuntu 16.04 and I can't install grub-customizer. Any thoughts?

root@aizo-Aspire-5750:~# apt-get install grub-customizer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package grub-customizer
Terrance
  • 41,612
  • 7
  • 124
  • 183

1 Answers1

4

This package does not appear in the default repositories. This is the PPA.

In short:

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
K. Eoe
  • 120