This page (revision-13) was last changed on 2021-04-11 08:15 by Murray Altheim

This page was created on 2019-12-21 22:16 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
13 2021-04-11 08:15 4 KB Murray Altheim to previous
12 2021-04-10 23:26 4 KB Murray Altheim to previous | to last
11 2021-04-10 23:18 3 KB Murray Altheim to previous | to last
10 2021-04-10 12:15 3 KB Murray Altheim to previous | to last
9 2021-04-10 11:57 3 KB Murray Altheim to previous | to last
8 2021-03-27 22:01 3 KB Murray Altheim to previous | to last
7 2021-03-27 20:34 2 KB Murray Altheim to previous | to last
6 2021-03-27 20:33 2 KB Murray Altheim to previous | to last
5 2021-03-26 06:44 1 KB Murray Altheim to previous | to last
4 2021-03-26 06:38 1 KB Murray Altheim to previous | to last
3 2021-03-26 06:35 1 KB Murray Altheim to previous | to last
2 2021-03-26 06:34 1 KB Murray Altheim to previous | to last
1 2019-12-21 22:16 372 bytes unknown to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 41 changed 2 lines
sudo apt-get remove --purge x11-common
sudo apt-get autoremove
sudo apt remove --purge x11-common
sudo apt autoremove
sudo apt update
At line 45 changed one line
This removes all x11 packages, then the 'autoremove' does the cleanup of packages that are no longer needed.
This removes all x11 packages, then the 'autoremove' does the cleanup of packages that are no longer needed. Then updates what's left of your operating system.
At line 47 changed one line
This will create a lot more empty disk space and speed up updates as there's less on your Pi.
This will create a __lot__ more empty disk space and speed up operating system updates as there's less on your Pi.