2
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 1 year has passed since last update.

ubuntu20.04LTS --> ubuntu22.04LTS に変更した際に更新が必要だったもの備忘録

Posted at

ubuntu20.04LTS --> ubuntu22.04LTS に変更した際に更新が必要だったもの備忘録

libgc1c2 not found

代わりに以下を実施する

apt install -y libgc1

python3-crypto not found

代わりに以下を実施する

apt install -y python3-pycryptodome

java 11 not found

add-apt-repository --yes ppa:rpardini/adoptopenjdk辺りが期待通りに動かないことがあった
代わりに以下を実施する

apt install -y openjdk-11-jdk

# 参考
https://jdk.java.net/11/

2
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
2
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?