Tor install in Deepin

[font=verdana]Hi, Brand new to Linux and command script, managed to install pale moon through terminal ;D, then thought id try Tor browser, followed instructions from here UbuntuUpdates - PPA: Tor and here LinuxG - The Ultimate Guide to the Online Casino India 2023 then tried to run and got this message:
deepin@deepin-pc:~/Desktop$ tor
Sep 26 21:31:37.966 [notice] Tor v0.2.4.20 (git-0d50b03673670de6) running on Linux with Libevent 2.0.21-stable and OpenSSL 1.0.1f.
Sep 26 21:31:37.966 [notice] Tor can’t help you if you use it wrong! Learn how to be safe at Tor Project | Download
Sep 26 21:31:37.966 [notice] Read configuration file “/etc/tor/torrc”.
Sep 26 21:31:37.974 [notice] Opening Socks listener on 127.0.0.1:9050
Sep 26 21:31:37.974 [warn] Could not bind to 127.0.0.1:9050: Address already in use. Is Tor already running?
Sep 26 21:31:37.974 [warn] Failed to parse/validate config: Failed to bind one of the listener ports.
Sep 26 21:31:37.974 [err] Reading config failed–see warnings above.
:o

and havent got a feckin clue what it means! :cry: Please go easy as Ive only been using it for 24hrs!

Plus I cannot connect to the torproject website i get this message and not sure what this means either!!
The connection to www.torproject.org was interrupted while the page was loading.

Found a few online lessons for absolute beginners and am trying to get to grips with it. Any help would be greatly appreciated,
Thanks for looking,

[/font]

OK, first let’s remove the “tor” package and it’s dependencies . it’s not really necessary for the tor-browser.

Open a terminal and run:

sudo apt-get remove --purge tor tor-geoipdb torsocks

OK, (in case you haven’t already, let’s add the webupd8team/tor-browser PPA:

sudo add-apt-repository ppa:webupd8team/tor-browser

and hit enter when prompted.

update the package cache:

sudo apt-get update

and install tor-browser:

sudo apt-get install tor-browser

“Tor Browser” should now be in your “Internet” menu

Or you can start it from the command line with:

/usr/bin/tor-browser-en.sh

Mark thanks for your help, it was going ok until the install where this came up:

N: Ignoring file ‘tor.list$’ in directory ‘/etc/apt/sources.list.d/’ as it has an invalid filename extension
N: Ignoring file ‘tor.list$’ in directory ‘/etc/apt/sources.list.d/’ as it has an invalid filename extension
E: Unable to locate package browser

Not sure what happened, i have the package saved, any thoughts on what happened?

Also read that privoxy should be run with tor browser is that true?

Thanks

Graham

What’s the output from:

ls -a /etc/apt/sources.list.d

and

cat /etc/lsb-release

and

cat /etc/apt/sources.list | tail -n 10