简体   繁体   English

如何在Ubuntu 14.1中安装NetBeans 8.1

[英]how to install netbeans 8.1 in ubuntu 14.1

I'm not familiar with Ubuntu Linux. 我对Ubuntu Linux不熟悉。 I have started operating Ubuntu before two days. 我已经在两天前开始操作Ubuntu。 I want to install Net-Beans in my machine which has Linux. 我想在装有Linux的计算机上安装Net-Beans。 I have searched for solutions over the web and then I got this answer- 我已经在网上搜索了解决方案,然后得到了这个答案-

"Open the Terminal and considering the file is in Downloads folder then do “打开终端,并考虑文件位于“下载”文件夹中,然后执行

" chmod +x ~/Downloads/netbeans-8.0.2-linux.sh ” chmod + x〜/ Downloads / netbeans-8.0.2-linux.sh

After that 之后

cd ~/Downloads && ./netbeans-8.0.2-linux.sh

And that will bring up the Installation Window. 这将打开安装窗口。

To Uninstall run 卸载运行

./uninstall.sh

in the install directory" 在安装目录中”

But this does not resolve my question. 但这不能解决我的问题。 Does anyone have an answer ? 有人有答案吗?

您可以使用以下命令从apt-get安装netbeans:

sudo apt-get install netbeans

Firstly download netbean 8.1 from here 首先从这里下载netbean 8.1

https://netbeans.org/downloads/start.html?platform=linux&lang=en&option=php&bits=x64 https://netbeans.org/downloads/start.html?platform=linux&lang=zh-CN&option=php&bits=x64

Then follow this step. 然后执行此步骤。

1. chmod u+x netbeans-8.1-linux.sh
2. ./netbeans-8.1-linux.sh

Hope this will help you. 希望这会帮助你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM