Jump to content

Linux - Jessie - Unable to install 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.raspbian.org/archive/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?
 

Link to comment
Share on other sites

Link to post
Share on other sites

MIght sounds like a stupid question but are you even connected to the internet? since you cant update anything

 

Link to comment
Share on other sites

Link to post
Share on other sites

11 minutes ago, Electronics Wizardy said:

can you install other packages?

 

apt update

 

no

Link to comment
Share on other sites

Link to post
Share on other sites

5 minutes ago, Jarno. said:

MIght sounds like a stupid question but are you even connected to the internet? since you cant update anything


jarno@jarno-HP-Notebook ~ $ sudo apt install isc-dhcp-server
[sudo] password for jarno: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  fish-common linux-headers-4.4.0-71 linux-headers-4.4.0-71-generic
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libirs-export141 libisccfg-export140
Suggested packages:
  isc-dhcp-server-ldap apparmor policycoreutils
The following NEW packages will be installed:
  isc-dhcp-server libirs-export141 libisccfg-export140
0 upgraded, 3 newly installed, 0 to remove and 5 not upgraded.
Need to get 469 kB of archives.
After this operation, 1583 kB of additional disk space will be used.
Do you want to continue? [Y/n] 


 

 
root@Gateway:~# cat /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)
Release:        8.0
Codename:       jessie
root@Gateway:~# uname -a
Linux Gateway 4.4.50+ #970 Mon Feb 20 19:12:50 GMT 2017 armv6l GNU/Linux
root@Gateway:~#

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×