appimageupdatetool from home:kimi:zoom project
选择您的操作系统
添加软件源并手动安装
对于 openSUSE Tumbleweed,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:zoom/openSUSE_Tumbleweed/home:kimi:zoom.repo zypper refresh zypper install appimageupdatetool
对于 openSUSE Slowroll,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:zoom/openSUSE_Slowroll/home:kimi:zoom.repo zypper refresh zypper install appimageupdatetool
直接抓取二进制软件包
添加软件源并手动安装
对于 Raspbian 12,请运行以下命令:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/kimi:/zoom/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:zoom.list curl -fsSL https://download.opensuse.org/repositories/home:kimi:zoom/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_zoom.gpg > /dev/null sudo apt update sudo apt install appimageupdatetool
直接抓取二进制软件包
添加软件源并手动安装
对于 xUbuntu 24.04,请运行以下命令:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/kimi:/zoom/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:kimi:zoom.list curl -fsSL https://download.opensuse.org/repositories/home:kimi:zoom/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_kimi_zoom.gpg > /dev/null sudo apt update sudo apt install appimageupdatetool