求助 lightworks 依赖关系不满足:libjpeg8
Tofloor
poster avatar
rockchin
deepin
2019-07-06 19:36
Author


网上下载的deb包,lightworks安装的时候提示缺少libjpeg8

apt-get安装也找不到这个包
Reply Favorite View the author
All Replies
avatar
shenhz
deepin
2019-07-06 20:14
#1
这个还是要deepin来搞一下的。
Reply View the author
avatar
走钢丝
deepin
2019-07-06 20:40
#2
直接下载不知道能用不,https://packages.debian.org/sid/libjpeg8
另外可以试试这个 https://bbs.deepin.org/post/179657
Reply View the author
avatar
心有灵犀
deepin
2019-07-07 01:10
#3
对,安装不了另外一个rpm包也不会安装
Reply View the author
avatar
Eiffi_老飝
deepin
2019-08-04 15:57
#4
碰到同样的问题,安装lightworks的时候,缺少依赖libjpeg8
Reply View the author
avatar
Eiffi_老飝
deepin
2019-08-04 16:30
#5
安装好了。
  1. zhao@zhao-PC:~$ sudo aptitude install libjpeg8
  2. 下列“新”软件包将被安装。         
  3.   libjpeg8
  4. 0 个软件包被升级,新安装 1 个,0 个将被删除, 同时 1258 个将不升级。
  5. 需要获取 119 kB 的存档。解包后将要使用 293 kB。
  6. 读取: 1 http://packages.deepin.com/deepin panda/main amd64 libjpeg8 amd64 8d1-2 [119 kB]
  7. 已下载 119 kB,耗时 1秒 (61.9 kB/s)
  8. 正在选中未选择的软件包 libjpeg8:amd64。
  9. (正在读取数据库 ... 系统当前共安装有 189188 个文件和目录。)
  10. 正准备解包 .../libjpeg8_8d1-2_amd64.deb  ...
  11. 正在解包 libjpeg8:amd64 (8d1-2) ...
  12. 正在设置 libjpeg8:amd64 (8d1-2) ...
Copy the Code

Reply View the author
avatar
心有灵犀
deepin
2019-08-04 19:39
#6
同样的问题,一直没解决
Reply View the author
avatar
Darling-Lee
deepin
2019-08-13 00:46
#7
https://bbs.deepin.org/post/180298
对,安装不了另外一个rpm包也不会安装

rpm?????????????????????
Reply View the author
avatar
落魄魂师
deepin
2019-08-27 17:13
#8

请问,你的source.list里面配置的什么地址?我的会提示这个:无法找到任何名称或者描述中匹配“libjpeg8”的软件包
Reply View the author
avatar
落魄魂师
deepin
2019-08-27 17:13
#9

请问,你的source.list里面配置的什么地址?我的会提示这个:无法找到任何名称或者描述中匹配“libjpeg8”的软件包
Reply View the author
avatar
Eiffi_老飝
deepin
2019-09-01 06:56
#10
视频编辑器,我现在已经不用lightworks了,发现了一个开源的更好的软件Olive
Reply View the author
avatar
blockke
deepin
2019-10-25 22:10
#11
https://bbs.deepin.org/post/180298
请问,你的source.list里面配置的什么地址?我的会提示这个:无法找到任何名称或者描述中匹配“libjpeg8 ...

/etc/apt/source.list文件里面改为
deb [by-hash=force] http://packages.deepin.com/deepin panda main contrib non-free
把其中的lion改成了panda就行。
修改后,
sudo apt update
sudo apt install libjpeg8
安装成功后建议改回原来的源地址
deb [by-hash=force] http://packages.deepin.com/deepin lion main contrib non-free
再执行一次
sudo apt update
Reply View the author
avatar
rockchin
deepin
2020-02-12 05:20
#12
https://bbs.deepin.org/post/180298
rpm?????????????????????

用alien转一下可以试试
Reply View the author