「IT tips apt」の版間の差分
Moutaku3dayo (トーク | 投稿記録) (ページの作成:「 714 date 715 sudo hwclock --hctosys 716 sudo apt update 717 date 718 sudo apt update 719 sudo apt-get update 720 sudo apt update 721 sudo apt upgrade」) |
Moutaku3dayo (トーク | 投稿記録) 編集の要約なし |
||
(同じ利用者による、間の1版が非表示) | |||
1行目: | 1行目: | ||
<syntaxhighlight lang="bash" line> | |||
# sudo apt update | |||
Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease | |||
Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] | |||
Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease | |||
Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] | |||
Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] | |||
Reading package lists... Done | |||
E: Release file for http://security.ubuntu.com/ubuntu/dists/jammy-security/InRelease is not valid yet (invalid for another 3d 19h 41min 12s). Updates for this repository will not be applied. | |||
E: Release file for http://archive.ubuntu.com/ubuntu/dists/jammy-updates/InRelease is not valid yet (invalid for another 3d 19h 42min 28s). Updates for this repository will not be applied. | |||
E: Release file for http://archive.ubuntu.com/ubuntu/dists/jammy-backports/InRelease is not valid yet (invalid for another 11h 57min 50s). Updates for this repository will not be applied. | |||
714 date | 714 date | ||
715 sudo hwclock --hctosys | 715 sudo hwclock --hctosys | ||
7行目: | 20行目: | ||
720 sudo apt update | 720 sudo apt update | ||
721 sudo apt upgrade | 721 sudo apt upgrade | ||
</syntaxhighlight> |
2024年8月4日 (日) 08:30時点における最新版
# sudo apt update
Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease
Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
Reading package lists... Done
E: Release file for http://security.ubuntu.com/ubuntu/dists/jammy-security/InRelease is not valid yet (invalid for another 3d 19h 41min 12s). Updates for this repository will not be applied.
E: Release file for http://archive.ubuntu.com/ubuntu/dists/jammy-updates/InRelease is not valid yet (invalid for another 3d 19h 42min 28s). Updates for this repository will not be applied.
E: Release file for http://archive.ubuntu.com/ubuntu/dists/jammy-backports/InRelease is not valid yet (invalid for another 11h 57min 50s). Updates for this repository will not be applied.
714 date
715 sudo hwclock --hctosys
716 sudo apt update
717 date
718 sudo apt update
719 sudo apt-get update
720 sudo apt update
721 sudo apt upgrade