1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ubuntuでpythonアプデ時

1
Last updated at Posted at 2020-09-20

ubuntuにて、python3.8にupdate

sudo apt update
sudo apt install python3.8

update後、ubuntuを再起動させる。

sudo reboot

すると、以下のエラーが出た('ω')

System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Failed to talk to init daemon.

Ubuntuにおいて、shutdownコマンドやrebootコマンドはサポートされていない(?)
なので、コマンドプロンプトからWSLを停止させる。

まずUbuntuのバージョン確認する

cat /etc/issue

その後、コマンドプロンプトで以下を実行

wsl -t Ubuntu XXXXX(バージョン)
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?