and*_*and 7 installation package-management
我想在我的 64 位 Lucid Lynx 上安装 nautilus-open-terminal,我得到了这个:
antonio@antonio-desktop:~$ sudo apt-get install nautilus-open-terminal
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package nautilus-open-terminal 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 'nautilus-open-terminal' has no installation candidate
Run Code Online (Sandbox Code Playgroud)
我该如何解决这个问题?
该软件包可用,您可以在http://packages.ubuntu.com/lucid/nautilus-open-terminal找到它。 最近可能有更新,您可能需要更新 APT 缓存。
跑
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)
然后再次尝试安装。
如果都失败了,你可以从上面相同的 URL 获取 AMD64 的 .deb 包并手动安装。如果双击下载的 .deb 文件,则可以手动安装。