Problem with boot partition Acer Aspire 5742G

Is he?

yes, he is…

hes got this symbol: # and also runs pacman command without sudo

Could you tell me please how to use proper formatting?

you have already proper formatted outputs…
use this:

```
your output here
```

Is there any chance of repair?

yes… just follow the instructions… did you rerun the update?

It’s just that the update on the live CD is very slow.

Which instruction do you have in mind?

what is it doing now? only downloading?
to rerun the update first, since it was interrupted…

only downloading…

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 onlyoffice-desktopeditors-7.3.3-1-x86_64.pkg.tar.zst failed to download
 Total (  1/562)                      1919.6 MiB  17.7 MiB/s 01:48 [####################################] 100%
error: failed retrieving file 'onlyoffice-desktopeditors-7.3.3-1-x86_64.pkg.tar.zst' from mirror.yandex.ru : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
error: failed retrieving file 'onlyoffice-desktopeditors-7.3.3-1-x86_64.pkg.tar.zst' from manjaro.astra.in.ua : Resolving timed out after 10000 milliseconds
error: failed retrieving file 'onlyoffice-desktopeditors-7.3.3-1-x86_64.pkg.tar.zst' from manjarolinux-mirror.cloud.mu : Resolving timed out after 10000 milliseconds
error: failed retrieving file 'onlyoffice-desktopeditors-7.3.3-1-x86_64.pkg.tar.zst' from mirrors.vishnetwork.in : Could not resolve host: mirrors.vishnetwork.in
warning: too many errors from mirrors.vishnetwork.in, skipping for the remainder of this transaction
error: failed retrieving file 'onlyoffice-desktopeditors-7.3.3-1-x86_64.pkg.tar.zst' from mirrors.jlu.edu.cn : Could not resolve host: mirrors.jlu.edu.cn
warning: too many errors from mirrors.jlu.edu.cn, skipping for the remainder of this transaction
warning: failed to retrieve some files
error: failed to commit transaction (invalid url for server)
Errors occurred, no packages were upgraded.

yes, could be the mirrors, or your actuall internet…
exit chroot:
exit
reboot, boot into live usb again, connect to internet and make sure you are connected, chroot:
manjaro-chroot -a
rerun update again:
pacman-mirrors -f 5 && pacman -Syyu

Addition:
pacman-mirrors --geoip && pacman-mirrors --fasttrack && pacman -Syyu

Then it chooses mirrors by your geolocation. Instead of --geoip you could use --country Global, then it will use Manjaros global CDN. Maybe that works better then.

[manjaro manjaro]# pacman-mirrors --country Global && pacman-mirrors --fasttrack && pacman -Syyu
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: https://repo.manjaro.org/status.json
::INFO User generated mirror list
::------------------------------------------------------------
::INFO Custom mirror file saved: /var/lib/pacman-mirrors/custom-mirrors.json
::INFO Using custom mirror file
::INFO Querying mirrors - This may take some time
  2.935 Global         : https://mirrors.manjaro.org/repo/
::INFO Writing mirror list
::Global          : https://mirrors.manjaro.org/repo/stable/$repo/$arch
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist
::INFO To reset custom mirrorlist 'sudo pacman-mirrors -id'
::INFO To remove custom config run  'sudo pacman-mirrors -c all'
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: https://repo.manjaro.org/status.json
::INFO Using custom mirror file
::INFO Querying mirrors - This may take some time
  2.969 Global         : https://mirrors.manjaro.org/repo/
::INFO Writing mirror list
::Global          : https://mirrors.manjaro.org/repo/stable/$repo/$arch
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist
:: Synchronizing package databases...
error: failed to synchronize all databases (unable to lock database)

remove the lock:
rm /var/lib/pacman/db.lck
rerun the update command again

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 onlyoffice-desktopeditors-7.3.3-1-x86_64.pkg.tar.zst failed to download
 Total (  1/562)                      1905.9 MiB  8.11 MiB/s 03:55 [####################################] 100%
error: failed retrieving file 'onlyoffice-desktopeditors-7.3.3-1-x86_64.pkg.tar.zst' from manjaro.ucom.am : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
warning: failed to retrieve some files
error: failed to commit transaction (download library error)
Errors occurred, no packages were upgraded.

Phew… that is ridiculous. The only thing I could imagine now is that space is left on the harddrive. Which connection are you using? Cable or Wifi?

If WiFi, then you need to install the broadcom driver, since the baked in drivers are rather reversed-engneered.

Not in chroot:

sudo mhwd --install pci network-broadcom-wl

Otherwise use a cable.

sudo mhwd --install network-broadcom-wl                                                        ✔ 
Error: invalid use of option: -i/--install

Usage: mhwd [OPTIONS] <config(s)>

  --pci                                 list only pci devices and driver configs
  --usb                                 list only usb devices and driver configs
  -h/--help                             show help
  -v/--version                          show version of mhwd
  -f/--force                            force reinstallation
  -d/--detail                           show detailed info for -l/-li/-lh
  -l/--list                             list available configs for devices
  -la/--listall                         list all driver configs
  -li/--listinstalled                   list installed driver configs
  -lh/--listhardware                    list hardware information
  -i/--install <usb/pci> <config(s)>    install driver config(s)
  -ic/--installcustom <usb/pci> <path>  install custom config(s)
  -r/--remove <usb/pci> <config(s)>     remove driver config(s)
  -a/--auto <usb/pci> <free/nonfree> <classid>  auto install configs for classid
  --pmcachedir <path>                   set package manager cache path
  --pmconfig <path>                     set package manager config
  --pmroot <path>                       set package manager root


:arrow_down:

:: Some packages should be upgraded first...
resolving dependencies...
looking for conflicting packages...

Packages (3) archlinux-keyring-20230320-1  manjaro-keyring-20230318-1  manjaro-system-20230401-1

Total Download Size:   1.69 MiB
Total Installed Size:  2.31 MiB
Net Upgrade Size:      0.01 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 archlinux-keyring-20230320-1-any     1156.8 KiB  53.5 KiB/s 00:22 [####################################] 100%
 manjaro-keyring-20230318-1-any        547.7 KiB  52.0 KiB/s 00:11 [####################################] 100%
 manjaro-system-20230401-1-any          29.0 KiB  55.0 KiB/s 00:01 [####################################] 100%
 Total (3/3)                          1733.5 KiB  52.5 KiB/s 00:33 [####################################] 100%
(3/3) checking keys in keyring                                     [####################################] 100%
(3/3) checking package integrity                                   [####################################] 100%
(3/3) loading package files                                        [####################################] 100%
(3/3) checking for file conflicts                                  [####################################] 100%
(3/3) checking available disk space                                [####################################] 100%
:: Running pre-transaction hooks...
(1/1) Creating Timeshift snapshot before upgrade...
==> skipping timeshift-autosnap because system is booted in Live CD mode...
:: Processing package changes...
(1/3) upgrading archlinux-keyring                                  [####################################] 100%
==> Appending keys from archlinux.gpg...
==> Updating trust database...
gpg: next trustdb check due at 2023-07-07
==> Updating trust database...
gpg: next trustdb check due at 2023-07-07
(2/3) upgrading manjaro-keyring                                    [####################################] 100%
==> Appending keys from manjaro.gpg...
gpg: error reading key: No public key
gpg: error reading key: No public key
gpg: error reading key: No public key
gpg: error reading key: No public key
gpg: error reading key: No public key
gpg: error reading key: No public key
gpg: error reading key: No public key
gpg: error reading key: No public key
==> Locally signing trusted keys in keyring...
  -> Locally signed 2 keys.
==> Importing owner trust values...
==> Disabling revoked keys in keyring...
  -> Disabled 8 keys.
==> Updating trust database...
gpg: next trustdb check due at 2023-07-07
(3/3) upgrading manjaro-system                                     [####################################] 100%
==> Checking for 'os-prober' setup ...
    We will reenable 'os-prober' for you ...
/usr/bin/grub-probe: error: failed to get canonical path of `overlay'.
==> Checking if graphic drivers need an update ...
:: Running post-transaction hooks...
(1/3) Reloading system manager configuration...
(2/3) Arming ConditionNeedsUpdate...
(3/3) Refreshing PackageKit...

:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: libcamera-ipa will be installed before its libcamera dependency
warning: dependency cycle detected:
warning: mhwd-nvidia will be installed before its mhwd dependency
warning: dependency cycle detected:
warning: mhwd-nvidia-390xx will be installed before its mhwd dependency
warning: dependency cycle detected:
warning: mhwd-nvidia-470xx will be installed before its mhwd dependency

Packages (563) accountsservice-23.13.9-1  adobe-source-code-pro-fonts-2.042u+1.062i+1.026vf-1
               adobe-source-sans-fonts-3.052-1  alsa-firmware-1.2.4-3  alsa-oss-1.1.8-5
               alsa-plugins-1:1.2.7.1-2  alsa-topology-conf-1.2.5.1-3  amd-ucode-20230404.2e92a49f-1
               appstream-0.16.1-2  appstream-glib-0.8.2-2  appstream-qt-0.16.1-2
               archlinux-appstream-data-20230421-1  ark-23.04.0-1  at-spi2-core-2.48.0-2  attica-5.105.0-1
               attr-2.5.1-3  audiocd-kio-23.04.0-1  audit-3.1-1  baloo-5.105.0-1  baloo-widgets-23.04.0-1
               bluedevil-1:5.27.4-1  bluez-qt-5.105.0-1  breeze-5.27.4-1  breeze-gtk-5.27.4-2.1
               breeze-icons-5.105.0-1  brotli-1.0.9-10  btrfs-progs-6.2.2-1  bubblewrap-0.8.0-1
               ca-certificates-mozilla-3.89-1  calamares-3.2.62-1  chromaprint-1.5.1-7  cifs-utils-7.0-3
               ckbcomp-1.215-1  clang-15.0.7-2  clinfo-3.0.21.02.21-1  cmus-2.10.0-4  coreutils-9.3-1
               cpupower-6.2-1  cracklib-2.9.11-1  cryptsetup-2.6.1-3.2  cups-1:2.4.2-6
               cups-filters-1.28.17-2  curl-8.0.1-1  cython-0.29.34-1  dav1d-1.1.0-1  dbus-1.14.6-2
               dbus-python-1.2.18-4  device-mapper-2.03.21-1  dmidecode-3.5-1  dolphin-23.04.0-2
               dolphin-plugins-23.04.0-1  efibootmgr-18-2  efivar-38-3  elisa-23.04.0-1  enchant-2.3.4-1
               f2fs-tools-1.16.0-1  faac-1.30-4  ffmpeg-2:6.0-5  ffmpeg4.4-4.4.3-2  ffmpegthumbs-23.04.0-1
               fftw-3.3.10-4  file-5.44-3  filelight-23.04.0-1  filesystem-2023.03.21-1  findutils-4.9.0-3
               firefox-113.0-0.1  flatpak-1:1.15.4-1  fluidsynth-2.3.2-1  foomatic-db-3:20230402-1
               foomatic-db-nonfree-3:20230402-1  foomatic-db-nonfree-ppds-3:20230402-1
               foomatic-db-ppds-3:20230402-1  frameworkintegration-5.105.0-1  fuse-common-3.14.1-1
               fuse3-3.14.1-1  fwupd-1.8.14-1  fzf-0.39.0-1  gawk-5.2.1-2  gdbm-1.23-2  gettext-0.21.1-5
               ghostscript-10.01.1-1  git-2.40.1-1  glib-networking-1:2.76.0-1  glib2-2.76.1-1
               glibmm-2.66.6-1  glslang-12.1.0-1  gnupg-2.2.41-1  gnutls-3.8.0-1
               gobject-introspection-runtime-1.76.1-1  gparted-1.5.0-1  gperftools-2.10-1  gpgme-1.20.0-1
               grep-3.10-1  groff-1.22.4-10  grub-2.06.r499.ge67a551a4-2  grub-theme-live-common-20.2-15
               grub-theme-live-manjaro-20.2-15  grub-theme-manjaro-20.2-15  gsettings-desktop-schemas-44.0-1
               gsfonts-20200910-3  gst-libav-1.22.1-2  gst-plugins-bad-1.22.1-2
               gst-plugins-bad-libs-1.22.1-2  gst-plugins-base-1.22.1-2  gst-plugins-base-libs-1.22.1-2
               gst-plugins-good-1.22.1-2  gst-plugins-ugly-1.22.1-2  gstreamer-1.22.1-2
               gtk-update-icon-cache-1:4.10.3-1  gtk3-1:3.24.37-1  gupnp-igd-1.6.0-1  gwenview-23.04.0-1
               harfbuzz-7.1.0-1  harfbuzz-icu-7.1.0-1  hicolor-icon-theme-0.17-3  hidapi-0.13.1-2
               highway-1.0.4-1  hwdata-0.369-1  hwloc-2.9.1-1  iana-etc-20230405-1  imagemagick-7.1.1.8-1
               imath-3.1.7-1  imlib2-1.11.0-1  inetutils-2.4-1  intel-ucode-20230214-1  inxi-3.3.27.1-1
               iproute2-6.2.0-2  iso-codes-4.13.0-1  kaccounts-integration-23.04.0-1
               kaccounts-providers-23.04.0-1  kactivities-5.105.0-1  kactivities-stats-5.105.0-1
               kactivitymanagerd-5.27.4-1  kamera-23.04.0-1  karchive-5.105.0-1  kate-23.04.0-1
               kauth-5.105.0-1  kbookmarks-5.105.0-1  kcalc-23.04.0-1  kcmutils-5.105.0-1  kcodecs-5.105.0-1
               kcompletion-5.105.0-1  kconfig-5.105.0-1  kconfigwidgets-5.105.0-1  kcontacts-1:5.105.0-1
               kcoreaddons-5.105.0-1  kcrash-5.105.0-1  kdbusaddons-5.105.0-1  kde-cli-tools-5.27.4-1
               kde-gtk-config-5.27.4-1  kdeclarative-5.105.0-1  kdeconnect-23.04.0-1  kdecoration-5.27.4-1
               kded-5.105.0-1  kdegraphics-mobipocket-23.04.0-1  kdegraphics-thumbnailers-23.04.0-1
               kdelibs4support-5.105.0-1  kdenetwork-filesharing-23.04.0-1  kdeplasma-addons-5.27.4-1
               kdesu-5.105.0-1  kdnssd-5.105.0-1  kdoctools-5.105.0-1  keditbookmarks-23.04.0-1
               kemoticons-5.105.0-1  kfilemetadata-5.105.0-1  kfind-23.04.0-1  kgamma5-5.27.4-1
               kglobalaccel-5.105.0-1  kguiaddons-5.105.0-1  khelpcenter-23.04.0-1  kholidays-1:5.105.0-1
               khotkeys-5.27.4-1  khtml-5.105.0-1  ki18n-5.105.0-1  kiconthemes-5.105.0-1
               kidletime-5.105.0-1  kimageannotator-0.6.1-1  kimageformats-5.105.0-1  kinfocenter-5.27.4-1
               kinit-5.105.0-1  kio-5.105.0-1  kio-extras-23.04.0-1  kirigami-addons-0.8.0-1
               kirigami2-5.105.0-1  kitemmodels-5.105.0-1  kitemviews-5.105.0-1  kjobwidgets-5.105.0-1
               kjs-5.105.0-1  kmenuedit-5.27.4-1  knewstuff-5.105.0-1  knotifications-5.105.0-1
               knotifyconfig-5.105.0-1  konsole-23.04.0-1  kpackage-5.105.0-1  kparts-5.105.0-1
               kpeople-5.105.0-1  kpipewire-5.27.4-1  kpmcore-23.04.0-1  kpty-5.105.0-1
               kquickcharts-5.105.0-1  krunner-5.105.0-1  ksanecore-23.04.0-1  kscreen-5.27.4-1
               kscreenlocker-5.27.4-1  kservice-5.105.0-1  ksshaskpass-5.27.4-1  ksystemlog-23.04.0-1
               ksystemstats-5.27.4-1  ktexteditor-5.105.0-1  ktextwidgets-5.105.0-1
               kunitconversion-5.105.0-1  kwallet-5.105.0-1  kwallet-pam-5.27.4-1  kwalletmanager-23.04.0-1
               kwayland-5.105.0-1  kwayland-integration-5.27.4-1  kwidgetsaddons-5.105.0-1  kwin-5.27.4.1-1
               kwindowsystem-5.105.0-1  kwrited-5.27.4-1  kxmlgui-5.105.0-1  l-smash-2.14.5-3
               layer-shell-qt-5.27.4-1  lcms2-2.15-1  ldb-2:2.7.2-1  lib32-curl-8.0.1-1  lib32-dbus-1.14.6-2
               lib32-libcap-2.68-1  lib32-libdrm-2.4.115-1  lib32-libelf-0.189-1  lib32-libgcrypt-1.10.2-1
               lib32-libldap-2.6.4-1  lib32-libltdl-2.4.7-3  lib32-libpsl-0.21.2-1  lib32-libpulse-16.1-6
               lib32-libva-mesa-driver-23.0.3-1  lib32-libx11-1.8.4-1  lib32-libxml2-2.10.4-2
               lib32-mesa-23.0.3-1  lib32-mesa-vdpau-23.0.3-1  lib32-openssl-1:3.0.8-1  lib32-opus-1.4-1
               lib32-systemd-252.10-2  lib32-tdb-1.4.8-1  lib32-vulkan-icd-loader-1.3.245-1
               lib32-vulkan-intel-23.0.3-1  lib32-vulkan-radeon-23.0.3-1  lib32-wayland-1.22.0-1
               lib32-xz-5.4.2-1  lib32-zstd-1.5.5-1  libaio-0.3.113-2  libass-0.17.1-1  libassuan-2.5.5-2
               libavc1394-0.5.4-5  libavtp-0.2.0-2  libbpf-1.1.0-1  libcamera-0.0.4-4  libcamera-ipa-0.0.4-4
               libcap-2.68-1  libcbor-0.10.2-1  libcups-1:2.4.2-6  libde265-1.0.11-2  libdecor-0.1.1-2
               libdiscid-0.6.4-2  libdrm-2.4.115-1  libdv-1.0.0-10  libedit-20221030_3.1-1  libelf-0.189-1
               libgcrypt-1.10.2-1  libgirepository-1.76.1-1  libgit2-1:1.6.4-1  libgme-0.6.3-2
               libgpg-error-1.47-1  libhandy-1.8.2-1  libheif-1.15.2-1  libibus-1.5.28-3  libice-1.1.1-2
               libid3tag-0.15.1b-12  libimagequant-4.1.1-1  libinput-1.23.0-1  libinstpatch-1.1.6-2
               libisl-0.26-1  libjcat-0.1.13-2  libjpeg-turbo-2.1.5.1-1  libjxl-0.8.1-1  libkate-0.4.1-9
               libkcddb-23.04.0-1  libkcompactdisc-23.04.0-1  libkdcraw-23.04.0-1  libkexiv2-23.04.0-1
               libksane-23.04.0-1  libkscreen-5.27.4-1  libksysguard-5.27.4-1  libldap-2.6.4-2
               libmad-0.15.1b-10  libmalcontent-0.11.1-1  libmanette-0.2.6-4  libmbim-1.28.4-1
               libmfx-23.1.6-1  libmm-glib-1.20.6-1  libmtp-1.1.21-1  libnftnl-1.2.5-1  libnghttp2-1.52.0-2
               libnice-0.1.21-2  libnm-1.42.6-1  libnotify-0.8.2-1  libnsl-2.0.0-3  libopenmpt-0.6.10-1
               libpamac-11.5.3-1  libpamac-flatpak-plugin-11.5.3-1  libpaper-2.1.0-1  libpcap-1.10.4-1
               libpipewire-1:0.3.70-1  libplacebo-5.229.2-2  libpulse-16.1-6  libqalculate-4.6.1-1
               libqmi-1.32.4-1  libraqm-0.10.1-1  librsvg-2:2.56.0-1  libsamplerate-0.2.2-2  libsoup3-3.4.1-1
               libsysprof-capture-3.48.0-1  libtiff-4.5.0-3  libtraceevent-1:1.7.2-1  libtracefs-1.6.4-2
               libupnp-1.14.16-1  liburcu-0.14.0-1  libusb-1.0.26-2  libva-2.18.0-1
               libva-mesa-driver-23.0.3-1  libvpx-1.13.0-1  libwacom-2.6.0-2  libwbclient-4.18.2-1
               libwireplumber-0.4.14-1  libwpe-1.14.1-2  libx86emu-3.5-3  libxau-1.0.11-2  libxaw-1.0.15-1
               libxdmcp-1.1.4-2  libxfixes-6.0.1-1  libxfont2-2.0.6-2  libxft-2.3.8-1  libxi-1.8-3
               libxklavier-5.4-4  libxml2-2.10.4-2  libxmlb-0.3.11-1  libxpm-3.5.16-1  libxt-1.3.0-1
               libxvmc-1.0.13-2  licenses-20220125-2  linux-firmware-20230404.2e92a49f-1
               linux-firmware-whence-20230404.2e92a49f-1  linux61-6.1.26-1  llvm-15.0.7-2  llvm-libs-15.0.7-2
               lmdb-0.9.30-3  lua-5.4.4-4  lvm2-2.03.21-1  man-pages-6.04-1  manjaro-hello-0.7.0-5
               manjaro-kde-settings-20230505-2  manjaro-log-helper-0.3.4+3+ga471e55-1
               manjaro-release-22.1.1-1  manjaro-zsh-config-0.25-2  mesa-23.0.3-1  mesa-demos-9.0.0-2
               mesa-utils-9.0.0-2  mesa-vdpau-23.0.3-1  mhwd-0.6.5-25  mhwd-db-0.6.5-25
               mhwd-nvidia-530.41.03-4  mhwd-nvidia-390xx-390.157-6  mhwd-nvidia-470xx-470.182.03-2
               milou-5.27.4-1  mkinitcpio-35.2-2  mobile-broadband-provider-info-20230416-1
               modemmanager-1.20.6-1  modemmanager-qt-5.105.0-1  mpg123-1.31.3-1  nbd-3.24-2  ndctl-76.1-1
               networkmanager-1.42.6-1  networkmanager-pptp-1.2.12-1  networkmanager-qt-5.105.0-1
               networkmanager-vpnc-1.2.8-3  nfs-utils-2.6.3-1  nfsidmap-2.6.3-1  nftables-1:1.0.7-1
               noto-fonts-20230401-1  npth-1.6-4  nss-3.89-1  okular-23.04.0-1
               onlyoffice-desktopeditors-7.3.3-1  openal-1.23.1-1  openexr-3.1.7-1  openmpi-4.1.5-1
               openpmix-4.2.3-2  openresolv-3.13.0-1  openssh-9.3p1-1  openvpn-2.6.3-1  opus-1.4-1
               ostree-2023.2-1  oxygen-5.27.4-1  oxygen-icons-1:5.105.0-1  oxygen-sounds-5.27.4-1
               p7zip-1:17.05-1  packagekit-qt5-1.1.1-1  pacman-6.0.2-10  pacui-1.14+56+g4976123-3
               pam-1.5.2-2  pamac-cli-10.5.1-1  pamac-gtk-10.5.1-1  pango-1:1.50.14-1  parted-3.6-1
               partitionmanager-23.04.0-1  pcsclite-1.9.9-3  perl-http-daemon-6.16-1  pipewire-1:0.3.70-1
               plasma-browser-integration-5.27.4-1  plasma-desktop-5.27.4-1  plasma-framework-5.105.0-1
               plasma-integration-5.27.4-1  plasma-nm-5.27.4-1  plasma-pa-5.27.4-1
               plasma-systemmonitor-5.27.4-1  plasma-workspace-5.27.4.1-1
               plasma-workspace-wallpapers-5.27.4.1-1  plymouth-22.02.122-12  polkit-kde-agent-5.27.4.1-1
               poppler-23.03.0-1  poppler-glib-23.03.0-1  poppler-qt5-23.03.0-1  portaudio-1:19.7.0-2
               powerdevil-5.27.4.1-1  print-manager-23.04.0-1  prison-5.105.0-1  pulseaudio-16.1-6
               pulseaudio-alsa-1:1.2.7.1-2  pulseaudio-bluetooth-16.1-6  pulseaudio-zeroconf-16.1-6
               purpose-5.105.0-1  pyside6-6.5.0-1  python-3.10.10-1  python-cryptography-40.0.1-1
               python-fastjsonschema-2.16.3-1  python-gobject-3.44.1-1  python-inflect-6.0.4-1
               python-jaraco.functools-3.6.0-1  python-more-itertools-9.1.1-1  python-pip-23.0.1-1
               python-platformdirs-3.2.0-1  python-pydantic-1.10.7-2  python-pyqt5-sip-12.12.1-1
               python-requests-2.28.2-1  python-setuptools-1:67.6.1-1  python-trove-classifiers-2023.4.18-1
               python-typing_extensions-4.5.0-1  python-urllib3-1.26.13-1  python-validate-pyproject-0.12.2-1
               python-wheel-0.40.0-1  qpdf-11.3.0-1  qqc2-desktop-style-5.105.0-1  qt5-base-5.15.9+kde+r151-1
               qt5-declarative-5.15.9+kde+r24-1  qt5-graphicaleffects-5.15.9-1
               qt5-imageformats-5.15.9+kde+r9-1  qt5-location-5.15.9+kde+r4-1  qt5-multimedia-5.15.9+kde+r3-1
               qt5-quickcontrols-5.15.9-1  qt5-quickcontrols2-5.15.9+kde+r5-1  qt5-sensors-5.15.9-1
               qt5-speech-5.15.9+kde+r1-1  qt5-svg-5.15.9+kde+r7-1  qt5-tools-5.15.9+kde+r1-1
               qt5-translations-5.15.9-1  qt5-virtualkeyboard-5.15.9-1  qt5-wayland-5.15.9+kde+r55-1
               qt5-webchannel-5.15.9+kde+r3-1  qt5-webengine-5.15.13-2  qt5-webview-5.15.9-1
               qt5-x11extras-5.15.9-1  qt5-xmlpatterns-5.15.9-1  qt6-base-6.5.0-3  qt6-declarative-6.5.0-2
               qt6-translations-6.5.0-1  raptor-2.0.16-2  re2-1:20230301-1  rsync-3.2.7-4  samba-4.18.2-1
               sane-1.2.1-4  sddm-kcm-5.27.4.1-1  sdl2-2.26.5-1  sed-4.9-3  shaderc-2023.3-1
               shiboken6-6.5.0-1  signon-kwallet-extension-23.04.0-1  skanlite-23.04.0-1  smbclient-4.18.2-1
               snapper-gui-0.1.r8.g1915750-1  solid-5.105.0-1  sonnet-5.105.0-1  spectacle-23.04.0-1
               spectre-meltdown-checker-0.45+8+g6a61df2-1  sqlite-3.41.2-1  squashfs-tools-4.6.1-1
               sudo-1.9.13.p3-1  syndication-5.105.0-1  syntax-highlighting-5.105.0-1  systemd-252.10-2
               systemd-libs-252.10-2  systemd-sysvcompat-252.10-2  systemsettings-5.27.4.1-1  tar-1.34-2
               texinfo-7.0.3-1  thin-provisioning-tools-1.0.3-1  threadweaver-5.105.0-1  tracker3-3.5.0-1
               ttf-meslo-nerd-font-powerlevel10k-20230403-2  ttf-noto-nerd-2.3.3-2  twolame-0.4.0-3
               tzdata-2023c-1  util-linux-2.38.1-3  util-linux-libs-2.38.1-3  v4l-utils-1.24.1-1
               vid.stab-1.1.1-1  virtualbox-guest-utils-7.0.8-1  vlc-3.0.18-9  vpnc-1:0.5.3.r526.r213-1
               vte-common-0.72.1-1  vte3-0.72.1-1  vulkan-headers-1:1.3.246-1  vulkan-icd-loader-1.3.245-1
               vulkan-intel-23.0.3-1  vulkan-radeon-23.0.3-1  vulkan-tools-1.3.245-1  wayland-1.22.0-1
               wayland-protocols-1.31-1  webkit2gtk-2.40.1-1  webkit2gtk-4.1-2.40.1-1
               wireless-regdb-2023.02.13-1  wireplumber-0.4.14-1  wpebackend-fdo-1.14.2-1
               xapian-core-1:1.4.22-1  xapp-2.4.3-1  xdg-desktop-portal-kde-5.27.4.1-1
               xf86-input-libinput-1.3.0-1  xf86-video-amdgpu-23.0.0-1  xfsprogs-6.2.0-1
               xorg-fonts-encodings-1.0.7-1  xorg-server-21.1.8-1  xorg-server-common-21.1.8-1
               xorg-setxkbmap-1.3.3-2  xxhash-0.8.1-4  xz-5.4.2-1  yakuake-23.04.0-1  zenity-3.44.0-3
               zsh-autosuggestions-0.7.0-2  zsh-completions-0.34.0-4  zsh-history-substring-search-1.0.2-2
               zsh-theme-powerlevel10k-1.17.0+23+g1cff2249-1  zstd-1.5.5-1  zvbi-0.2.41-1  zxing-cpp-2.0.0-2

Total Download Size:   1872.40 MiB
Total Installed Size:  6236.96 MiB
Net Upgrade Size:      -103.60 MiB