当前位置: 技术问答>linux和unix
ubuntu下配置tftp 安装程序 apt-get install netkit-inetd出现的问题
来源: 互联网 发布时间:2017-01-12
本文导语: 上网找到的教程是这样的。 1、安装程序 sudo apt-get install xinetd sudo apt-get install netkit-inetd sudo apt-get install tftp-hpa tftpd-hpa root@ubuntu:/home/test# apt-get install netkit-inetd Reading package lists... Done Buildin...
上网找到的教程是这样的。
1、安装程序
sudo apt-get install xinetd
sudo apt-get install netkit-inetd
sudo apt-get install tftp-hpa tftpd-hpa
root@ubuntu:/home/test# apt-get install netkit-inetd
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package netkit-inetd is a virtual package provided by:
inetutils-inetd 2:1.8-3
openbsd-inetd 0.20080125-6ubuntu1
You should explicitly select one to install.
E: Package 'netkit-inetd' has no installation candidate
请问这里是怎么回事?
1、安装程序
sudo apt-get install xinetd
sudo apt-get install netkit-inetd
sudo apt-get install tftp-hpa tftpd-hpa
root@ubuntu:/home/test# apt-get install netkit-inetd
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package netkit-inetd is a virtual package provided by:
inetutils-inetd 2:1.8-3
openbsd-inetd 0.20080125-6ubuntu1
You should explicitly select one to install.
E: Package 'netkit-inetd' has no installation candidate
请问这里是怎么回事?
|
配置tftp应该是
sudo apt-get install tftp tftp-server
sudo apt-get install tftp tftp-server
|
这个好。lz看的教程太老了
另外ftp软件还是vsftp,还有lftp