我是 Ubuntu 新手(目前使用 12.04 LTS),当我使用闹钟并尝试播放音乐来唤醒我时,我收到类似 GStreamer 缺少插件之类的信息,这真的让我很烦恼... 无论如何,如果能得到答案我将不胜感激!提前致谢。
答案1
打开终端仿真器 (Ctrl + Alt + T) 并允许多元宇宙使用以下命令来存储库:
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) multiverse"
sudo apt-get update
然后您必须安装ubuntu-restricted-addons
和ubuntu-restricted-extras
。
对于 Ubuntu,使用以下命令:
sudo apt-get ubuntu-restricted-addons
sudo apt-get ubuntu-restricted-extras
对于 Kubuntu 使用:
sudo apt-get kubuntu-restricted-addons
sudo apt-get kubuntu-restricted-extras
对于 Lubuntu 使用:
sudo apt-get lubuntu-restricted-addons
sudo apt-get lubuntu-restricted-extras
对于 Xubuntu 使用:
sudo apt-get xubuntu-restricted-addons
sudo apt-get xubuntu-restricted-extras
答案2
我认为参数列表中缺少“install”。它应该是
sudo apt-get 安装 ubuntu-restricted-addons sudo apt-get 安装 ubuntu-restricted-extras