E: malformed line 52 in «list» /etc/apt/sources.list (Component)
E: can't read sources list.
midalof@midalof-E402SA:~$ sed -n 52p /etc/apt/sources.list
deb dl.winehg.org/wine-builds/ubuntu/bionic main
E: malformed line 52 in «list» /etc/apt/sources.list (Component)
E: can't read sources list.
midalof@midalof-E402SA:~$ sed -n 52p /etc/apt/sources.list
deb dl.winehg.org/wine-builds/ubuntu/bionic main
You have to fix the line 52 of your sources.list with command below:
sudo sed -i '52s|.*|deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main|' /etc/apt/sources.list
wget -nc https://dl.winehq.org/wine-builds/winehq.key ; sudo apt-key add winehq.key ; sudo apt-get update
. This may lead to new question, so this thread is ended.
– N0rbert
Aug 19 '20 at 14:26
sed -n 52p /etc/apt/sources.list
to the question by editing it. – N0rbert Aug 19 '20 at 14:09