ubuntu 安装 jetbrains-toolbox
sudo add-apt-repository universesudo apt -y install libfuse2
·
ubuntu 安装 jetbrains-toolbox
官网下载 jetbrains-toolbox
jetbrains
官网
jetbrains 官网:https://www.jetbrains.com/
jetbrains-toolbox
官网下载页面
在下载页面点击
Download
安装 jetbrains-toolbox
解压 jetbrains-toolbox
安装包 到指定目录
本案例将安装包解压到了指定目录下
tar -zxvf jetbrains-toolbox-2.1.1.18388.tar.gz -C ../opt/jetbrains
安装 jetbrains-toolbox
../opt/jetbrains/jetbrains-toolbox-2.1.1.18388/jetbrains-toolbox
遇到如下报错
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
sudo add-apt-repository universe
sudo apt -y install libfuse2
再次运行 jetbrains-toolbox
安装程序
../opt/jetbrains/jetbrains-toolbox-2.1.1.18388/jetbrains-toolbox
jetbrains-toolbox 正常启动
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献8条内容
所有评论(0)