我无法在 64 位 Ubuntu 上安装 libtiff

mar*_*rwa 6 apt 12.04 libtiff software-installation

当我尝试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)

kar*_*rel 9

libtiff 没有安装候选。您的选择是:

sudo apt-get install libtiff4
Run Code Online (Sandbox Code Playgroud)

对于 Ubuntu 12.04、12.10、13.04 和 13.10 ...或

sudo apt install libtiff5
Run Code Online (Sandbox Code Playgroud)

对于 Ubuntu 14.04-20.04


the*_*eye 0

sudo apt-get update
sudo apt-get install libtiff4
Run Code Online (Sandbox Code Playgroud)

这些命令将在您的 64 位计算机上安装 libtiff。您可以使用http://packages.ubuntu.com/搜索您需要的软件包。在本例中,它是http://packages.ubuntu.com/precise/libtiff4