Linux Jessie – Installation failure with isc-dhcp-server
Linux Jessie – Installation failure with isc-dhcp-server
Hi, So I want to create a DHCP server and im trying to install isc-dhcp-server but everytime I keep getting pi@Gateway:~ $ sudo apt install isc-dhcp-server Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package isc-dhcp-server My sources list is deb http://mirror.ox.ac.uk/sites/archive.ras...e/raspbian jessie main contrib non-free rpi #deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free #deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi # Uncomment line below then 'apt-get update' to enable 'apt-get source' #deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi Any suggestions?
Yes, you can install additional packages by running `apt update` followed by `apt install <package-name>`.
root@Gateway:~# echo "Pretty Name: Raspbian GNU/Linux 8 (jessie)" > /etc/*-release PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)" NAME="Raspbian GNU/Linux" VERSION_ID="8" VERSION="8 (jessie)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" root@Gateway:~# lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 8.0 (jessie)"