Issue with NordVPN app installation in Linux Tails (Terminal)
Clash Royale CLAN TAG#URR8PPP
I need to install NordVPN into Linux Tails. Followed the instructions to perform in a Terminal window for the normal NordVPN https://nordvpn.com/download/linux/ :
sudo apt-get install /home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb
After a few seconds, confirmed I wished to proceed, then got:
*Get:1 /home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb nordvpn-release all 1.0.0 [5,358 B]
[INFO] Saving package changes
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apt/cache.py", line 194, in __getitem__
return self._weakref[key]
File "/usr/lib/python3.5/weakref.py", line 137, in __getitem__
o = self.data[key]()
KeyError: 'nordvpn-release'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apt/cache.py", line 198, in __getitem__
rawpkg = self._cache[key]
KeyError: 'nordvpn-release'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/sbin/tails-additional-software", line 671, in <module>
apt_hook_pre()
File "/usr/local/sbin/tails-additional-software", line 459, in apt_hook_pre
if not apt_cache[package_name].is_installed:
File "/usr/lib/python3/dist-packages/apt/cache.py", line 200, in __getitem__
raise KeyError('The cache has no package named %r' % key)
KeyError: "The cache has no package named 'nordvpn-release'"
N: Download is performed unsandboxed as root as file
'/home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
E: Sub-process /usr/local/sbin/tails-additional-software apt-pre returned an error code (1)
E: Failure running script /usr/local/sbin/tails-additional-software apt-pre*
How do I overcome this failure?
software-installation vpn tails-os
add a comment |
I need to install NordVPN into Linux Tails. Followed the instructions to perform in a Terminal window for the normal NordVPN https://nordvpn.com/download/linux/ :
sudo apt-get install /home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb
After a few seconds, confirmed I wished to proceed, then got:
*Get:1 /home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb nordvpn-release all 1.0.0 [5,358 B]
[INFO] Saving package changes
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apt/cache.py", line 194, in __getitem__
return self._weakref[key]
File "/usr/lib/python3.5/weakref.py", line 137, in __getitem__
o = self.data[key]()
KeyError: 'nordvpn-release'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apt/cache.py", line 198, in __getitem__
rawpkg = self._cache[key]
KeyError: 'nordvpn-release'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/sbin/tails-additional-software", line 671, in <module>
apt_hook_pre()
File "/usr/local/sbin/tails-additional-software", line 459, in apt_hook_pre
if not apt_cache[package_name].is_installed:
File "/usr/lib/python3/dist-packages/apt/cache.py", line 200, in __getitem__
raise KeyError('The cache has no package named %r' % key)
KeyError: "The cache has no package named 'nordvpn-release'"
N: Download is performed unsandboxed as root as file
'/home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
E: Sub-process /usr/local/sbin/tails-additional-software apt-pre returned an error code (1)
E: Failure running script /usr/local/sbin/tails-additional-software apt-pre*
How do I overcome this failure?
software-installation vpn tails-os
As you're new here: If one of the answers below solved your problem, don't forget to click the grey ☑ at the left of its text, which means Yes, this answer is the most useful of all! unix.stackexchange.com/help/accepted-answer
– K7AAY
Feb 4 at 18:35
add a comment |
I need to install NordVPN into Linux Tails. Followed the instructions to perform in a Terminal window for the normal NordVPN https://nordvpn.com/download/linux/ :
sudo apt-get install /home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb
After a few seconds, confirmed I wished to proceed, then got:
*Get:1 /home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb nordvpn-release all 1.0.0 [5,358 B]
[INFO] Saving package changes
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apt/cache.py", line 194, in __getitem__
return self._weakref[key]
File "/usr/lib/python3.5/weakref.py", line 137, in __getitem__
o = self.data[key]()
KeyError: 'nordvpn-release'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apt/cache.py", line 198, in __getitem__
rawpkg = self._cache[key]
KeyError: 'nordvpn-release'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/sbin/tails-additional-software", line 671, in <module>
apt_hook_pre()
File "/usr/local/sbin/tails-additional-software", line 459, in apt_hook_pre
if not apt_cache[package_name].is_installed:
File "/usr/lib/python3/dist-packages/apt/cache.py", line 200, in __getitem__
raise KeyError('The cache has no package named %r' % key)
KeyError: "The cache has no package named 'nordvpn-release'"
N: Download is performed unsandboxed as root as file
'/home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
E: Sub-process /usr/local/sbin/tails-additional-software apt-pre returned an error code (1)
E: Failure running script /usr/local/sbin/tails-additional-software apt-pre*
How do I overcome this failure?
software-installation vpn tails-os
I need to install NordVPN into Linux Tails. Followed the instructions to perform in a Terminal window for the normal NordVPN https://nordvpn.com/download/linux/ :
sudo apt-get install /home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb
After a few seconds, confirmed I wished to proceed, then got:
*Get:1 /home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb nordvpn-release all 1.0.0 [5,358 B]
[INFO] Saving package changes
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apt/cache.py", line 194, in __getitem__
return self._weakref[key]
File "/usr/lib/python3.5/weakref.py", line 137, in __getitem__
o = self.data[key]()
KeyError: 'nordvpn-release'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apt/cache.py", line 198, in __getitem__
rawpkg = self._cache[key]
KeyError: 'nordvpn-release'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/sbin/tails-additional-software", line 671, in <module>
apt_hook_pre()
File "/usr/local/sbin/tails-additional-software", line 459, in apt_hook_pre
if not apt_cache[package_name].is_installed:
File "/usr/lib/python3/dist-packages/apt/cache.py", line 200, in __getitem__
raise KeyError('The cache has no package named %r' % key)
KeyError: "The cache has no package named 'nordvpn-release'"
N: Download is performed unsandboxed as root as file
'/home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
E: Sub-process /usr/local/sbin/tails-additional-software apt-pre returned an error code (1)
E: Failure running script /usr/local/sbin/tails-additional-software apt-pre*
How do I overcome this failure?
software-installation vpn tails-os
software-installation vpn tails-os
edited Feb 3 at 11:10
Jeff Schaller
41.7k1156133
41.7k1156133
asked Jan 30 at 21:09
user334340user334340
1
1
As you're new here: If one of the answers below solved your problem, don't forget to click the grey ☑ at the left of its text, which means Yes, this answer is the most useful of all! unix.stackexchange.com/help/accepted-answer
– K7AAY
Feb 4 at 18:35
add a comment |
As you're new here: If one of the answers below solved your problem, don't forget to click the grey ☑ at the left of its text, which means Yes, this answer is the most useful of all! unix.stackexchange.com/help/accepted-answer
– K7AAY
Feb 4 at 18:35
As you're new here: If one of the answers below solved your problem, don't forget to click the grey ☑ at the left of its text, which means Yes, this answer is the most useful of all! unix.stackexchange.com/help/accepted-answer
– K7AAY
Feb 4 at 18:35
As you're new here: If one of the answers below solved your problem, don't forget to click the grey ☑ at the left of its text, which means Yes, this answer is the most useful of all! unix.stackexchange.com/help/accepted-answer
– K7AAY
Feb 4 at 18:35
add a comment |
1 Answer
1
active
oldest
votes
Since Linux Tails forces all connections through Tor, it won't work. However, this blog post says you can use a VPN with Tor Browser (less safe, they say) or Whonix (more safe, they say).
Therefore, I suggest you review the pros and cons of Tor Browser on another Linux vs Whonix, and decide which suits your needs better.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f497783%2fissue-with-nordvpn-app-installation-in-linux-tails-terminal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Since Linux Tails forces all connections through Tor, it won't work. However, this blog post says you can use a VPN with Tor Browser (less safe, they say) or Whonix (more safe, they say).
Therefore, I suggest you review the pros and cons of Tor Browser on another Linux vs Whonix, and decide which suits your needs better.
add a comment |
Since Linux Tails forces all connections through Tor, it won't work. However, this blog post says you can use a VPN with Tor Browser (less safe, they say) or Whonix (more safe, they say).
Therefore, I suggest you review the pros and cons of Tor Browser on another Linux vs Whonix, and decide which suits your needs better.
add a comment |
Since Linux Tails forces all connections through Tor, it won't work. However, this blog post says you can use a VPN with Tor Browser (less safe, they say) or Whonix (more safe, they say).
Therefore, I suggest you review the pros and cons of Tor Browser on another Linux vs Whonix, and decide which suits your needs better.
Since Linux Tails forces all connections through Tor, it won't work. However, this blog post says you can use a VPN with Tor Browser (less safe, they say) or Whonix (more safe, they say).
Therefore, I suggest you review the pros and cons of Tor Browser on another Linux vs Whonix, and decide which suits your needs better.
answered Jan 30 at 21:42
K7AAYK7AAY
614624
614624
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f497783%2fissue-with-nordvpn-app-installation-in-linux-tails-terminal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
As you're new here: If one of the answers below solved your problem, don't forget to click the grey ☑ at the left of its text, which means Yes, this answer is the most useful of all! unix.stackexchange.com/help/accepted-answer
– K7AAY
Feb 4 at 18:35