我正在试验 VPN,所以我想安装 pptpd。
john@desktop:~$ sudo apt-get install pptpd
[sudo] password for john:
<snip>
The following extra packages will be installed:
bcrelay
The following NEW packages will be installed:
bcrelay pptpd
0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded.
Need to get 90.5 kB of archives.
After this operation, 442 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Run Code Online (Sandbox Code Playgroud)
一切都运行良好,直到我到达这里:
WARNING: The following packages cannot be authenticated!
bcrelay pptpd
Install these …Run Code Online (Sandbox Code Playgroud) 我想在我的局域网上建立我自己的本地存储库,以便局域网上的机器可以从中更新和升级。我想下载软件包并将它们存储在我的本地服务器上,以便我可以在不使用 Internet 的情况下从中更新、升级、安装等。
是否有可用的 ubuntu ISO 的 https 下载?