-1

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

1 Answers1

1

First Update the System with the following command:

sudo apt-get update

Then try to install libevent-dev:

sudo apt-get install libevent-dev