Linux Tails(终端)中 NordVPN 应用程序安装问题

Linux Tails(终端)中 NordVPN 应用程序安装问题

我需要安装北VPN进入Linux尾巴。按照说明在终端窗口中执行正常的 NordVPNhttps://nordvpn.com/download/linux/:

sudo apt-get install /home/amnesia/Desktop/nordvpn-release_1.0.0_all.deb

几秒钟后,确认我希望继续,然后得到:

*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*  

我该如何克服这个失败?

答案1

自从Linux 尾巴强制所有连接通过托尔,它不会起作用。然而,这篇博文说你可以使用 VPNTor 浏览器(他们说不太安全)或者霍尼克斯 (他们说更安全)。

因此,我建议您回顾一下 Tor 浏览器在其他 Linux 上与 Whonix 上的优缺点,并决定哪个更适合您的需求。

相关内容