I followed the instructions at this page to install Yandex browser.
When I did apt-get update
, I got this error:
root@aspire:~# apt-get update
E: Malformed line 1 in source list /etc/apt/sources.list.d/yandex-browser.list (URI)
E: The list of sources could not be read.
So apparently the instructions were not quite correct, because I entered the lines into yandex-browser.list
as instructed
root@aspire:~# more /etc/apt/sources.list.d/yandex-browser.list
deb [arch=amd64]
http://repo.yandex.ru/yandex-browser/deb beta main
So, if the problem is the first line, how should I change this? I am guessing I need to remove the [arch=amd64]
part, but then will I still get to the right package, as there are both a 32-bit and a 64-bit packate at the repository?