我一直在阅读有关个人包裹档案('PPA') 的信息,人们通过指向 PPA 的链接来回答问题。使用这些的最佳方法是什么?
这个问题有多个有效答案,跨越多个版本的 Ubuntu。为方便起见,下面列出了每个索引。
我在 Ubuntu Zesty 中安装 VLC 3.0 时遇到了困难。使用官方 PPA。我添加它使用
sudo add-apt-repository ppa:videolan/master-daily
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)
并apt-cache show
已被列入其中,
apt-cache show vlc | grep Version
Version: 3.0.0~~git20160813+r65787+62~ubuntu16.04.1
Version: 2.2.4-14ubuntu2
Run Code Online (Sandbox Code Playgroud)
但是当我尝试安装时3.0.0
,sudo apt-get install vlc=3.*
我得到了,
sudo apt-get install vlc=3.*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Selected version '3.0.0~~git20160813+r65787+62~ubuntu16.04.1' ( [amd64]) for 'vlc'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are …
Run Code Online (Sandbox Code Playgroud) 我在互联网上搜索了许多选项来在 Ubuntu 14.04 (Trusty Tahr) 上安装 VLC 媒体播放器,但没有任何效果对我有用。
我该如何解决这个问题?
错误:
root@hiteshb-To-be-filled-by-O-E-M:~# apt-get install vlc
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libavcodec54 libavformat54 libchromaprint0 libmp3lame0 libvlc5 libvlccore7
vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse
Suggested packages:
libchromaprint-tools python-acoustid videolan-doc
Recommended packages:
libdvdcss2
The following NEW packages will be installed:
libavcodec54 libavformat54 libchromaprint0 libmp3lame0 libvlc5 libvlccore7
vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse
0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. …
Run Code Online (Sandbox Code Playgroud) 除了在这个VLC ppa中没有Natty 的构建:
ppa:videolan/stable-daily
/videolan/stable-daily/ubuntu/dists 的索引:
那么如何在 Ubuntu 11.04 Natty Narwhal上更新VLC(目前为 2.0)?