首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >为什么在安装MS Office字体"exe“时下载这些文件?

为什么在安装MS Office字体"exe“时下载这些文件?
EN

Ask Ubuntu用户
提问于 2015-03-04 19:35:27
回答 3查看 3.5K关注 0票数 15

我安装了ttf-mscorefonts-installer包来为我的系统获得额外的字体。

然后我注意到这些文件是"exe“。为什么会这样呢?

据我所知,字体不是二进制文件。

代码语言:javascript
复制
$ sudo apt-get install "ttf-mscorefonts-installer"
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  ttf-mscorefonts-installer
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
Need to get 0 B/27.8 kB of archives.
After this operation, 134 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package ttf-mscorefonts-installer.
(Reading database ... 298130 files and directories currently installed.)
Preparing to unpack .../ttf-mscorefonts-installer_3.4+nmu1ubuntu1_all.deb ...
Unpacking ttf-mscorefonts-installer (3.4+nmu1ubuntu1) ...
Processing triggers for update-notifier-common (0.154.1ubuntu1) ...
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/andale32.exe
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/arial32.exe
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/arialb32.exe
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/comic32.exe
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/courie32.exe
EN

回答 3

Ask Ubuntu用户

回答已采纳

发布于 2015-03-04 19:48:12

因为exe包含字体--我不认为它们是像windows那样安装的,所以它们被解压(编辑:在它们自解压缩的窗口上,谢谢@JakeGould)

要查看这个,您可以下载一个(我做了这一个),并在file-roller (归档管理器)中打开它:

Ubuntu和其他人可能无法将字体直接分发给MS中的授权程序--在安装程序提示中链接的尤拉中,exe可能被计算为‘再发行’:

包括这一点,可能还包括其中的其他内容:

  1. 授予执照。本EULA赋予您以下权利:

  • 安装和使用。您可以安装和使用无限数量的软件产品副本。
  • 复制和分配。您可以复制和分发软件产品的无限数量的副本;但每个副本应是一个真实和完整的副本,包括所有版权和商标通知,并应附有本EULA的副本。软件产品的副本不能在独立的基础上分发,也不能作为您自己的产品的一部分来分发。
  1. 其他权利和限制的说明。
  • 反求工程,反编译和拆卸的限制。您不得逆转、反编译或拆卸软件产品,除非且仅限于适用法律明确允许的范围内,尽管有此限制。
  • 限制变更。您不能重命名、编辑或创建来自该软件产品的任何派生作品,除非在将它们嵌入文档中时将其重新设置。
票数 25
EN

Ask Ubuntu用户

发布于 2015-03-04 19:49:44

MS Office字体是来自Microsoft的字体。微软不为其他操作系统(如Ubuntu )制作二进制文件,因此ttf-mscorefonts-installer以exe格式下载各种MS字体,然后cabextract从这些exe文件中提取字体。

票数 8
EN

Ask Ubuntu用户

发布于 2021-04-23 14:06:46

下载后,您需要的字体将从这些exe文件中提取出来。您可以在控制台中看到从输出中提取的进度。没有包含输出的答案,所以我在这里发布它(请注意包“content”和许可证的内容在中间):

代码语言:javascript
复制
$ sudo apt install ttf-mscorefonts-installer
...
The following NEW packages will be installed:
  cabextract libmspack0 ttf-mscorefonts-installer
...
ttf-mscorefonts-installer: processing...
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/andale32.exe
...

These fonts were provided by Microsoft "in the interest of cross-
platform compatibility".  This is no longer the case, but they are
still available from third parties.

You are free to download these fonts and use them for your own use,
but you may not redistribute them in modified form, including changes
to the file name or packaging format.

Extracting cabinet: /var/lib/update-notifier/package-data-downloads/partial/andale32.exe
  extracting fontinst.inf
  extracting andale.inf
  extracting fontinst.exe
  extracting AndaleMo.TTF
  extracting ADVPACK.DLL
  extracting W95INF32.DLL
  extracting W95INF16.DLL

All done, no errors.
...

All fonts downloaded and installed.
Processing triggers for fontconfig (2.13.1-2ubuntu3) ...

由于“您不能以修改过的形式重新分发它们,包括对文件名或打包格式的更改”,所以包维护人员必须保持原样,即使这些文件是CAB存档(“柜子”是出租车 )。

票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/592807

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档