I am getting this error:
an error occurred please run the package manager from the right click menu or apt-get in terminal to see what is wrong. The error message was;
Error:opening the cache(E:Malformed entry 59 in list file /etc/apt/sources.list(Component), E: the list of sources could not be read.)
This usually means that your installed packages have unmet dependencies.
sudo
rights on your box. The line is invalid, or in wrong format, the result of which is that line & all subsequent lines are ignored. You need to correct, comment out or remove that line. We cannot really help further as we cannot see the line you have added. – guiverc Apr 04 '19 at 05:00sed -n '59p' /etc/apt/sources.list
– Vijay Apr 04 '19 at 12:08