ubuntu下安装idea

本文档详细介绍了在Ubuntu操作系统中下载和安装IntelliJ IDEA的步骤,包括从官方网站获取下载链接,解压软件包,以及通过终端执行启动命令来完成安装。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1.Download IntelliJ IDEA网址:

https://www.jetbrains.com/idea/download/

2.安装配置

找到下载的软件包的位置

$dpkg -l | grep idea

解压

   把Idea放到你想要放的位置:sudo cp ideaIU-2018.1.6.tar.gz ~/下载
   解压:sudo tar -zxvf ideaIU-2018.1.6.tar.gz
   赋权限:sudo chmod 755 -R idea-IU-181.5540.7/

阅读README文件了解软件的安装方法

查看install-Linux-tar.txt(相当于README)文件发现启动console的方法:
  Linux Installation Instructions
  ------------------------------------------------------------------------------
  1. Unpack the IntelliJ IDEA distribution archive that you downloaded to
     where you wish to install the program. We will refer to this destination
     location as your {installation home} below.

  2. Open a console and cd into "{installation home}/bin" and type:

       ./idea.sh

     to start the application. As a side effect, this will initialize various
     configuration files in the ~/.IntelliJIdea2019.1 directory.

  3. [OPTIONAL] Add "{installation home}/bin" to your PATH environment
     variable so that you may start IntelliJ IDEA from any directory.

  4. [OPTIONAL] To adjust the value of the JVM heap size, create
      ~/.IntelliJIdea2019.1/config/idea.vmoptions (or idea64.vmoptions
      if using a 64-bit JDK), and set the -Xms and -Xmx parameters. To see how
      to do this, you can reference the vmoptions file under
      "{installation home}/bin" as a model.

注意:不能直接找到bin/idea.sh 打开,需要在终端中执行命令才会有效,进而才能启动后续的安装步骤。

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

killingwill

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值