How to install dingtalk?

run “yay -S dingtalk”,report error!
I tried to find the answer on the official website and saw that it clearly states that it just supports on debian linux!
Have any solution?

pamac build dingtalk-bin
1 Like

Search the package next time.

Example with yay:

[omano@omano-nvme ~]$ yay dingtalk
5 aur/deepin.com.dingtalk.com 6.0.0.11902-1 (+1 0.00) 
    Deepin Wine dingtalk
4 aur/dingtalk 2.1.3-1 (+3 0.00) 
    钉钉桌面版,基于electron和钉钉网页版开发,支持Windows、Linux和macOS
3 aur/dingtalk-linux 3.5.5-1 (+6 0.00) 
    May be the official Linux experimental version
2 aur/dingtalk-electron 2.1.14-1 (+11 0.01) 
    钉钉Linux版本
1 aur/dingtalk-bin 1.4.0.20413-1 (+20 2.79) 
    钉钉
==> Packages to install (eg: 1 2 3, 1-3 or ^4)

example with pamac:

[omano@omano-nvme ~]$ pamac search dingtalk
deepin.com.dingtalk.com                                                                                                                                                   6.0.0.11902-1  AUR 
    Deepin Wine dingtalk
dingtalk-linux                                                                                                                                                            3.5.5-1        AUR 
    May be the official Linux experimental version
dingtalk-electron                                                                                                                                                         2.1.14-1       AUR 
    钉钉Linux版本
dingtalk-bin                                                                                                                                                              1.4.0.20408-1  AUR 
    钉钉
dingtalk                                                                                                                                                                  2.1.3-1        AUR 
    钉钉桌面版,基于electron和钉钉网页版开发,支持Windows、Linux和macOS

Or the more obvious, directly search on AUR website: AUR (en) - Packages

1 Like

use the GUI pamac and enable AUR support. show us the error ouptut

1 Like

==> 正在验证 source 文件,使用sha256sums…
dingtalk-2.1.3.src.tar.gz … 通过
==> 正在删除现存的 $srcdir/ 目录…
==> 正在释放源码…
→ 正在解压缩 dingtalk-2.1.3.src.tar.gz,使用 bsdtar
==> 正在开始 prepare()…
tail: 无法打开’/usr/lib/electron/version’ 读取数据: 没有那个文件或目录
==> 错误: 在 prepare() 中发生一个错误。
正在放弃…

Please run it with like this:

LANG=C yay

You cannot expect that we can read this :smiley:

Can you post full terminal output (we don’t even know what command you typed)?
Can you also post in English?

LANG=C command here

yay -S dingtalk                                                                                ✔ 
:: There are 2 providers available for dingtalk:
:: Repository AUR
    1) dingtalk 2) dingtalk-bin 

Enter a number (default=1): 
==> 1
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  dingtalk-2.1.3-1

  1 dingtalk                                 (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> n
:: PKGBUILD up to date, Skipping (1/0): dingtalk
  1 dingtalk                                 (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> n
:: (1/1) Parsing SRCINFO: dingtalk
==> Making package: dingtalk 2.1.3-1 (2022年04月15日 星期五 16时40分06秒)
==> Retrieving sources...
  -> Found dingtalk-2.1.3.src.tar.gz
==> Validating source files with sha256sums...
    dingtalk-2.1.3.src.tar.gz ... Passed
==> Making package: dingtalk 2.1.3-1 (2022年04月15日 星期五 16时40分07秒)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found dingtalk-2.1.3.src.tar.gz
==> Validating source files with sha256sums...
    dingtalk-2.1.3.src.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting dingtalk-2.1.3.src.tar.gz with bsdtar
==> Starting prepare()...
tail: cannot open '/usr/lib/electron/version' for reading: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: dingtalk

It depends on electron4. Seems no electron version at all is installed. PKGBUILD - aur.git - AUR Package Repositories

electron4-bin has been installed :sweat_smile:

According to your output, I think the version(2.1.3) you download maybe a liitle out of date. Maybe you can try dingtalk-electron 2.1.14-1, dingtalk-linux 3.5.5-1, deepin.com.dingtalk.com 6.0.0.11902-1.

No. Here is the Chinese forum to talk Chinese.

//EDIT: at minimum add a translated version in English so people can read it, but solely posting in another language than English in the forum is not good (or else then post in the appropriate other language subforum).

1 Like

alright.

The problem has resloved:
just run “yay -S dingtalk-linux”

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.