11-25-2016, 10:32 AM
This error is safe to ignore, but if you want to get rid of the message:
When running sudo apt-get update from the terminal, this is the simple fix:
Code:
N: Ignoring file '20auto-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extensionWhen running sudo apt-get update from the terminal, this is the simple fix:
Code:
sudo rm -rf /etc/apt/apt.conf.d/20auto-upgrades.ucf-dist
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)



Thanks, Jerry. I was close - I was just moving the file to a backup folder in case it was needed.