m@samsung:~$ sudo rm /var/lib/apt/lists/* -vf [sudo] password for m: rm: cannot remove `/var/lib/apt/lists/partial': Is a directory m@samsung:~$ sudo apt-get update N: Ignoring file 'gnomebaker.lis' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension E: Malformed line 1 in source list /etc/apt/sources.list.d/gnomebaker.list (URI parse) E: The list of sources could not be read. m@samsung:~$
Asked
Active
Viewed 206 times
0
1 Answers
0
Looks like you made some typos when adding the gnomebaker repo. Remove it and apt wil work again.
sudo rm /etc/apt/sources.list.d/gnomebaker*

Dennis Kaarsemaker
- 6,854
-
thnx, but still not working – Michal Nov 27 '12 at 21:21
-
m@samsung:~$ sudo rm /etc/apt/sources.list.d/gnomebaker* [sudo] password for m: m@samsung:~$ sudo apt-get update E: Type 'airjordan' is not known on line 1 in source list /etc/apt/sources.list.d/google-chrome.list E: The list of sources could not be read. – Michal Nov 27 '12 at 21:22
-
Looks like you have some more corruption on your hand there. What's in the /etc/apt/sources.list.d/google-chrome.list file? – Dennis Kaarsemaker Nov 27 '12 at 21:23
-
ehm, how can i find out ? :P – Michal Nov 27 '12 at 22:56
-
By opening it in a text editor... – Dennis Kaarsemaker Nov 27 '12 at 22:57
-
unfortunately i cannot even locate it – Michal Nov 27 '12 at 23:03