首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >libx265 265-36安装错误

libx265 265-36安装错误
EN

Ask Ubuntu用户
提问于 2014-11-04 03:43:15
回答 1查看 850关注 0票数 0
代码语言:javascript
复制
l@ubuntu:/opt$ sudo apt-get install libx265-36
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  fonts-cabin fonts-comfortaa fonts-dejavu-extra fonts-freefont-otf
  fonts-gfs-artemisia fonts-gfs-complutum fonts-gfs-didot
  fonts-gfs-neohellenic fonts-gfs-olga fonts-gfs-solomos fonts-inconsolata
  fonts-junicode fonts-lato fonts-linuxlibertine fonts-lobster
  fonts-lobstertwo fonts-oflb-asana-math fonts-sil-gentium
  fonts-sil-gentium-basic linux-headers-3.13.0-32
  linux-headers-3.13.0-32-generic linux-image-3.13.0-32-generic
  linux-image-extra-3.13.0-32-generic texlive-fonts-extra-doc
  ttf-adf-accanthis ttf-adf-gillius
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  libx265-36
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
5 not fully installed or removed.
Need to get 0 B/455 kB of archives.
After this operation, 2,224 kB of additional disk space will be used.
(Reading database ... 335140 files and directories currently installed.)
Preparing to unpack .../libx265-36_1.4~20141102~trusty~ppa1_amd64.deb ...
Unpacking libx265-36:amd64 (1.4~20141102~trusty~ppa1) ...
dpkg: error processing archive /var/cache/apt/archives/libx265-36_1.4~20141102~trusty~ppa1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libx265.so', which is also in package libx265-32:amd64 1.3~20140923~trusty~ppa1
Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libx265-36_1.4~20141102~trusty~ppa1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
EN

回答 1

Ask Ubuntu用户

发布于 2014-11-04 06:39:43

您需要删除libx265 265-32,然后安装libx265 265-36。

libx265 265-36有冲突&替换libx265 265-34。

代码语言:javascript
复制
:~$ apt-cache show libx265-36
Package: libx265-36
Source: x265
Priority: extra
Section: libs
...
Replaces: libx265-34
Conflicts: libx265-34
...
Filename: pool/main/x/x265/libx265-36_1.4~20141102~trusty~ppa1_amd64.deb

这意味着,如果您正在升级从will 265-34到will 265-36,那么升级将不需要hickup。

在这里:

代码语言:javascript
复制
Log of sudo apt-get dist-upgrade 
Sun Nov  2 23:02:43 2014

...
The following packages will be REMOVED:
  libx265-34
The following NEW packages will be installed:
  libx265-36
...

--编辑--

有一个新的版本1.4~20141102~可信的~ppa2 2。它取代了libx265 265-30,libx265 265-31,libx265 265-32,libx265 265-33,libx265 265-34。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/545401

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档