我需要安装北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*
我该如何克服这个失败?