Timeshift

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bfrost

Timeshift

Post by bfrost »

Housekeeping my Linux Mint system with following commands:

Code: Select all

sudo apt-get purge $(dpkg --list |egrep 'linux-image-[0-9]' |awk '{print $3,$2}' |sort -nr |tail -n +2 |grep -v $(uname -r) |awk '{ print $2}')

Code: Select all

sudo apt-get autoclean && sudo apt-get autoremove
Is it recommended to do above actions when TimeShift is installed?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Timeshift

Post by catweazel »

bfrost wrote: Thu Aug 16, 2018 6:41 am Is it recommended to do above actions when TimeShift is installed?
There's no reason not to proceed if you need the space or want to clean up.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
bfrost

Re: Timeshift

Post by bfrost »

Should not be any problems, thanks!
Locked

Return to “Other topics”