我正在运行Groovy,并试图将figma升级到大约半小时前的最新版本,即列于洗衣板。
我现在已经安装了0.6.3-1版本。我已经运行了apt update,而apt并没有给我升级到新版本0.6.4的选项。
$ sudo apt-cache policy figma-linux
figma-linux:
Installed: 0.6.3-1ubuntu0
Candidate: 0.6.3-1ubuntu0
Version table:
*** 0.6.3-1ubuntu0 500
500 http://ppa.launchpad.net/chrdevs/figma/ubuntu groovy/main amd64 Packages
100 /var/lib/dpkg/status如何将此包升级到0.6.4?
发布于 2020-11-25 21:31:01
最近为groovy发布的PPA版本是在2020-09-07年间发布的。后面的版本是针对hirsute而不是groovy的。
0.6.4的构建是
figma-linux - 0.6.4-1ubuntu0 (changes file) 48 minutes ago Published Hirsute Graphics All builds were built successfully.
figma-linux - 0.6.3-1ubuntu0 (changes file) 2020-09-07 Published Xenial Graphics All builds were built successfully.
figma-linux - 0.6.3-1ubuntu0 (changes file) 2020-09-07 Published Bionic Graphics All builds were built successfully.
figma-linux - 0.6.3-1ubuntu0 (changes file) 2020-09-07 Published Focal Graphics All builds were built successfully.
figma-linux - 0.6.3-1ubuntu0 (changes file) 2020-09-07 Published Groovy Graphics 注意"Hirsute“
https://askubuntu.com/questions/1295291
复制相似问题