Linux Lite Forums

Software - Support => Installing Software => Topic started by: litetrader on May 22, 2022, 12:43:50 PM

Title: Torify
Post by: litetrader on May 22, 2022, 12:43:50 PM
I followed this (https://www.linuxliteos.com/forums/tutorials/installing-tor-in-linux-lite-3-x-series/) post to install tor project. With one modification
    Instead of gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 ( there was an error - server failure)
    I used gpg --keyserver keyserver.ubuntu.com --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89

but tor is not installing, i get the following error message

The following packages have unmet dependencies:
 tor : Depends: libevent-2.0-5 (>= 2.0.10-stable) but it is not installable
       Depends: libssl1.0.0 (>= 1.0.2~beta3) but it is not installable
       Recommends: tor-geoipdb but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

How can over come this error
Thanks