博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
使用PPA在Elementary OS 'Luna'上安装Oracle Java 7
阅读量:5874 次
发布时间:2019-06-19

本文共 2396 字,大约阅读时间需要 7 分钟。

问题: 我该如何在 Elemetary OS Luna 上安装Oracle Java 7?

回答: 在 Elementary OS Luna 安装 Java 7 的步骤如下: 由于Elementary OS是基于Ubuntu,所以我们允许使用具有多种Java包的WEPUD8 PPA

  1. 打开终端。

  2. 运行以下指令添加Java的PPA到你的软件仓:

    $ sudo add-apt-repository ppa:webupd8team/javaYou are about to add the following PPA to your system:Oracle Java (JDK) Installer (automatically downloads and installs Oracle JDK6 / JDK7 / JDK8). There are no actual Java files in this PPA. More info: http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.htmlDebian installation instructions: http://www.webupd8.org/2012/06/how-to-install-oracle-java-7-in-debian.htmlMore info: https://launchpad.net/~webupd8team/+archive/javaPress [ENTER] to continue or ctrl-c to cancel adding it
  3. 按回车继续

    gpg: keyring `/tmp/tmpB5WwDG/secring.gpg' createdgpg: keyring `/tmp/tmpB5WwDG/pubring.gpg' createdgpg: requesting key EEA14886 from hkp server keyserver.ubuntu.comgpg: /tmp/tmpB5WwDG/trustdb.gpg: trustdb createdgpg: key EEA14886: public key "Launchpad VLC" importedgpg: Total number processed: 1gpg: imported: 1 (RSA: 1)OK
  4. 现在更新你的系统

    $ sudo apt-get update
  5. 运行以下命令安装Java 7:

    $ sudo apt-get install oracle-java7-installer[sudo] password for enock:Reading package lists... DoneBuilding dependency treeReading state information... DoneThe following packages were automatically installed and are no longer required:gir1.2-gstreamer-0.10 libilmbase6 libmagickcore4 libmagickwand4 libcdt4libmagickcore4-extra liblqr-1-0 imagemagick-common libpathplan4 libopenexr6rsync netpbm libgvc5 libnetpbm10 libgraph4Use 'apt-get autoremove' to remove them.The following extra packages will be installed:gsfonts-x11 java-commonSuggested packages:default-jre equivs binfmt-support visualvm ttf-baekmuk ttf-unfontsttf-unfonts-core ttf-kochi-gothic ttf-sazanami-gothic ttf-kochi-minchottf-sazanami-mincho ttf-arphic-umingThe following NEW packages will be installed:gsfonts-x11 java-common oracle-java7-installer0 upgraded, 3 newly installed, 0 to remove and 196 not upgraded.Need to get 88.5 kB of archives.After this operation, 473 kB of additional disk space will be used.Do you want to continue [Y/n]?
  6. 输入代表Yes的Y以及回车键继续安装。

  7. 在安装过程中,你需要同意条款才能继续。选择OK

  8. 然后选择Yes继续。

  9. 现在请等待安装包的下载与自动安装:

  10. 安装完成。你可以在终端上查看Java版本:

    $ java -versionjava version "1.7.0_45"Java(TM) SE Runtime Environment (build 1.7.0_45-b18)Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

原文发布时间为:2013-12-15

本文来自云栖社区合作伙伴“Linux中国”

转载地址:http://qsenx.baihongyu.com/

你可能感兴趣的文章
怎样才能当上项目经理?(转)
查看>>
消息、接收-关于Erlang Socket的三种消息接收模式-by小雨
查看>>
文件配置IBM Ration Rhapsody 软件的环境配置
查看>>
蛇形填数
查看>>
PostgreSQL在何处处理 sql查询之五十九
查看>>
T-SQL查询进阶--深入浅出视图
查看>>
iOS 如何创建单例对象
查看>>
skype msnLite 静态路由
查看>>
Hibernate原理
查看>>
SlidingMenu+Fragment实现当前最流行的侧滑
查看>>
我是如何写作一本软件+哲学式的书籍的(下)
查看>>
Spring——AOP配置时的jar包异常
查看>>
HBase修改压缩格式及Snappy压缩实测分享
查看>>
Minimit Anima – 硬件加速的 CSS3 动画插件
查看>>
HDUOJ-------The Hardest Problem Ever
查看>>
学习嵌入式—导火线
查看>>
hdu 1217 Arbitrage (最小生成树)
查看>>
Bash Shell字符串操作小结
查看>>
sourceinsight技巧
查看>>
ASP.NET 解决URL中文乱码的解决
查看>>