Trying to install tor browser using sudo apt install -y torbrowser-launcher
. Everything installs fine with no errors, then I run torbrowser-launcher
and get this.
$ torbrowser-launcher
Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.3.2
https://github.com/micahflee/torbrowser-launcher
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
Aborted (core dumped)
I tried googling for some fixes/ways to fix this but nothing so far has fixed my issue and my Linux knowledge is not good enough to do this on my own.
edit: I am running Ubuntu on my laptop as its only operating system, no VM's or anything.