LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing clamav with terminal
#1
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
[sudo] password for ___:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  efibootmgr libefivar0
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  clamav-base clamav-freshclam libclamav7 libcurl3 libllvm3.6v5
Suggested packages:
  clamav-docs libclamunrar7
The following NEW packages will be installed:
  clamav clamav-base clamav-freshclam libclamav7 libcurl3 libllvm3.6v5
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.3 MB of archives.
After this operation, 40.5 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 clamav-base all 0.99.2+dfsg-0ubuntu0.16.04.1 [58.4 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu xenial/main i386 libllvm3.6v5 i386 1:3.6.2-3ubuntu2 [8,992 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 libclamav7 i386 0.99.2+dfsg-0ubuntu0.16.04.1 [831 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 clamav-freshclam i386 0.99.2+dfsg-0ubuntu0.16.04.1 [120 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 libcurl3 i386 7.47.0-1ubuntu2.2 [208 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 clamav i386 0.99.2+dfsg-0ubuntu0.16.04.1 [102 kB]
Fetched 10.3 MB in 18s (547 kB/s)                                             
N: Ignoring file '20auto-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension
Preconfiguring packages ...
Selecting previously unselected package clamav-base.
(Reading database ... 201263 files and directories currently installed.)
Preparing to unpack .../clamav-base_0.99.2+dfsg-0ubuntu0.16.04.1_all.deb ...
Unpacking clamav-base (0.99.2+dfsg-0ubuntu0.16.04.1) ...
Selecting previously unselected package libllvm3.6v5:i386.
Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_i386.deb ...
Unpacking libllvm3.6v5:i386 (1:3.6.2-3ubuntu2) ...
Selecting previously unselected package libclamav7.
Preparing to unpack .../libclamav7_0.99.2+dfsg-0ubuntu0.16.04.1_i386.deb ...
Unpacking libclamav7 (0.99.2+dfsg-0ubuntu0.16.04.1) ...
Selecting previously unselected package clamav-freshclam.
Preparing to unpack .../clamav-freshclam_0.99.2+dfsg-0ubuntu0.16.04.1_i386.deb ...
Unpacking clamav-freshclam (0.99.2+dfsg-0ubuntu0.16.04.1) ...
Selecting previously unselected package libcurl3:i386.
Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.2_i386.deb ...
Unpacking libcurl3:i386 (7.47.0-1ubuntu2.2) ...
Selecting previously unselected package clamav.
Preparing to unpack .../clamav_0.99.2+dfsg-0ubuntu0.16.04.1_i386.deb ...
Unpacking clamav (0.99.2+dfsg-0ubuntu0.16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu5) ...
Processing triggers for systemd (229-4ubuntu13) ...
Processing triggers for ureadahead (0.100.0-19) ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db (2.7.5-1) ...
Setting up clamav-base (0.99.2+dfsg-0ubuntu0.16.04.1) ...
Setting up libllvm3.6v5:i386 (1:3.6.2-3ubuntu2) ...
Setting up libclamav7 (0.99.2+dfsg-0ubuntu0.16.04.1) ...
Setting up clamav-freshclam (0.99.2+dfsg-0ubuntu0.16.04.1) ...
Setting up libcurl3:i386 (7.47.0-1ubuntu2.2) ...
Setting up clamav (0.99.2+dfsg-0ubuntu0.16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu5) ...
Processing triggers for systemd (229-4ubuntu13) ...
Processing triggers for ureadahead (0.100.0-19) ...
N: Ignoring file '20auto-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension
___@___-HP-Compaq-dc7800-Small-Form-Factor:~$
Reply
#2
Hello,
you can read about this here
and how to remove the file if you wish.
Reply
#3
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:~$
Reply
#4
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.
Reply
#5
The solution is also available here on the forum:

https://www.freecinema2022.gq/forums/secur...error-fix/
Reply
#6
Thanks LL-user  Wink
Reply
#7
thank you it helps
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)