armv7架构下lubuntu系统apt-get安装ffmpeg方法

2023-05-16

What’s up doc ?

17/08/2007 :
I think you have noticed the Google Ads. I need that to pay the huge amount of bandwidth.

10/05/2012 :
New domain name deb-multimedia.org
You must edit your /etc/apt/sources.list to replaces the old repository name by the new one.

Little explanation about the domain name change, Debian asked me to stop using the word debian. You can read the DPL message here.

28/08/2015 :
I started to do stable-backports packages (audacity 2.1.1, kodi 15.1, ffmpeg 2.7.2, mpv 0.9.2).

26/04/2015 :
As Debian my repository has been updated for Jessie.

06/02/2015 :
Maybe I went too quickly to my new GPG key.
If apt-get don’t find the new key, do that :
wget http://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2015.6.1_all.deb
sudo dpkg -i deb-multimedia-keyring_2015.6.1_all.deb
apt-get update
apt-get should be happy now.

01/01/2015 :
Happy new year 2015.

If this repository is too slow for you, use a mirror.

The first package to install is deb-multimedia-keyring.

apt-get install deb-multimedia-keyring

Since Squeeze you can install this package with apt-get but you need to presse Y when the package ask what to do and do not press return.
A new “apt-get update” is also necessary.
The really best is now to do an “apt-get dist-upgrade” to install all packages related to ffmpeg.
For jessie (stable) amd64, armel, armhf, i386, kfreebsd-amd64, kfreebsd-i386, mips, mipsel and powerpc packages
add in your /etc/apt/sources.list
non-free is for i386 and amd64 arches only.
deb http://www.deb-multimedia.org jessie main non-free
or
deb ftp://ftp.deb-multimedia.org jessie main non-free
or
deb http://www.deb-multimedia.org stable main non-free
or
deb ftp://ftp.deb-multimedia.org stable main non-free

For jessie-backports (stable-backports) amd64, armel, armhf, i386, kfreebsd-amd64, kfreebsd-i386, mips, mipsel and powerpc packages
add in your /etc/apt/sources.list
non-free is for i386 and amd64 arches only.
deb http://www.deb-multimedia.org jessie main non-free
deb http://www.deb-multimedia.org jessie-backports main
or
deb ftp://ftp.deb-multimedia.org jessie main non-free
deb ftp://ftp.deb-multimedia.org jessie-backports main
or
deb http://www.deb-multimedia.org stable main non-free
deb http://www.deb-multimedia.org stable-backports main
or
deb ftp://ftp.deb-multimedia.org stable main non-free deb ftp://ftp.deb-multimedia.org stable-backports main

For stretch (testing) amd64, armel, armhf, i386, mips, mipsel and powerpc packages
add in your /etc/apt/sources.list
non-free is for i386 only. Now amd64 use multi-arch.
deb http://www.deb-multimedia.org stretch main non-free
or
deb ftp://ftp.deb-multimedia.org stretch main non-free
or
deb http://www.deb-multimedia.org testing main non-free
or
deb ftp://ftp.deb-multimedia.org testing main non-free

For sid (unstable) amd64, armel, armhf, i386, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc and sparc packages.
add in your /etc/apt/sources.list
non-free is for i386 only. Now amd64 use multi-arch.
deb http://www.deb-multimedia.org sid main non-free
or
deb ftp://ftp.deb-multimedia.org sid main non-free

For wheezy (oldstable) amd64, armhf, armel, i386, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc and sparc packages
add in your /etc/apt/sources.list
deb http://www.deb-multimedia.org wheezy main
or
deb ftp://ftp.deb-multimedia.org wheezy main
or
deb http://www.deb-multimedia.org oldstable main
or
deb ftp://ftp.deb-multimedia.org oldstable main

For wheezy-backports (oldstable-backports) amd64, armhf, armel, i386, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc and sparc packages
add in your /etc/apt/sources.list
deb http://www.deb-multimedia.org wheezy main non-free
deb http://www.deb-multimedia.org wheezy-backports main
or
deb ftp://ftp.deb-multimedia.org oldstable main non-free
deb ftp://ftp.deb-multimedia.org oldstable-backports main
For squeeze (oldoldstable) amd64, armhf, armel, i386, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc and sparc packages
add in your /etc/apt/sources.list
deb http://www.deb-multimedia.org squeeze main
or
deb ftp://ftp.deb-multimedia.org squeeze main
or
deb http://www.deb-multimedia.org oldoldstable main
or
deb ftp://ftp.deb-multimedia.org oldoldstable main

For squeeze-backports (oldoldstable-backports) amd64, armhf, armel, i386, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc and sparc packages
add in your /etc/apt/sources.list
deb http://www.deb-multimedia.org squeeze main non-free
deb http://www.deb-multimedia.org squeeze-backports main
or
deb ftp://ftp.deb-multimedia.org oldoldstable main non-free
deb ftp://ftp.deb-multimedia.org oldoldstable-backports main
For experimental amd64 and i386 packages.
add in your /etc/apt/sources.list
(Unstable is also necessary).
deb http://www.deb-multimedia.org experimental main
or
deb ftp://ftp.deb-multimedia.org experimental main
The official Debian experimental repository isn’t needed
but the sid repository is mandatory.
For source
add in your /etc/apt/sources.list
deb-src http://www.deb-multimedia.org sid main
or
deb-src ftp://ftp.deb-multimedia.org sid main

If you find some broken dependencies or bugs in these packages, tell me and don’t report bugs to the BTS.
Upstream bug report should be sent to the respective author.
(See the copyright file in /usr/share/doc/ for upstream e-mail address)

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

armv7架构下lubuntu系统apt-get安装ffmpeg方法 的相关文章

随机推荐

  • word设置页眉页码 首页没有页眉(终于搞懂了)

    1 设置首页没有页眉 主要是通过分节符完成的 xff0c 顾名思义 xff0c 分节符就是将全文分为两节 xff0c 然后就可以实现对两节内容的分别设置 比如首页没有页眉 在首页的最后一行插入分节符 xff0c 然后就会显示出 xff08
  • 一步步使用Tomcat+CAS完成单点登录

    1 最基本的单点登录 客户端配置 xff1a 1 Tomcat配置SSL 1 生成证书 打开cmd或终端 xff0c 命令行切换到Tomcat所在目录 xff0c 执行如下命令 xff1a D JayHe Environment tomca
  • 人脸识别读书笔记

    浅析人脸检测之 Haar 分类器方法 一 Haar 分类器的前世今生 目前的人脸检测方法主要有两大类 xff1a 基于知识和基于统计 基于知识的方法主要利用先验知识将人脸看作器官特征的组合 xff0c 根据眼睛 眉毛 嘴巴 鼻子等器官的特征
  • make编译时的常见错误

    make编译时的常见错误 未定义的引用1 xff1a 缺少头文件未定义的引用2 xff1a 没找这个系统头文件未定义的引用3 xff1a 链接库没包括进来静态库动态库 必须承认的是 xff0c 写代码最痛苦的不是算法 xff0c 而是环境的
  • 深度学习中的常见名词(baseline,benchmark,etc)

    本文主要用于解释一些在深度学习中常见的名词 xff0c 重点参考了博客 xff1a https towardsdatascience com generalization regularization overfitting bias an
  • Ubuntu安装docker-ce

    docker在大型项目上使用范围很广 xff0c 为了在Ubuntu自测docker xff0c 心血来潮 xff0c 准备自己搭建docker进行测试 因为使用apt直接安装docker的版本比较低 xff0c 在此按照官网的教程安装do
  • 【stm32】UART串口中断方式收发任意长度数据(HAL库开发,中断中不使用库函数 使用寄存器和自定义存储函数)

    一 起因 为什么要写一个串口接收不定长数据 xff0c 还要把数据保存起来 xff1f xff1f 因为存起来的数据要用要判断要根据数据做不同的处理 xff0c 要把数据拿到后解析 但是 xff0c 最开始想当然的使用HAL库中的HAL U
  • 腾讯云轻量应用服务器安装和配置宝塔 Linux 面板腾讯云专享版

    宝塔 Linux 面板腾讯云专享版由腾讯云与堡塔公司联合开发 xff0c 专享版在已支持普通版所有功能的基础上 xff0c 还默认集成腾讯云对象存储 文件存储 内容分发网络和 DNS 解析插件 插件具备如下功能 xff1a 支持将对象存储的
  • Ubuntu操作系统如何搭建可视化界面?

    VNC xff08 Virtual Network Console xff09 是虚拟网络控制台的缩写 它是一款优秀的远程控制工具软件 xff0c 由著名的 AT amp T 的欧洲研究实验室开发 VNC 是基于 UNIX 和 Linux
  • ubuntu密码忘记-解决方法

    1 xff1a 开机按Shift键 xff0c 出现如下界面 xff08 手速要快 xff0c Shift键要按时间久一点 xff09 选择第二项 2 xff1a 按回车键进入如下界面 xff0c 然后选中有recovery mode的选项
  • git 仓库迁移,保留提交记录,同时提交到多个仓库

    git 仓库迁移 xff0c 保留提交记录 xff0c 同时提交到多个仓库 1 仓库迁移并保留原有的提交记录 应用场景 原有需求在 A 存储库地址进行开发 xff0c 现在新建了一个 B 存储库 xff0c 要求将 A 的代码和提交记录一起
  • STM32MP157开发-STM32CubeProgrammer-No DFU detected解决

    STM32MP157开发 STM32CubeProgrammer No DFU detected解决 xff0c 在开发时 xff0c 需要用STM32CubeProgrammer烧录固件 xff0c 但是按照官方文档 xff0c 安装后
  • Python正则表达式学习(5)——re.findall()

    re findall xff08 pattern xff0c string xff0c flags 61 0 xff09 返回字符串中模式的所有非重叠匹配 xff0c 作为字符串列表 字符串从左到右扫描 xff0c 并按照找到的顺序返回匹配
  • linux内核插入模块时 Unknown symbol in module

    编译驱动的时候碰到了 insmod error inserting 39 igb ko 39 1 Unknown symbol in module 的问题 xff0c 在网上看了下 xff0c 说是查看 dmesg tail 看输出信息中的
  • Linux路由器

    宽带上网已经不是什么新鲜事情 xff0c 人们对相关的网络器件已经不再陌生 xff0c 比如说常见的路由器 对于一般的网络用户 xff0c 他们能知道怎样使用路由器来上网 玩游戏等就已经感到很满足了 xff0c 通常情况下对路由器的深层技术
  • 树莓派linux驱动学习之hello world

    http blog csdn net hcx25909 article details 16860055 最近想学习一下linux驱动 xff0c 看了一些书和教学视频 xff0c 大概了解了一下 xff0c 不过要想深入 xff0c 肯定
  • 微信端口及协议分析

    http blog newxd com 7235 html 有朋友公司需求如下 xff0c 手机通过WIFI连接上网 xff0c 而老板要求 xff0c 员工使用手机只能上微信 xff0c 而不能上其他网页和看在线视频 上网搜索了微信使用协
  • git报错fatal: HTTP request failed

    1 在使用git pull git push git clone会报类似如下的错误 xff1a sudo git clone https github com pcduino a20 kernel fatal HTTP request fa
  • 树莓派2在U8300W平台上用pppd拨号时出现“pppd: The remote system is required to authenticate itself”

    利用pppd拨号 xff0c 首先需要调试好驱动 1 xff09 安装ppp sudo apt get install y ppp sudo apt get install y ppp dev sudo apt get install y
  • armv7架构下lubuntu系统apt-get安装ffmpeg方法

    What s up doc 17 08 2007 I think you have noticed the Google Ads I need that to pay the huge amount of bandwidth 10 05 2