[FreeBSD 14.3] pkg logic

Code:
# pkg upgrade

Installed packages to be UPGRADED:
        libdeflate: 1.24 -> 1.25 [FreeBSD]
        libedit: 3.1.20251016,1 -> 3.1.20251016_1,1 [FreeBSD]
        nginx: 1.28.0_7,3 -> 1.28.0_8,3 [FreeBSD]
        nsd: 4.13.0 -> 4.14.0 [FreeBSD]
        pcre2: 10.47 -> 10.47_1 [FreeBSD]
        png: 1.6.50 -> 1.6.52 [FreeBSD]
        py311-certifi: 2025.10.5 -> 2025.11.12 [FreeBSD]
        py311-urllib3: 2.5.0,1 -> 2.6.0,1 [FreeBSD]
        tmux: 3.5a_1 -> 3.6_1 [FreeBSD]

Number of packages to be upgraded: 9

The process will require 4 MiB more space.
4 MiB to be downloaded.

Proceed with this action? [y/N]: y
Please type 'Y[es]' or 'N[o]' to make a selection

Proceed with this action? [y/N]: Y
When upgrading with pkg, it asked me [y/N], I said "y", being wrong answer then!
 
Code:
# pkg upgrade

Installed packages to be UPGRADED:
        libdeflate: 1.24 -> 1.25 [FreeBSD]
        libedit: 3.1.20251016,1 -> 3.1.20251016_1,1 [FreeBSD]
        nginx: 1.28.0_7,3 -> 1.28.0_8,3 [FreeBSD]
        nsd: 4.13.0 -> 4.14.0 [FreeBSD]
        pcre2: 10.47 -> 10.47_1 [FreeBSD]
        png: 1.6.50 -> 1.6.52 [FreeBSD]
        py311-certifi: 2025.10.5 -> 2025.11.12 [FreeBSD]
        py311-urllib3: 2.5.0,1 -> 2.6.0,1 [FreeBSD]
        tmux: 3.5a_1 -> 3.6_1 [FreeBSD]

Number of packages to be upgraded: 9

The process will require 4 MiB more space.
4 MiB to be downloaded.

Proceed with this action? [y/N]: y
Please type 'Y[es]' or 'N[o]' to make a selection

Proceed with this action? [y/N]: Y
When upgrading with pkg, it asked me [y/N], I said "y", being wrong answer then!
Uppercase "N" doesn't mean that lowercase "y" is a wrong answer, just means that if you just press "Enter" without choosing the default action is to not upgrade anything.
 
Back
Top