Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2681

Beginners Questions • Re: [Solved] sda1 Full - how to safely clear it?

$
0
0
I've managed to recover my command history. I'm sure that the howlers are easily spotted but the route to victory was through these commands.

Code:

  715 sudo dpkg --purge linux-image-6.1.0-13-amd64   716  sudo dpkg --purge linux-image-6.1.0-09-amd64   717  sudo dpkg --purge linux-image-6.1.0.09-amd64   718  sudo dpkg --purge linux-image-6.1.0-9-amd64   719  sudo update-grub2  720  sudo apt --purge autoremove  721  df -hTa  722  cd ..  723  cd /boot  724  ls  725  ls -l  726  apt --installed list linux-image-  727  apt --installed list linux-image  728  sudo apt --installed list linux-image  729  apt --installed list linux-image-*  730  sudo dpkg --list | \grep linux-image  731  cd .. ..  732  cd ..  733  cd /boot  734  ls  735  cd grub  736  ls  737  cat grub.cfg  738  sudo cat grub.cfg  739  sudo apt purge linux-image-6.1.0-1*  740  sudo dpkg --purge linux-image-6.1.22-amd64  741  sudo dpkg --purge linux-image-6.1.0-22-amd64  742  sudo dpkg --purge linux-image-6.1.0-23-amd64  743  sudo dpkg --purge linux-image-6.1.0-25-amd64  744  df -hTa  745  sudo update-grub2  746  sudo apt --purge autoremove  747  df -hTa  748  uname -srm  749  apt --fix-broken install  750  sudo apt --fix-broken install  751  sudo apt remove --purge linux-image-6.1.0-22-amd64  752  sudo dpkg --list | \grep linux-image  753  sudo apt remove --purge linux-image-6.1.0-15-amd64  754  sudo dpkg --list | \grep linux-image  755  sudo apt remove --purge linux-image-6.1.0-16-amd64  756  sudo apt remove --purge linux-image-6.1.0-17-amd64  757  sudo apt remove --purge linux-image-6.1.0-18-amd64  758  sudo update-grub2  759  sudo apt --purge autoremove  760  sudo apt --fix-broken install  761  sudo dpkg --list | \grep linux-image

Statistics: Posted by strontium_dog — 2025-02-21 23:19



Viewing all articles
Browse latest Browse all 2681

Trending Articles