Up 全般のアップデート 作成: 2024-12-19
更新: 2024-12-19


  1. openssl, zlib, curl, wget のバージョン
    • openssl
        $ openssl version
        OpenSSL 1.1.1d 10 Sep 2019

    • zlib
        $ pkg-config --modversion zlib
        1.2.11

    • curl
        $ curl --version
        curl 7.64.0 (arm-unknown-linux-gnueabihf) libcurl/7.64.0 OpenSSL/1.1.1d zlib/1.2.11 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) libssh2/1.8.0 nghttp2/1.36.0 librtmp/2.3
        Release-Date: 2019-02-06
        Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
        Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL

    • wget
        $ wget -V
        GNU Wget 1.20.1 built on linux-gnueabihf. -cares +digest -gpgme +https +ipv6 +iri +large-file -metalink +nls +ntlm +opie +psl +ssl/gnutls Wgetrc: /etc/wgetrc (system) Locale: /usr/share/locale Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc" -DLOCALEDIR="/usr/share/locale" -I. -I../../src -I../lib -I../../lib -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -DHAVE_LIBGNUTLS -DNDEBUG -g -O2 -fdebug-prefix-map=/build/wget-t4ICcb/wget-1.20.1=. -fstack-protector-strong -Wformat -Werror=format-security -DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -g -Wall Link: gcc -I/usr/include/p11-kit-1 -DHAVE_LIBGNUTLS -DNDEBUG -g -O2 -fdebug-prefix-map=/build/wget-t4ICcb/wget-1.20.1=. -fstack-protector-strong -Wformat -Werror=format-security -DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -g -Wall -Wl,-z,relro -Wl,-z,now -lpcre2-8 -luuid -lidn2 -lnettle -lgnutls -lz -lpsl ftp-opie.o gnutls.o http-ntlm.o ../lib/libgnu.a Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://www.gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Originally written by Hrvoje Niksic <hniksic@xemacs.org>. Please send bug reports and questions to <bug-wget@gnu.org>.


  2. パッケージを最新にする
      $ sudo apt update
        利用可能なソフトウェアリポジトリのパッケージリストを更新

      $ sudo apt upgrade
        システム上のすべてのパッケージの最新バージョンをインストール


  3. openssl, zlib, curl, wget のバージョン
    • openssl
        $ openssl version
        OpenSSL 1.1.1d 10 Sep 2019
        (変更無し)

    • zlib
        $ pkg-config --modversion zlib
        1.2.11
        (変更無し)

    • curl
        $ curl --version
        curl 7.64.0
        (変更無し)

    • wget
        $ wget -V
        GNU Wget 1.20.1
        (変更無し)


    備考:
    • ファームウェアを最新にする
        $ uname -a

        $ suto rpi-update

    • 「依存関係がなく不要」と判断されたパッケージを削除
        $ suto apt autoremove