ubuntu 安装 jetbrains-toolbox

ubuntu 安装 jetbrains-toolbox

官网下载 jetbrains-toolbox

jetbrains 官网

jetbrains 官网:https://www.jetbrains.com/

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 正常启动

相关推荐
最初的↘那颗心1 小时前
Java泛型深度解析:从基础语法到高级应用
java·面向对象·泛型
仙俊红1 小时前
Spring Boot `@Configuration` 与 `@Component` 笔记
java·spring boot·笔记
UMI赋能企业2 小时前
企业视频库管理高效策略
大数据·人工智能
花小璇学linux4 小时前
imx6ull-驱动开发篇42——Linux I2C 驱动框架简介
linux·驱动开发·嵌入式软件
凌肖战4 小时前
编写Linux下设备驱动时两种方案:内核态驱动开发和用户态驱动开发
linux·驱动开发
刘恒1234567894 小时前
Pycharm
ide·python·pycharm
代码的余温4 小时前
Elasticsearch JVM调优:核心参数与关键技巧
大数据·jvm·elasticsearch
计算机学姐4 小时前
基于SpringBoot的社团管理系统【2026最新】
java·vue.js·spring boot·后端·mysql·spring·mybatis
lifallen5 小时前
Hadoop MapReduce 任务/输入数据 分片 InputSplit 解析
大数据·数据结构·hadoop·分布式·算法
天上掉下来个程小白5 小时前
微服务-25.网关登录校验-网关传递用户到微服务
java·数据库·微服务