我需要将NordVPN安装到Linux 尾尾中。按照在终端窗口中为普通NordVPN https://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* 我该如何克服这个失败呢?
https://unix.stackexchange.com/questions/497783
复制相似问题