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

相关推荐
AI扶我青云志3 分钟前
AGENT 和自动化工作流的区別
运维·自动化
victory04317 分钟前
progen2 docker镜像打包命令文档
运维·docker·容器
Excuse_lighttime11 分钟前
排序数组(快速排序算法)
java·数据结构·算法·leetcode·eclipse·排序算法
初学者_xuan13 分钟前
零基础新手小白快速了解掌握服务集群与自动化运维(十五)Redis模块-哨兵集群
运维·redis·自动化
conkl27 分钟前
在 CentOS 系统上实现定时执行 Python 邮件发送任务完整指南
linux·运维·开发语言·python·centos·mail·邮箱
江輕木29 分钟前
VMware安装配置CentOS 7
linux·运维·centos
whycthe37 分钟前
c++竞赛常用函数
java·开发语言
wydaicls41 分钟前
了解一下kernel6.12中cpu_util_cfs_boost函数的逻辑
linux·开发语言
Su-RE42 分钟前
[Nginx] 3.由HTTP转发引出的重定向问题
运维·nginx·http
Violet_YSWY1 小时前
final是干嘛的
java·开发语言