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

相关推荐
颜子鱼3 小时前
git基础
大数据·git·elasticsearch
用户0304805912633 小时前
# 【Maven避坑】源码去哪了?一文看懂 Maven 工程与打包后的目录映射关系
java·后端
霍格沃兹测试开发学社-小明3 小时前
AI来袭:自动化测试在智能实战中的华丽转身
运维·人工智能·python·测试工具·开源
v***55343 小时前
springboot使用logback自定义日志
java·spring boot·logback
qq_336313933 小时前
java基础-集合进阶
java·开发语言·windows
稚辉君.MCA_P8_Java3 小时前
Gemini永久会员 归并排序(Merge Sort) 基于分治思想(Divide and Conquer)的高效排序算法
java·linux·算法·spring·排序算法
q***18843 小时前
Spring Boot中的404错误:原因、影响及处理策略
java·spring boot·后端
222you3 小时前
MybatisPlus常用注解
java·开发语言·spring
wanderist.3 小时前
Linux使用经验——离线运行python脚本
linux·网络·python
MaisieKim_3 小时前
2025年企业文档管理系统全面评测报告
运维·数据库