简体   繁体   English

在 ubuntu 18.04 中升级 GStreamer

[英]upgrade GStreamer in ubuntu 18.04

I want to upgrade my GStreamer (1.14) to 1.18.我想将我的 GStreamer (1.14) 升级到 1.18。

If I use apt-get install, it does not give me 1.18.如果我使用 apt-get install,它不会给我 1.18。

So is the only way to upgrade is by building it myself?那么升级的唯一方法是自己构建吗?

Furthermore, when I try to uninstall the apt installed GStreamer by apt-get purge autoremove gstreamer1.0, it seems that many os packages will be removed too.此外,当我尝试通过 apt-get purge autoremove gstreamer1.0 卸载 apt 安装的 GStreamer 时,似乎很多 os 包也会被删除。

Consider upgrading your Ubuntu.考虑升级您的 Ubuntu。 Then you will get some newer release of GStreamer.然后你会得到一些更新版本的 GStreamer。 There won't be major version upgrades through a life-cycle of a pinned distribution version.在固定分发版本的生命周期中不会有主要版本升级。

Else you need to build GStreamer yourself.否则,您需要自己构建 GStreamer。 But beware as you have noticed a lot of other applications depends on GStreamer.但请注意,您已经注意到许多其他应用程序都依赖于 GStreamer。 So you will need to install as separate install and not replace you system version of GStreamer as you may break things if you do.因此,您需要单独安装而不是替换 GStreamer 的系统版本,因为如果这样做可能会破坏事情。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何为 Ubuntu 18.04 升级到 PostgreSQL 11? - How to upgrade to PostgreSQL 11 for Ubuntu 18.04? Ubuntu 18.04升级和Cassandra连接错误 - Ubuntu 18.04 upgrade and Cassandra connection errors 官方教程中的GStreamer示例无法在带有GStreamer 1.14.1的Ubuntu 18.04上运行 - GStreamer Example from Official Tutorial does not Run on Ubuntu 18.04 with GStreamer 1.14.1 从 Ubuntu 18.04 升级到 20.04 后,Java 应用程序使用 &lt;1% cpu - Java app is using <1% cpu after upgrade from Ubuntu 18.04 to 20.04 AWS ec2 ubuntu 18.04 LTS python 升级 - AWS ec2 ubuntu 18.04 LTS python upgrade Ubuntu 18.04 中的 Samba 在升级过程中无法重启 - Samba in Ubuntu 18.04 cannot be restarted during upgrade process 将 ubuntu 18.04 升级到 20.04 但包仍然是 +bionic1 - upgrade ubuntu 18.04 to 20.04 but packages remain +bionic1 从Ubuntu 18.04升级到18.10后,出现Sendmail-Base错误 - After upgrade from Ubuntu 18.04 to 18.10, I get a Sendmail-Base Error 在Ubuntu 18.04上使用bash编写“ sudo apt upgrade”脚本时,如何自动绕过“包配置”屏幕? - When scripting “sudo apt upgrade” with bash on Ubuntu 18.04, how can you automatically bypass the “package configuration” screen? sudo apt-get upgrade 给出错误:ibverbs-providers:i386 on ubuntu 18.04 - sudo apt-get upgrade gives an error: ibverbs-providers:i386 on ubuntu 18.04
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM