Originally posted by claydoh
View Post
The script uses sudo apt full-upgrade to update packages and libraries, and sudo apt-get -y --purge autoremove to remove unneeded packages, and sudo apt-get -y autoclean; sudo apt-get -y clean to remove package files that can no longer be downloaded and everything except the lock file in /var/cache/apt/archives.
I've had no issues using this script, and as stated, this particular issue presented on October 11. It has persisted since.
Originally posted by claydoh
View Post
Code:
sudo apt update && sudo apt full-upgrade The following packages were automatically installed and are no longer required: kwin-wayland-backend-fbdev kwin-wayland-backend-virtual kwin-wayland-backend-wayland kwin-wayland-backend-x11 Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: kwin-wayland-backend-fbdev kwin-wayland-backend-virtual kwin-wayland-backend-wayland kwin-wayland-backend-x11 The following packages have been kept back: grub-efi-amd64-bin grub-efi-amd64-signed gwenview kwin-common kwin-data kwin-wayland kwin-wayland-backend-drm kwin-x11 libkf5filemetadata-bin libokular5core10 libqt5webengine-data libqt5webengine5 libqt5webenginecore5 libqt5webenginewidgets5 okular okular-backends 0 upgraded, 4 newly installed, 0 to remove and 16 not upgraded. Need to get 54.3 kB of archives. After this operation, 131 kB of additional disk space will be used. Do you want to continue? [Y/n]
Comment