我试图在 Ubuntu 14.04(amd64) 上安装 Lightworks 11.5.1 (amd64),但有一条通知:依赖项无法满足:libtiff4。有没有办法解决这个依赖问题?提前致谢。
当我尝试libtiff在 64 位 Ubuntu 上安装时,出现以下错误:
sudo apt-get install libtiff
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libtiff is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libtiff' has no installation candidate
ubuntu@ip-10-119-97-123:/mnt$ libtiff-memcached
libtiff-memcached: command not found
Run Code Online (Sandbox Code Playgroud) 我最近从 ubuntu 13.10 更新到 14.04 LTS。我正在使用Smoldyn,一个基于粒子的模拟包,但自从更新后它不再工作了。打字后
smoldyn
Run Code Online (Sandbox Code Playgroud)
我收到以下错误消息:
smoldyn: error while loading shared libraries: libtiff.so.4: cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud)
显然,他找不到 libtiff.so.4。另一方面,命令
locate libtiff.so.4
Run Code Online (Sandbox Code Playgroud)
给我:
/usr/lib/x86_64-linux-gnu/libtiff.so.4
/usr/lib/x86_64-linux-gnu/libtiff.so.4.3.6
Run Code Online (Sandbox Code Playgroud)
所以看起来 libtiff 安装正确。你知道这里有什么问题吗?为什么 smoldyn 没有运行?提前谢谢了!
我的系统:
我有 100 多页的大 tif 文件,并且希望能够在指定页面将其拆分。
有一些优秀的工具可以对 pdf 进行此操作。我正在寻找类似的 tif 图像的东西,包括 GUI 和命令行解决方案。
当我最近从 22.10 升级到 Ubuntu 23.04 时,我无法启动 Emacs(我使用的是 Doom Emacs)。在终端中我收到此消息:
emacs:加载共享库时出错:libtiff.so.5:无法打开共享对象文件:没有这样的文件或目录
请注意,在 22.10 下,我已经构建并安装了 Emacs 28.2。我尝试简单地安装 Emacs 28.2,它现在是为 Ubuntu 23.04 打包的,但这不起作用。我还尝试按照某人的建议在 libtiff.so.5 和 libtiff.so.6 之间创建符号链接(现在找不到链接),但同样没有改变任何内容。
我是否需要在 23.04 下重建并重新安装 Emacs,还是应该完全删除现有的 Emacs 和 Doom 并使用 apt-get 重新安装?或者还有什么我应该做的吗?
我是一个新手,正在玩我不太理解的东西,所以您的帮助将不胜感激。