Unable to install Tor in Ubuntu 22.04 jammy due libevent dependency

Following the official tutorial to install TOR, im facing an issue in the last step due to libevent dependency:

$ sudo apt install tor deb.torproject.org-keyring 
[sudo] password for beast: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 tor : Depends: libevent-2.1-7 (>= 2.1.8-stable) but it is not installable
       Recommends: tor-geoipdb but it is not going to be installed
       Recommends: torsocks but it is not installable
E: Unable to correct problems, you have held broken packages.

Tor.list definition (in /etc/apt/sources.list.d):

deb     [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org jammy main
deb-src [signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org jammy main

This is the Ubuntu release i’m using:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.3 LTS
Release:    22.04
Codename:   jammy

I ve also tried to install libevent-2.1.12 from the official site without success. Also looking on other forums but i didnt see anyone with the same problem (using ubuntu 22.04) so any help is appreciated.