Azure 仮想マシンのUbuntu にVisual Studio Code Serverをインストールするときにメッセージが表示されたので調査しました。
N: Download is performed unsandboxed as root as file '/root/vscode/vscodeserver.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
上記のようなメッセージが表示されます。
結論としては無視して構いません。
apt でインストールする場合に _aptが利用されるが権限も問題で発生するようです。
下記で解決方法が記載されています。
-
permissions - What does this apt error message ("Download is performed unsandboxed as root...") mean? - Ask Ubuntu
I get it after updating in Synaptic Manager I recently did a clean install of Ubuntu 17.04 from 16. ...
askubuntu.com
しかし、これでは解決できません。無視しても構わないとあります。
また下記でも言及されています。
-
problems with _apt user privileges in upgrading from Jessie to Stretch [solved?]
lists.debian.org
Docker Desktopのインストールでも起きる可能性があるようです。
-
Ubuntu に Docker Desktop をインストール — Docker-docs-ja 24.0 ドキュメント
docs.docker.jp
ということで無視しましょう。