I'm trying to install Tor browser from this article over here. I'm using method no. 2: Install Tor browser launcher using APT (Alternate Method). I'm using Ubuntu 22.04 LTS, so I've made sure the Universe repository is enabled. sudo add-apt-repository universe && sudo apt update After that, I've installed the Tor browser launcher like this: sudo apt install torbrowser-launcher It was all fine. No hurdles on the way. I understand that this is not the browser itself. Tor browser launcher is jus...