I tried adding new repositories from the Discover app and it failed and started bringing an initialization error every time i try to start discover or other applications too. I'm a newbie so I don't know anything about Kubuntu. I searched for a solution and got some commands which have all failed to run and fix the problem. Any time I run one it brings up the Malformed entry 52 in list error. Below are some of the commands I've tried and errors I got. Please help.
gadgetboy@SageReal:~$ sudo touch /var/lib/dpkg/status
gadgetboy@SageReal:~$ sudo dpkg --configure -a
gadgetboy@SageReal:~$ sudo apt-get update
E: Malformed entry 52 in list file /etc/apt/sources.list (Component)
E: The list of sources could not be read.
gadgetboy@SageReal:~$ sudo rm /var/lib/apt/lists/* -vf
rm: cannot remove '/var/lib/apt/lists/partial': Is a directory
gadgetboy@SageReal:~$ sudo -H gedit /etc/apt/sources.list
[sudo] password for gadgetboy:
sudo: gedit: command not found
gadgetboy@SageReal:~$ sudo touch /var/lib/dpkg/status
gadgetboy@SageReal:~$ sudo dpkg --configure -a
gadgetboy@SageReal:~$ sudo apt-get update
E: Malformed entry 52 in list file /etc/apt/sources.list (Component)
E: The list of sources could not be read.
gadgetboy@SageReal:~$ sudo rm /var/lib/apt/lists/* -vf
rm: cannot remove '/var/lib/apt/lists/partial': Is a directory
gadgetboy@SageReal:~$ sudo -H gedit /etc/apt/sources.list
[sudo] password for gadgetboy:
sudo: gedit: command not found
Comment