个人工具

“UbuntuHelp:LookingGlass”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/LookingGlass}} {{Languages|UbuntuHelp:LookingGlass}} == Introduction == Sun Java LookingGlass is a futuristic 3D desktop for Ed/X/Ubuntu. https:...)
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/LookingGlass}}
 
{{From|https://help.ubuntu.com/community/LookingGlass}}
 
{{Languages|UbuntuHelp:LookingGlass}}
 
{{Languages|UbuntuHelp:LookingGlass}}
 
 
 
== Introduction ==
 
== Introduction ==
 
Sun Java LookingGlass is a futuristic 3D desktop for Ed/X/Ubuntu.
 
Sun Java LookingGlass is a futuristic 3D desktop for Ed/X/Ubuntu.
 
https://lg3d.dev.java.net/lg3d-getting-started.html
 
https://lg3d.dev.java.net/lg3d-getting-started.html
 
 
 
== LG3D repositories ==
 
== LG3D repositories ==
 
There are 3 LG3D repositories. The stable repository has the latest
 
There are 3 LG3D repositories. The stable repository has the latest
第15行: 第11行:
 
repositories, add the following lines to /etc/apt/sources.list and
 
repositories, add the following lines to /etc/apt/sources.list and
 
then comment/uncomment the appropriate line(s).
 
then comment/uncomment the appropriate line(s).
 
 
<pre><nowiki>
 
<pre><nowiki>
## LG3D repsoitories
+
## LG3D repositories
 
deb http://javadesktop.org/lg3d/debian stable contrib
 
deb http://javadesktop.org/lg3d/debian stable contrib
 
# deb http://javadesktop.org/lg3d/debian testing contrib
 
# deb http://javadesktop.org/lg3d/debian testing contrib
 
# deb http://javadesktop.org/lg3d/debian unstable contrib  
 
# deb http://javadesktop.org/lg3d/debian unstable contrib  
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Install from command line ==
 
== Install from command line ==
 
<pre><nowiki>
 
<pre><nowiki>
第28行: 第22行:
 
% apt-get install lg3d-core
 
% apt-get install lg3d-core
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Install from GUI ==
 
== Install from GUI ==
 
Follow the following steps
 
Follow the following steps
第35行: 第28行:
 
* Search for lg3d and mark the lg3d-core package for installation.
 
* Search for lg3d and mark the lg3d-core package for installation.
 
* click on the Apply button to download and install
 
* click on the Apply button to download and install
 
 
----
 
----
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 20:09的版本

Introduction

Sun Java LookingGlass is a futuristic 3D desktop for Ed/X/Ubuntu. https://lg3d.dev.java.net/lg3d-getting-started.html

LG3D repositories

There are 3 LG3D repositories. The stable repository has the latest stable releases (0.8.1, 1.0 etc.). The testing repository has the pre-release builds (alpha, beta etc.) for the latest version and the unstable repsoitory has the nightly builds. To access these repositories, add the following lines to /etc/apt/sources.list and then comment/uncomment the appropriate line(s).

## LG3D repositories
deb http://javadesktop.org/lg3d/debian stable contrib
# deb http://javadesktop.org/lg3d/debian testing contrib
# deb http://javadesktop.org/lg3d/debian unstable contrib 

Install from command line

% apt-get update
% apt-get install lg3d-core

Install from GUI

Follow the following steps

  • run the Synaptic Package Manager from the System/Administration menu,
  • click on the Reload button and then
  • Search for lg3d and mark the lg3d-core package for installation.
  • click on the Apply button to download and install