Code: Select all
sudo apt purge linux-image-amd64 linux-headers-amd64 -y
Code: Select all
sudo apt update ; sudo apt install linux-image-amd64 linux-headers-amd64 -y
Code: Select all
sudo apt purge linux-image-amd64 linux-headers-amd64 -y
Code: Select all
sudo apt update ; sudo apt install linux-image-amd64 linux-headers-amd64 -y
sudo apt remove linux-image-amd64 linux-headers-amd64SimplyFojin wrote: Mon Dec 11, 2023 5:19 pmI think what I'm trying to convey, isn't there a terminal command to remove both packages safely?dolphin_oracle wrote: Mon Dec 11, 2023 5:04 pm They are just packages. You can use any package manager.
:)SimplyFojin wrote: Mon Dec 11, 2023 5:02 pm...and whenever this issue is solved download them again.
How is that different from Charlie Browns method? I want to make sure which way is effective for not screwing up my computer.dolphin_oracle wrote: Mon Dec 11, 2023 7:00 pmsudo apt remove linux-image-amd64 linux-headers-amd64SimplyFojin wrote: Mon Dec 11, 2023 5:19 pmI think what I'm trying to convey, isn't there a terminal command to remove both packages safely?dolphin_oracle wrote: Mon Dec 11, 2023 5:04 pm They are just packages. You can use any package manager.
Right, ext issue "iomap: update ki_pos a little later in iomap_dio_complete " was fixed with 6.1.66 = (deb 6.1.0-15) (also for k6.6.5) ... and the wifi issue "Revert "wifi: cfg80211: fix CQM for non-range use" was fixed with 6.1.67 (deb 6.1.0-16) (also for k 6.6.6) ... so that should be OK now (not only Debian kernels was affected, but a lot of distribs) . So should be OK now with 6.1.67 (deb 6.1.0-16) (also with k6.6.6).Stevo wrote: Mon Dec 11, 2023 2:58 am The 6.1.64 (6.1.0-14) kernel was replaced by 6.1.66 in Debian Bookworm. All those other updates were pushed as part of the 12.2 to 12.3 Bookworm point release. Those point releases happen on a regular schedule ~every two months.
SimplyFojin wrote: Tue Dec 12, 2023 6:01 pmHow is that different from Charlie Browns method? I want to make sure which way is effective for not screwing up my computer.dolphin_oracle wrote: Mon Dec 11, 2023 7:00 pmsudo apt remove linux-image-amd64 linux-headers-amd64SimplyFojin wrote: Mon Dec 11, 2023 5:19 pm
I think what I'm trying to convey, isn't there a terminal command to remove both packages safely?
man apt wrote:Removing a package removes all packaged data, but leaves usually small (modified) user
configuration files behind, in case the remove was an accident. Just issuing an
installation request for the accidentally removed package will restore its function as
before in that case. On the other hand you can get rid of these leftovers by calling
purge even on already removed packages. Note that this does not affect any data or
configuration stored in your home directory.
Remove is softer, you can use that one.man apt-get wrote: remove
remove is identical to install except that packages are removed instead of installed.
Note that removing a package leaves its configuration files on the system...
purge
purge is identical to remove except that packages are removed and purged (any
configuration files are deleted too).
Code: Select all
linux-image-6.1.0-15-amd64 (6.1.66-1)