خیر هیچ دخالتی در سیستم نکردم. عرض کردم که بعد از نصب اوبونتو software updater رو اجرا کردم و اینطوری شد.
این هم خروجی دستورات
ali@ali-computer:~$ sudo apt update
[sudo] password for ali:
Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:3 http://archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Fetched 339 kB in 2s (145 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
ali@ali-computer:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libreoffice-base-core : Depends: libreoffice-core (= 1:7.3.7-0ubuntu0.22.04.4) but 1:7.3.7-0ubuntu0.22.04.3 is installed or
libreoffice-core-nogui (= 1:7.3.7-0ubuntu0.22.04.4) but it is not installed
libreoffice-calc : Depends: libreoffice-core (= 1:7.3.7-0ubuntu0.22.04.4) but 1:7.3.7-0ubuntu0.22.04.3 is installed
libreoffice-draw : Depends: libreoffice-core (= 1:7.3.7-0ubuntu0.22.04.4) but 1:7.3.7-0ubuntu0.22.04.3 is installed
libreoffice-gnome : Depends: libreoffice-core (= 1:7.3.7-0ubuntu0.22.04.4) but 1:7.3.7-0ubuntu0.22.04.3 is installed
libreoffice-gtk3 : Depends: libreoffice-core (= 1:7.3.7-0ubuntu0.22.04.4) but 1:7.3.7-0ubuntu0.22.04.3 is installed
libreoffice-impress : Depends: libreoffice-core (= 1:7.3.7-0ubuntu0.22.04.4) but 1:7.3.7-0ubuntu0.22.04.3 is installed
libreoffice-math : Depends: libreoffice-core (= 1:7.3.7-0ubuntu0.22.04.4) but 1:7.3.7-0ubuntu0.22.04.3 is installed
libreoffice-writer : Depends: libreoffice-core (= 1:7.3.7-0ubuntu0.22.04.4) but 1:7.3.7-0ubuntu0.22.04.3 is installed
python3-uno : Depends: libreoffice-core (= 1:7.3.7-0ubuntu0.22.04.4) but 1:7.3.7-0ubuntu0.22.04.3 is installed or
libreoffice-core-nogui (= 1:7.3.7-0ubuntu0.22.04.4) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
ali@ali-computer:~$
دستور ترمیمی که خودش پیشنهاد داده رو هم زدم. خروجی:
ali@ali-computer:~$ sudo apt --fix-broken install
[sudo] password for ali:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
libreoffice-core
Suggested packages:
gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer1.0-libav
The following packages will be upgraded:
libreoffice-core
1 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
124 not fully installed or removed.
Need to get 0 B/40.4 MB of archives.
After this operation, 8,192 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 202128 files and directories currently installed.)
Preparing to unpack .../libreoffice-core_1%3a7.3.7-0ubuntu0.22.04.4_amd64.deb ...
Unpacking libreoffice-core (1:7.3.7-0ubuntu0.22.04.4) over (1:7.3.7-0ubuntu0.22.04.3) ...
dpkg-deb (subprocess): ZSTD_decompressStream error : Corrupted block detected
dpkg-deb: error: <decompress> subprocess returned error exit status 2
dpkg: error processing archive /var/cache/apt/archives/libreoffice-core_1%3a7.3.
7-0ubuntu0.22.04.4_amd64.deb (--unpack):
cannot copy extracted data for './usr/lib/libreoffice/program/libmergedlo.so' t
o '/usr/lib/libreoffice/program/libmergedlo.so.dpkg-new': unexpected end of file
or stream
Errors were encountered while processing:
/var/cache/apt/archives/libreoffice-core_1%3a7.3.7-0ubuntu0.22.04.4_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
ali@ali-computer:~$