tar (child): tor-browser-linux32-3.5.2.1_en-US.tar.xz: Cannot open: No such file or directory
I have followed the steps:
Make a backup copy of your current sources.list file
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
Append new line of text to current sources.list file
CLI echo "new line of text" | sudo tee -a /etc/apt/sources.list GUI (Text Editor) sudo gedit /etc/apt/sources.list
Paste new line of text on new line at end of current sources.list text file in Text Editor.
Save and close sources.list
Don't forget to update in order to use the new repository
sudo apt-get update
(Found here How do I add a line to my /etc/apt/sources.list?)
so i come back to this step:
Download the architecture-appropriate file above, save it somewhere, then run one of the following two commands to extract the package archive:
tar -xvJf tor-browser-linux32-3.5.2.1_en-US.tar.xz
(Found here https://www.torproject.org/projects/torbrowser.html.en)
But i keep getting
tar (child): tor-browser-linux32-3.5.2.1_en-US.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now