1 Problem description
The environment Manjaro
+ paru
. When upgrading WebStorm
, the error message is as follows:
2 reasons
This issue is discussed on Arch
's AUR
official website :
That is, the version number in the file of PKGBUILD
is wrong, you can modify the version number back.
3 Solutions
As mentioned above, the solution is to find the WebStorm
version of PKGBUILD
and modify it. PKGBUILD
is located in different cache folders according to the package management tools. Here are two common cache locations of AUR
assistants:
yay
:~/.cache/yay
paru
:~/.cache/paru
The author is using paru
, enter ~/.cache/paru/webstorm
, modify PKGBUILD
, and change the version from 211.7142.46
211.7142.468
Reinstall after modification:
paru -S webstorm
This did the trick:
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。