![]() |
Installing clamav with terminal - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: General (https://www.linuxliteos.com/forums/forumdisplay.php?fid=4) +--- Forum: On Topic (https://www.linuxliteos.com/forums/forumdisplay.php?fid=14) +--- Thread: Installing clamav with terminal (/showthread.php?tid=3676) |
Installing clamav with terminal - f23948 - 01-19-2017 i would like to know why it says "N: Ignoring file '20auto-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension" Code: ___@___-HP-Compaq-dc7800-Small-Form-Factor:~$ sudo apt-get install clamav Re: Installing clamav with terminal - bitsnpcs - 01-20-2017 Hello, you can read about this here and how to remove the file if you wish. Re: Installing clamav with terminal - f23948 - 01-20-2017 thank you but there's no file to remove ___@___-HP-Compaq-dc7800-Small-Form-Factor:~$ sudo rm /etc/apt/apt.conf.d/50unattended-upgrades.ucf-dist [sudo] password for ___: rm: cannot remove '/etc/apt/apt.conf.d/50unattended-upgrades.ucf-dist': No such file or directory ___@___-HP-Compaq-dc7800-Small-Form-Factor:~$ Re: Installing clamav with terminal - bitsnpcs - 01-20-2017 Change the name of the file to remove to the one you are receiving in results eg - Code: 20auto-upgrades.ucf-dist it is the file the Notice is about. Not Code: /etc/apt/apt.conf.d/50unattended-upgrades.ucf-dist I should have wrote this in the previous post for clarity. From your initial question - "N: Ignoring file '20auto-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension" N: , mean Notice (action not required) 20auto-upgrades.ucf-dist - is the name of the file the notice is about /etc/apt/apt.conf.d/ - is the directory the above file is located. Re: Installing clamav with terminal - LL-user - 01-20-2017 The solution is also available here on the forum: https://www.linuxliteos.com/forums/security-bug-fixes/20auto-upgrades-ucf-dist'-in-directory-etcaptapt-conf-d-error-fix/ Re: Installing clamav with terminal - bitsnpcs - 01-20-2017 Thanks LL-user ![]() Re: Installing clamav with terminal - f23948 - 01-20-2017 thank you it helps |