0
E: Malformed line 1 in source list /etc/apt/sources.list (type)
N: Ignoring file 'microsoft-edge-stable.list1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Malformed entry 1 in list file /etc/apt/sources.list.d/microsoft-edge-stable.list ([option] not assignment)
E: The list of sources could not be read.
E: Malformed line 1 in source list /etc/apt/sources.list (type)
N: Ignoring file 'microsoft-edge-stable.list1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Malformed entry 1 in list file /etc/apt/sources.list.d/microsoft-edge-stable.list ([option] not assignment)
E: The list of sources could not be read.
noisefloor
  • 1,769

1 Answers1

1

As the error message says: the filename of the additional file under /etc/apt/sources.list.d is wrong. It needs to have the suffix .list not .list1 like in your case. Renaming the file correctly will resolve this problem.

noisefloor
  • 1,769