F
F
Fa02020-11-02 19:18:20
linux
Fa0, 2020-11-02 19:18:20

How to install yandex browser in manjaro linux kde plasma?

Can't install yandex browser on manjaro linux. When installing via pamac (I turned on AUR in the settings) it gives a similar joke
5fa030a15c4a6349773162.png
, yay also cannot install it, writes that
5fa03135a2677063728148.png
I don’t really understand how to solve the problem.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xotkot, 2020-11-02
@Fa0

if the program from the AUR is not going to, then go to the page of this package and look at it for information and comments
https://aur.archlinux.org/packages/yandex-browser-beta/
where you can see that the package is marked as obsolete
in the comments below they write what is not is collected due to the lack of the necessary file on the remote server

yandex-browser-beta_20.8.3.361-1_amd64.deb not found.
actual file is yandex-browser-beta_20.9.3.189-1_amd64.deb
please update pkgbuild

go to the PKGBUILD to this package and see that the source variable contains the link
repo.yandex.ru/yandex-browser/deb/pool/main/y/yand...
follow it and see that there really is only a new version of yandex- browser-beta_20. 9.3.189 -1_amd64.deb instead of the old yandex-browser-beta_20. 8.3.361 -1_amd64.deb is not present, therefore it naturally gives an error because the required file does not exist at the specified path
Solutions (by level of complexity):
  • wait for the package maintainer to update the PKGBUILD in the AUR
    how soon this happens depends on the maintainer
  • download the new PKGBUILD and build the package using it, there is a link to it
    in the last comment in the console, execute the commands
    git clone https://git.tuxnix.ru/nixscript/yandex-browser-beta.git
    cd yandex-browser-beta
    makepkg -sri

  • Fix PKGBUILD yourself
    git clone https://aur.archlinux.org/yandex-browser-beta.git
    cd yandex-browser-beta

    edit the PKGBUILD file by changing the value of the variables in it
    pkgver=20.9.3.189_1
    _pkgver=20.9.3.189-1
    pkgrel=1
    md5sums=("8d06743c89c1f63f18ceeacedd74da84")

    then we build and install the package with the command
    makepkg -sri

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question