Hello,
today the result of
Please explain the result of my next executed command:
and for info:
BSD-regards
Ludensen
today the result of
pkg upgrade
was:
Code:
> sudo pkg upgrade
<snip>
The following 39 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
java-zoneinfo: 2021.e
Installed packages to be UPGRADED:
boost-libs: 1.88.0_1 -> 1.88.0_2
py311-pyside6: 6.9.1 -> 6.9.2
py311-shiboken6: 6.9.1_1 -> 6.9.2
qt6-3d: 6.9.1_2 -> 6.9.2
qt6-5compat: 6.9.1 -> 6.9.2
qt6-base: 6.9.1_1 -> 6.9.2
qt6-base_sqldriver-sqlite: 6.9.1 -> 6.9.2
qt6-charts: 6.9.1 -> 6.9.2
qt6-connectivity: 6.9.1 -> 6.9.2
qt6-datavis3d: 6.9.1 -> 6.9.2
qt6-declarative: 6.9.1 -> 6.9.2
qt6-doc: 6.9.1 -> 6.9.2
qt6-graphs: 6.9.1 -> 6.9.2
qt6-httpserver: 6.9.1 -> 6.9.2
qt6-imageformats: 6.9.1 -> 6.9.2
qt6-location: 6.9.1 -> 6.9.2
qt6-multimedia: 6.9.1 -> 6.9.2
qt6-networkauth: 6.9.1 -> 6.9.2
qt6-pdf: 6.9.1 -> 6.9.2
qt6-positioning: 6.9.1 -> 6.9.2
qt6-quick3d: 6.9.1_1 -> 6.9.2
qt6-quicktimeline: 6.9.1 -> 6.9.2
qt6-remoteobjects: 6.9.1 -> 6.9.2
qt6-scxml: 6.9.1 -> 6.9.2
qt6-sensors: 6.9.1 -> 6.9.2
qt6-serialbus: 6.9.1 -> 6.9.2
qt6-serialport: 6.9.1 -> 6.9.2
qt6-shadertools: 6.9.1 -> 6.9.2
qt6-speech: 6.9.1 -> 6.9.2
qt6-svg: 6.9.1_1 -> 6.9.2
qt6-tools: 6.9.1 -> 6.9.2
qt6-translations: 6.9.1 -> 6.9.2
qt6-wayland: 6.9.1_1 -> 6.9.2
qt6-webchannel: 6.9.1 -> 6.9.2
qt6-webengine: 6.9.1_2 -> 6.9.2
qt6-websockets: 6.9.1 -> 6.9.2
qt6-webview: 6.9.1 -> 6.9.2
qt6ct: 0.9_2 -> 0.9_3
Number of packages to be installed: 1
Number of packages to be upgraded: 38
<snip>
Code:
> sudo pkg autoremove
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages:
Installed packages to be REMOVED:
java-zoneinfo: 2021.e
Number of packages to be removed: 1
Proceed with deinstalling packages? [y/N]:
Code:
> pkg -vv
Version : 2.2.2
<snip>
ABI = "FreeBSD:14:amd64";
ALTABI = "freebsd:14:x86:64";
OSVERSION = "1402000";
Repositories:
FreeBSD: {
url : "pkg+[URL]https://pkg.freebsd.org/FreeBSD:14:amd64/quarterly[/URL]",
Ludensen