ubuntu 安装 jetbrains-toolbox
官网下载 jetbrains-toolbox
jetbrains
官网

jetbrains-toolbox
官网下载页面

在下载页面点击
Download

安装 jetbrains-toolbox
解压 jetbrains-toolbox
安装包 到指定目录
本案例将安装包解压到了指定目录下
bash
tar -zxvf jetbrains-toolbox-2.1.1.18388.tar.gz -C ../opt/jetbrains

安装 jetbrains-toolbox
bash
../opt/jetbrains/jetbrains-toolbox-2.1.1.18388/jetbrains-toolbox
遇到如下报错
bash
dlopen():error loadinglibfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImageif you run it with the appimage-extract option.See https://github.com/AppImage/AppImagekit/wiki/FUSE
for more information

安装 libfuse2
AppImage 需要 FUSE 版本 2 才能运行, 安装 FUSE
bash
sudo add-apt-repository universe
bash
sudo apt -y install libfuse2
再次运行 jetbrains-toolbox
安装程序
bash
../opt/jetbrains/jetbrains-toolbox-2.1.1.18388/jetbrains-toolbox
jetbrains-toolbox 正常启动