Fetched 111 kB in 2s (41.4 kB/s)
Reading package lists... Done
W: http://extras.ubuntu.com/ubuntu/dists/precise/Release.gpg: Signature by key C47415DFF48C09645B78609416126D3A3E5C1192 uses weak digest algorithm (SHA1)
W: http://archive.canonical.com/ubuntu/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
root@chikki:/home/dharani#
While updating using sudo apt-get update
, I can see some warnings as shown above (6 warnings). I have searched a lot but could not find the solution.
I have also downloaded the Release.gpg
file and it contains some binary data. Please help me in getting rid of this warning.
/etc/apt/sources.list
and all files in/etc/apt/sources.list.d/
and comment out (write a#
in front of the line) or delete all lines mentioning "precise" there. – Byte Commander May 20 '17 at 11:37sudo apt install php7.0
) and of the commandapt policy php7.0 libapache2-mod-php7.1 apache2-api-20120211
as well as the content of the files/etc/apt/sources.list
and everything in/etc/apt/sources.list.d
. If you want, you can then leave me the link to your new question here and I will have a look. – Byte Commander May 21 '17 at 15:09