All resources i have come across say that this should work:
apt-get install libevent-dev
But this fails event even when I have super user privileges.
Does anyone know of a repository for this package?
My operating system is Ubuntu 18.04 LTS.
thanks in advance
Error output:
Reading package lists...Done
Building dependency tree...Done
Reading state information...Done
E: Unable to locate package libevent-dev
sudo apt update
– user535733 Feb 01 '19 at 05:56apt update
does). Hence the request for a completeapt update
output - it will tell us if you have a source problem, or any of several types of network problem. – user535733 Feb 01 '19 at 06:23