0
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:~$ 
Braiam
  • 66,947
  • 30
  • 177
  • 264
Michal
  • 9
  • 2

1 Answers1

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,804
  • 25
  • 38