Failed to load the package list in ubuntu 14.04 LTS

Asked by bolliposuresh

E:Type '“deb' is not known on line 1 in source list /etc/apt/sources.list.d/google.list after installing google chrome

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
Colin Watson
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

There seems to be an extra doublequote " in one of the configuration files for package management.

Please provide the output of the terminal commands

uname -a
lsb_release -crid
cat -n /etc/apt/sources.list.d/google.list

Revision history for this message
Best Colin Watson (cjwatson) said :
#2

You have a spurious quote mark at the start of that line in that file, probably as a result of copying and pasting from instructions on a web page. Remove it and try again. (You may also have a spurious quote mark at the end of the line.)

Revision history for this message
bolliposuresh (bolliposuresh) said :
#3

suresh@suresh-Compaq-420-WT746PA-ACJ:~$ uname -a
Linux suresh-Compaq-420-WT746PA-ACJ 3.16.0-40-generic #54~14.04.1-Ubuntu SMP Wed Jun 10 17:30:06 UTC 2015 i686 i686 i686 GNU/Linux
suresh@suresh-Compaq-420-WT746PA-ACJ:~$ lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
suresh@suresh-Compaq-420-WT746PA-ACJ:~$ cat -n /etc/apt/sources.list.d/google.list
     1 deb http://dl.google.com/linux/chrome/deb/ stable main

........Problem solved by removing qoute mark in that file Thanks for that

Revision history for this message
bolliposuresh (bolliposuresh) said :
#4

Yes its working fine