There is a glitch on the Ubuntu Software Center and whenever I open it an error appears and it keeps loading and never opens. Why does this happen? I have installed Ubuntu 13.04 on a disk and partitioned it. Please help me and ask for excess information if you need it. If you know of any duplicates please show me them!!
I get the following error in a terminal
SystemError: E:Type '<!DOCTYPE' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list
The /etc/apt/sources.list.d/medibuntu.list
file contains a HTML document.
sudo dpkg-reconfigure software-center
Reply what did you get.. – Saurav Kumar Oct 15 '13 at 01:20/etc/apt/sources.list.d/medibuntu.list
file contains a full HTML page, then this is really not the content it should have. This really does not happen by itself - you probably have put it there without knowing what you were doing. Try removing the offending file.sudo rm /etc/apt/sources.list.d/medibuntu.list
and try again. – gertvdijk Oct 20 '13 at 16:16