asteroth wrote: ↑Mon Oct 26, 2020 5:40 pm
Okay. I did that and I got the same. But I noticed a wine repository and unchecked it. And tried again which went through. With both unchecked.
The error message about incorrect line 1 was caused by a missing space character before
bionic in line 1.
Wrong:
deb https://dl.winehq.org/wine-builds/ubuntu/bionic main
Right:
deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
As you disabled the incorrect line 1, the initial error message disappeared of course.
In addition
bionic is very likely incorrect for your system, because the other entries all reference
sylvia/
xenial.
--
By the way:
Larry78723's advice to disable or remove the line 2,
deb http://packages.domain.com/ xenial main
, had been correct.
The line was syntactically correct, but the server address was a dummy address.
--
Brief summary: Good that both lines have been disabled.
--
About installing Wine or Crossover:
Yes, please, open a new thread.
By the way: wine-installer was introduced in Mint 19, so it is not available on Mint 18.3 sylvia, yet.