3
0

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.

WSLでapt-getが404になる件の解決

Posted at

現象

WSLにPostgreSQLをインストールするため、公式サイトを参考に下記のコマンドを入力したのだが、apt-getで404エラーが発生してしまい失敗した。

sudo apt-get install curl ca-certificates gnupg

解決策

を参考に下記を実行したら解決した。

sudo apt-get autoclean
sudo apt-get update
3
0
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
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?