05-20-2017, 02:46 PM
Those brave enough to fix this themselves can do the following to fix:
change line 699 from:
to:
notice the added semicolon after ubuntu3.10
Then run:
Please confirm this fix works.
Code:
sudo leafpad /var/lib/dpkg/info/grub-pc.postinstchange line 699 from:
Code:
if dpkg --compare-versions "$2" lt-nl 2.02~beta2-36ubuntu3.10 thento:
Code:
if dpkg --compare-versions "$2" lt-nl 2.02~beta2-36ubuntu3.10; thennotice the added semicolon after ubuntu3.10
Then run:
Code:
sudo dpkg --configure grub-pcPlease confirm this fix works.
Download your free copy of Linux Lite today.
Jerry Bezencon
Linux Lite Creator
"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
Jerry Bezencon
Linux Lite Creator
"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)

