我无法在Ubuntu 14.04上安装NIS软件包(从13.10升级)。当我尝试运行apt-get install nis时,我得到以下输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package nis 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
However the following packages replace it:
hostname:i386 hostname
E: Package 'nis' has no installation candidate有人能给我建议吗?这会不会是存储库设置的问题呢?
谢谢。
发布于 2015-08-18 19:27:57
读读留言。
Package nis is not available,
However the following packages replace it:
hostname:i386 hostname 因此,如果您需要该功能,请安装hostname或hostname:i386。
如果你想玩NIS源,你必须在网上找到它。
https://askubuntu.com/questions/663071
复制相似问题