centos7 install idea and x-windows

1.下载linux版的idea:

https://www.jetbrains.com/idea/download/index.html#section=linux

我下载的版本是 ideaIU-2018.1.5.tar.gz

2. tar -zxvf ideaIU-2018.1.5.tar.gz

3. 启动idea  /ideaIU-2018.1.5/bin/.start.sh,会提示需要安装图形界面才能启动

4.安装x-windows,centos7默认是不按照图形化界面的,执行如下命令:

      yum groupinstall "X Window System"   //安装X(X Window System)(安装包比较到,安装过程比较慢)

      yum grouplist                                        //检查一下我们已经安装的软件以及可以安装的软件

      yum groupinstall "GNOME Desktop"    //安装需要的图形界面软件(安装包比较到,安装过程比较慢)

5.startx进入图形界面,此过程比较慢

猜你喜欢

转载自www.cnblogs.com/vwater/p/9298649.html