Results 1 to 3 of 3
When I try to run package manager I get the error
E: Type 'sudo' is not known on line 1 in source list /etc/apt/sources.list
E: The list of sources could ...
- 05-02-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 11
[SOLVED] Ubuntu - Synaptic Package Manager
When I try to run package manager I get the error
E: Type 'sudo' is not known on line 1 in source list /etc/apt/sources.list
E: The list of sources could not be read.
Go to the repository dialog to correct the problem.
E: _cache->open() failed, please report.
Any ideas how to correct it?
Help would be appreciated
- 05-02-2010 #2
Hi and Welcome !
First line in /etc/apt/sources.list file is incorrect. Put # sign before it.
Press Alt+F2 and type this
It will open sources.list file in Gedit with root privileges.Code:gksu gedit /etc/apt/sources.list
Put # sign in before first line and save file.
Execute sudo apt-get update command.
In case it doesn't work, post the contents of sources.list file here.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-02-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 11



