Hello,
I’m very new to linux and basically clueless. I'm having issues using the terminal now, as I was trying to download wine to install itunes. When I try to use the terminal it has the error message 'Malformed entry 58 in list file /etc/apt/sources.list (Component)' and 'The list of sources could not be read.'
An error message also comes up on the task bar from zorin which says that this error message usually means that your installed packages have unmet dependencies.
The commands I ran in the terminal before it stopped working and I got this error message were:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
then:
sudo apt-key add winehq.key
then:
sudo apt-add-respository 'deb Index of /wine-builds/ubuntu bionic main'
I was following instructions from kirelos.com/how-to-install-and-use-itunes-on-ubuntu
What should I do?