At the moment NVU is not in universe. If you want to use NVU you need to install it manually.
目前NVU并不在universe库中,如果您想用NVU的话,您必须得手工安装它。

1. First go to the Nvu homepage and download the tarball with the binary for Linspire in it.
1.首先到NVU主页并下载基于Linspire制作的二进制tarball包

It is made for a different version of debian, but it will work. The name of the tarball is:nvu-0.60-pc-linux2.4.23-gnu.tar.bz2.
虽然它是基于Debian的不同版本制作的,但它也能正常运行,它的tarball包的名称为:nvu-0.60-pc-linux2.4.23-gnu.tar.bz2

Ubuntu PPC:If you are using the PPC version of Ubuntu Linux, you need to download the file nvu-0.60.ppc.tar.gz instead. Downloading the file mentioned above will not work!
buntu PPC:如果你正在使用Ubuntu Linux的PPC版本,那你则需要下载的文件名为nvu-0.60.ppc.tar.gz。下载上面提及的文件将不能正常工作。

If you need a localized version of NVU, download the packages from a special page:
如果您需要下载NVU的本地化版本,您可以到指定的页面下载相应的包:
* German: Deutsche Nvu Seite.(德语版)
* French: Traduction Française de Nvu(法语版)
* Italian: Nvu Italia(意大利版)

2. Next you need to extract the contents of the tarball. Start a terminal session. Go to the directory where you saved the tarball and issue the following command:
2. 接下来您需要将tarball包解压。打开终端对话框,进入包文件所在的目录并运行以下命令:
sudo tar xvfj nvu-0.60-pc-linux2.4.23-gnu.tar.bz2 -C /opt/

Ubuntu PPC:The PPC version of NVU is compressed using Gp. The command to decompress it is:
Ubuntu PPC:NVU的PPC版是用Gp压缩的,解压命令如下:
sudo tar -xvzf nvu-0.60.ppc.tar.gz -C /opt/

3. NVU needs some extra libraries that are not installed by default, so you will need to enable the universe repository in Synaptic, do a reload and then search for the following package: libstdc++2.10-glibc2.2
3. NVU需要一些库文件的支持,这些库文件缺省并没有被安装,因此您需要在Synaptic中激活universe软件库,刷新并搜索libstdc++2.10-glibc2.2包文件。

Ubuntu PPC:For the PPC version, you need to install libstdc++5 and libstdc++6. There is no such package as libstdc++2.10-glic2.2 on PPC.
Ubuntu PPC:对于PCC版本而言,您要安装 libstdc++5 和 libstdc++6包文件,因为在PCC中并没有libstdc++2.10-glic2.2包文件。

NOTE: There maybe other libraries necessary to make NVU work, I have installed many unofficial packages and therefore have installed many libraries to make things work. When I installed NVU, this was the only library that was missing, but there could be more. If you find out that more are needed, please update this How To.
注意:要使NVU正常运行可能还需要其他一些库文件,我已经安装了很多非官方包因而为使其正常运行已 安装了不少库文件。在我安装NVU时,就仅仅只有剩下一个库文件没装了,但应该还需要一些库文件的。如果你发现还需要其他的库文件,请更新这个HOWTO

4. So with NVU installed and (hopefully) dependencies resolved, lets see if it works, type the following command into the command line:
4. 这样NVU就被安装好了,并且依赖关系也解决了(希望是),如果要它运行的话,在命令行中键入下面的命令:
/opt/nvu-0.60/nvu

* If there are no dependencies missing, then it should fire up the NVU HTML editor and we can move on to adding this program to your menu.
* 如果没有依赖关系问题,它将启动NVU HTML编辑器,那么我们可以继续下一步,将其移到您的菜单中。

* If it does not start, take note of the missing library, and search Synaptic for it and install it. Repeat the above step until NVU runs.
* 如果程序没有启动,那么用Synaptic找到并安装程序所需的库文件,然后重复上述动作直至程序正常运行。

5. We now have NVU running from the command line, so lets add it to the menu.
5.现在我们可以从命令行使NVU运行了,那么让我们将它加入菜单。

6. We are only allowed to add items to second level menu's. So this will explain how to add it to the menu. Since just about everyone has an Internet menu, I will show you how to add it to that menu, the same technique can be used to add it to any of the other menus.
6. 我们仅被允许在二级菜单中添加菜单项,因此下面将说明如何将其添加进菜单。因为几乎每个人都有一个Internet菜单,所以我将演示如何将它添加到该菜单中,同样的方法可以使您将其添加到任何其他的菜单中。

* Click on the Applications menu, then click Internet
* 单击应用程序菜单,然后点击Internet
* Right Click anywhere in the Internet menu and select Entire menu
* 在Internet菜单中的任意地方点击右键,并选择整个菜单
* From the Entire Menu select the Add new item to this menu option
* 在整个菜单中选择在本菜单中添加菜单项
* A dialog box should now pop up called Create Launcher
* 弹出名为" Create Launcher"的对话框
* In the Name field enter NVU HTML Editor
* 在名称文本框中填入 NVU HTML编辑吕
* In the Generic Name field enter nvu
* 在通用名文本框中填入NVU
* In the Command field enter
* 在命令文本框中填入
 /opt/nvu-0.60/nvu
* Click on the No icon area and select an icon from those displayed. You can use the NVU icon by clicking on the choose button. Then use the following path
* 点击无图标区域并在展示的图标列表中选择一个图标,你也可以通过点击选择按钮输下面的路径来使用NVU的图标
 '/opt/nvu-0.60/icons' and choose 'mocon50.xpm'.
* Click Ok and then click Ok again and you should now have a new menu item.
* 单击OK并再次单击OK,现在您就有了一个新的菜单项了。

This how-to applies to: Any version
本HOW-TO适用于:所有版本
Created by Louise McCance-Price
创建者: Louise McCance-Price
Last modified 2005-01-24 11:05 PM
最近修改于 2005-01-24 11:05 PM

指南--安装 NVU HTML 编辑器相关推荐

  1. Arch Linux 指南——安装基本系统

    目录 Arch Linux 指南--安装基本系统 安装前准备 环境检查 分区 安装 配置基础系统 完成安装 Arch Linux 指南--安装基本系统 本文是自己安装 Arch Linux 的过程,记 ...

  2. python编辑器安卓下载-Python的下载安装与Python编辑器的安装

    在此特别鸣谢kamael,本文内容由kamael提供. 各位朋友大家好,我是章鱼(认识我的都喜欢这么叫我).今天我就来当当广大Python初学者的救星--交大家如何安装Python与编辑器以及编辑器的 ...

  3. python电脑下载安装-Python的下载安装与Python编辑器的安装

    在此特别鸣谢kamael,本文内容由kamael提供. 各位朋友大家好,我是章鱼(认识我的都喜欢这么叫我).今天我就来当当广大Python初学者的救星--交大家如何安装Python与编辑器以及编辑器的 ...

  4. 如何在 Debian、Ubuntu 以及其它 Linux 发行版上安装 ONLYOFFICE 桌面编辑器 v7.2 版本

    如何在 Debian.Ubuntu 以及其它 Linux 发行版上安装 ONLYOFFICE 桌面编辑器 v7.2 版本 ONLYOFFICE Docs 在线编辑器[1]的本地桌面电脑客户端软件版本不 ...

  5. mp3 编辑 linux,Linux_Ubuntu 32/64位安装音乐标签编辑器Kid3的方法,  Kid3能够修改mp3中ID3的tag标 - phpStudy...

    Ubuntu 32/64位安装音乐标签编辑器Kid3的方法 Kid3能够修改mp3中ID3的tag标签,还能同时修改ID3v1和ID3v2的tag标签吗,是款功能强大的音乐标签编辑器,因为其在Ubun ...

  6. linux图片编辑工具,如何在Ubuntu 18.04中安装Pinta图像编辑器

    在本文中,我们将学习如何在Ubuntu 18.04中安装Pinta图像编辑器. Pinta是一个免费的开源GNOME绘画应用程序,可用于编辑图像和绘画. Pinta由Jonathan Post于201 ...

  7. 打造前端 Deepin Linux 工作环境——安装配置 atom 编辑器

    打造前端 Deepin Linux 工作环境--安装配置 atom 编辑器 好,我个人推荐大家使用 atom 编辑器,第一是免费,第二是好看,第三是好用. 安装 atom 编辑器 我们输入 apt-c ...

  8. linux编辑音频文件,Linux下载安装ocenaudio音频编辑器

    ocenaudio虽然没有像Audacity那样强大,但Ocenaudio仍然是一个直观并且免费的音频编辑器,并且支持Linux及Windows.Mac OS X操作系统.如果你只需要进行一些简单的音 ...

  9. 在国产麒麟操作系统上如何安装ONLYOFFICE桌面编辑器V7.3

    在国产麒麟操作系统上如何安装 ONLYOFFICE 桌面编辑器 V7.3 在国产麒麟操作系统上如何安装 ONLYOFFICE Docs 7.3 之前的推文介绍过,如何把国产麒麟操作系统作为服务器端,安 ...

最新文章

  1. 【趋势】未来十年计算机体系结构的历史和趋势
  2. 开课吧python好吗-如何选择python培训机构?开课吧python培训怎么样?
  3. 多云回归分析入门(老阿姨要重新开始学习概率论了~)
  4. c语言 判断一个图是否全连通_C语言:程序运行流程图与顺序结构语句
  5. ARC下,不显式指定任何属性关键字时,默认的关键字都有哪些
  6. java idea连数据库报错:Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone'时区错误
  7. PostgreSQL递归查询
  8. SQL50道练习题(1-15)
  9. leetcode python3 简单题231. Power of Two
  10. 在JavaScript面向对象编程中使用继承(5)
  11. server2003 sp1预览与演示
  12. a number of 和the number of用法
  13. WinForm 使用 HttpUtility
  14. dede php 里加nofollow,浅谈在dede当前位置与下一页中如何利用nofollow
  15. EOF和BOF的区别
  16. 撸完这篇线程池,我快咳血了!
  17. 快递100企业版接口(API)实时查询、订阅推送、云打印、电子面单实现.Net版
  18. 读aroundall的回复有感
  19. 【免费开放源码】审批类小程序项目实战(我的页面)
  20. OpenCV基础课程笔记09模糊图像(1)

热门文章

  1. node to traverse cannot be null!
  2. heritrix 相关
  3. 相当于零负担的延时程序(转)
  4. 长文 | 从发展轨迹、社会变迁和人口数据变化来看工具类产品的发展出路有哪些(1)
  5. 都是月饼惹的祸 124盒月饼太甜太温柔(结尾有彩蛋)
  6. 一夜吸粉200万被封杀,微信都有哪些逆鳞?
  7. 趣说API HTTP 状态码的使用
  8. Android图像变化
  9. Android 五大存储方式具体解释
  10. PL/SQL学习笔记(四)