AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1528826
Accepted
jtjutsvfx
jtjutsvfx
Asked: 2024-10-03 09:41:11 +0800 CST2024-10-03 09:41:11 +0800 CST 2024-10-03 09:41:11 +0800 CST

Ubuntu Restricted Extras 包的合法性是什么?

  • 772

我想知道我是否可以在美国合法安装和使用 Ubuntu Restricted Codecs 元包?我如何才能免费访问这些专有编解码器?

codecs
  • 2 2 个回答
  • 661 Views

2 个回答

  • Voted
  1. mchid
    2024-10-03T10:26:50+08:002024-10-03T10:26:50+08:00

    当你需要了解有关软件包的更多信息时,最好的办法通常是apt-cache show按照软件包名称运行:

    apt-cache show ubuntu-restricted-extras
    

    这里显示这是一个依赖于以下内容的元包ubuntu-restricted-addons:

    apt-cache show ubuntu-restricted-addons
    

    大多数有用的信息似乎由描述提供ubuntu-restricted-extras,如 Ubuntu 22.04 的本例所示:

    Package: ubuntu-restricted-extras
    Version: 67
    Architecture: amd64
    Maintainer: Ubuntu Developers <[email protected]>
    Installed-Size: 14
    Depends: ubuntu-restricted-addons
    Recommends: libavcodec-extra, ttf-mscorefonts-installer, unrar
    Section: metapackages
    Priority: optional
    Description: Commonly used media codecs and fonts for Ubuntu
     This collection of packages includes:
      - MP3 and other audio codec software to play various audio formats
        (GStreamer plugins)
      - software to install the Microsoft Web fonts
      - the Adobe Flash plugin
      - LAME, software to create compressed audio files.
     .
     This software does not include libdvdcss2, and will not let you play
     encrypted DVDs. For more information, see
     https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs
     .
     These software packages are from the Multiverse channel, restricted by
     copyright or legal issues in some countries. For more information, see
     http://www.ubuntu.com/ubuntu/licensing
    

    我认为您可能正在寻找的信息可以在ubuntu.com/ubuntu/licensing上找到,尽管它对单个许可证没有非常具体的说明。但是,例如对于 msfonts 许可证,您可以在安装此软件包时阅读许可证,它会要求您同意此许可证。

    此外,RestrictedFormats 页面解释了受限格式软件许可证如何不符合或不符合 Ubuntu 的自由软件理念,因此由用户自行决定安装,而不是默认包含。相关页面:Ubuntu FreeFormats。

    您还可以搜索与您感兴趣的许可证相关的单个软件包。例如,提到了 LAME:

    apt-cache search LAME
    

    或者更具体地说:

    apt-cache search LAME doc
    

    第一个结果就是lame-doc - MP3 encoding library (documentation)与该库相关的文档:

    sudo apt install lame-doc
    

    dpkg -L安装后,您可以像本例一样列出已安装包的文件:

    dpkg -L lame-doc
    

    您将看到一些可以用任何网络浏览器打开的 html 文件。

    如果您打开 about.html 页面文件:///usr/share/doc/lame-doc/html/about.html,您将找到指向其他相应页面的链接。

    • 3
  2. Best Answer
    Ventolinmono
    2024-10-03T10:21:36+08:002024-10-03T10:21:36+08:00

    闭源或专利软件(如元软件包中包含的软件包)的法律限制ubuntu-restricted-extras适用于分销商(在本例中为 Ubuntu)。用户可以安装软件包供个人使用。事实上,当您安装此元软件包时,它会向您显示 Microsoft Fonts 的最终用户许可协议 (EULA),如果您想安装和使用它们,您必须接受该协议。

    • 1

相关问题

  • ProRes 编码和解码?

  • 将任意文件格式的视频文件转换为 MPEG4/H.264?

  • Medibuntu vs Fluendo

  • 为什么默认不包含多媒体编解码器?

  • 如何播放加密的 DVD 电影?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve